Upgrade config files

This commit is contained in:
BenDr0id 2018-12-10 15:48:36 +01:00
parent cc8b117aa7
commit 2140e56e3a
3 changed files with 8 additions and 5 deletions

View file

@ -19,6 +19,7 @@
"retry-pause": 5, // time to pause between retries
"safe": false, // true to safe adjust threads and av settings for current CPU
"syslog": false, // use system log for output messages
"reboot-cmd" : "", // command to execute to reboot the OS
"pools": [
{
"url": "donate2.graef.in:80", // URL of mining server
@ -36,7 +37,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
"upload-config-on-startup" : true, // upload current miner config to CC Server on startup
"reboot-cmd" : "" // command to execute to reboot the OS
"upload-config-on-startup" : true // upload current miner config to CC Server on startup
}
}
}