Skip to content

Instantly share code, notes, and snippets.

@VirtuBox
Last active March 25, 2018 00:24
Show Gist options
  • Save VirtuBox/e5d62c6e77c68ad322c04b42b37a3463 to your computer and use it in GitHub Desktop.
Save VirtuBox/e5d62c6e77c68ad322c04b42b37a3463 to your computer and use it in GitHub Desktop.
xmrigCC configuration example for install script
{
"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