Cleanup
This commit is contained in:
parent
4ae65643ba
commit
e5f4f3f95d
3 changed files with 1 additions and 3 deletions
|
@ -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-worker-id=ID custom worker-id for CC Server
|
||||||
--cc-update-interval-s=N status update interval in seconds (default: 10 min: 1)
|
--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-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
|
--no-color disable colored output
|
||||||
-S, --syslog use system log for output messages
|
-S, --syslog use system log for output messages
|
||||||
-B, --background run the miner in the background
|
-B, --background run the miner in the background
|
||||||
|
|
|
@ -35,7 +35,6 @@
|
||||||
"worker-id": null, // custom worker-id for CC Server (otherwise hostname is used)
|
"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)
|
"update-interval-s": 10, // status update interval in seconds (default: 10 min: 1)
|
||||||
"use-remote-logging" : true, // enable remote logging on CC Server
|
"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
|
"upload-config-on-startup" : true // upload current miner config to CC Server on startup
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,7 +35,6 @@
|
||||||
"worker-id": null, // custom worker-id for CC Server (otherwise hostname is used)
|
"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)
|
"update-interval-s": 10, // status update interval in seconds (default: 10 min: 1)
|
||||||
"use-remote-logging" : true, // enable remote logging on CC Server
|
"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
|
"upload-config-on-startup" : true // upload current miner config to CC Server on startup
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue