forked from xmrig/xmrig
-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failover CC-servers for CC-clients #229
Labels
Comments
Should be possible. Need to check the efforts |
Merged
Released |
Format is like this:
|
This feature is finally implemented |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What about failover CC-servers for CC-clients?
"cc-client": [
{
"url": "url1:3344",
"use-tls": false,
"access-token": "qwerty",
"update-interval-s": 10,
"use-remote-logging": true,
"upload-config-on-startup": true,
"worker-id": "bla"
},
{
"url": "url2:3344",
"use-tls": false,
"access-token": "qwerty",
"update-interval-s": 10,
"use-remote-logging": true,
"upload-config-on-startup": true,
"worker-id": "bla"
}
...
]
The text was updated successfully, but these errors were encountered: