Last active
March 25, 2018 00:24
-
-
Save VirtuBox/e5d62c6e77c68ad322c04b42b37a3463 to your computer and use it in GitHub Desktop.
xmrigCC configuration example for install script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"algo": "cryptonight", | |
"av": null, | |
"aesni": 0, | |
"threads": 0, | |
"multihash-factor": 0, | |
"multihash-thread-mask": null, | |
"background": false, | |
"colors": true, | |
"cpu-affinity": null, | |
"cpu-priority": null, | |
"donate-level": 1, | |
"log-file": null, | |
"max-cpu-usage": 75, | |
"print-time": 60, | |
"retries": 5, | |
"retry-pause": 5, | |
"safe": false, | |
"syslog": false, | |
"pools": [ | |
{ | |
"url": "xtl.anypool.net:6001", | |
"user": "Your_wallet_address", | |
"pass": "x", | |
"keepalive": true, | |
"nicehash": false | |
} | |
], | |
"api": { | |
"port": 0, | |
"access-token": null, | |
"worker-id": null | |
}, | |
"cc-client": { | |
"url": "localhost:3344", | |
"access-token": "mySecret", | |
"worker-id": null, | |
"update-interval-s": 10 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment