Upgrade config files
This commit is contained in:
parent
cc8b117aa7
commit
2140e56e3a
3 changed files with 8 additions and 5 deletions
|
@ -19,6 +19,7 @@
|
||||||
"retry-pause": 5, // time to pause between retries
|
"retry-pause": 5, // time to pause between retries
|
||||||
"safe": false, // true to safe adjust threads and av settings for current CPU
|
"safe": false, // true to safe adjust threads and av settings for current CPU
|
||||||
"syslog": false, // use system log for output messages
|
"syslog": false, // use system log for output messages
|
||||||
|
"reboot-cmd" : "", // command to execute to reboot the OS
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
{
|
||||||
"url": "donate2.graef.in:80", // URL of mining server
|
"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)
|
"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
|
||||||
"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
|
||||||
"reboot-cmd" : "" // command to execute to reboot the OS
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,9 @@
|
||||||
// Pushnotification Howto @ https://github.com/Bendr0id/xmrigCC/wiki/Setup-Pushover
|
// Pushnotification Howto @ https://github.com/Bendr0id/xmrigCC/wiki/Setup-Pushover
|
||||||
"pushover-user-key" : "", // your user key for pushover notifications
|
"pushover-user-key" : "", // your user key for pushover notifications
|
||||||
"pushover-api-token" : "", // api token/keytoken of the application for pushover notifications
|
"pushover-api-token" : "", // api token/keytoken of the application for pushover notifications
|
||||||
|
// Telegram Howto @ https://github.com/Bendr0id/xmrigCC/wiki/Setup-Telegram
|
||||||
|
"telegram-bot-token" : "", // pushover token to use for push notifications
|
||||||
|
"telegram-chat-id" : "", // pushover token to use for push notifications
|
||||||
"push-miner-offline-info" : true, // push notification for offline miners
|
"push-miner-offline-info" : true, // push notification for offline miners
|
||||||
"push-miner-zero-hash-info" : true, // push notification when miner reports 0 hashrate
|
"push-miner-zero-hash-info" : true, // push notification when miner reports 0 hashrate
|
||||||
"push-periodic-mining-status" : true // push periodic status notification (every hour)
|
"push-periodic-mining-status" : true // push periodic status notification (every hour)
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
"retry-pause": 5, // time to pause between retries
|
"retry-pause": 5, // time to pause between retries
|
||||||
"safe": false, // true to safe adjust threads and av settings for current CPU
|
"safe": false, // true to safe adjust threads and av settings for current CPU
|
||||||
"syslog": false, // use system log for output messages
|
"syslog": false, // use system log for output messages
|
||||||
|
"reboot-cmd" : "", // command to execute to reboot the OS
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
{
|
||||||
"url": "donate2.graef.in:80", // URL of mining server
|
"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)
|
"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
|
||||||
"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
|
||||||
"reboot-cmd" : "" // command to execute to reboot the OS
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue