From e5f4f3f95d0d36b0e26cff7f0e771c342445dcdc Mon Sep 17 00:00:00 2001 From: BenDr0id Date: Thu, 2 Aug 2018 14:50:23 +0200 Subject: [PATCH] Cleanup --- README.md | 2 +- src/config.json | 1 - src/default_config.json | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 315e74b7..56aef919 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ xmrigDaemon -o pool.minemonero.pro:5555 -u YOUR_WALLET -p x -k --cc-url=IP_OF_CC --cc-worker-id=ID custom worker-id for CC Server --cc-update-interval-s=N status update interval in seconds (default: 10 min: 1) --cc-use-remote-logging enable remote logging on CC Server - --cc-remote-logging-max-rows=N maximum last n-log rows to send CC Server + --cc-upload-config-on-startup upload current miner config to CC Server on startup --no-color disable colored output -S, --syslog use system log for output messages -B, --background run the miner in the background diff --git a/src/config.json b/src/config.json index 1b5f397b..f777770c 100644 --- a/src/config.json +++ b/src/config.json @@ -35,7 +35,6 @@ "worker-id": null, // custom worker-id for CC Server (otherwise hostname is used) "update-interval-s": 10, // status update interval in seconds (default: 10 min: 1) "use-remote-logging" : true, // enable remote logging on CC Server - "remote-logging-max-rows" : 20, // maximum last n-log rows to send CC Server "upload-config-on-startup" : true // upload current miner config to CC Server on startup } } diff --git a/src/default_config.json b/src/default_config.json index a92a4424..d3081d1b 100644 --- a/src/default_config.json +++ b/src/default_config.json @@ -35,7 +35,6 @@ "worker-id": null, // custom worker-id for CC Server (otherwise hostname is used) "update-interval-s": 10, // status update interval in seconds (default: 10 min: 1) "use-remote-logging" : true, // enable remote logging on CC Server - "remote-logging-max-rows" : 20, // maximum last n-log rows to send CC Server "upload-config-on-startup" : true // upload current miner config to CC Server on startup } }