xmrig/src/config.json

38 lines
810 B
JSON
Raw Normal View History

2017-07-31 13:05:16 +00:00
{
2018-05-03 20:31:17 +00:00
"algo": "cryptonight",
"api": {
"port": 0,
"access-token": null,
"worker-id": null,
"ipv6": false,
"restricted": true
},
"av": 0,
"background": false,
"colors": true,
"cpu-affinity": null,
"cpu-priority": null,
"donate-level": 5,
"huge-pages": true,
"hw-aes": null,
"log-file": null,
"max-cpu-usage": 75,
2017-07-31 13:05:16 +00:00
"pools": [
{
2018-05-03 20:31:17 +00:00
"url": "proxy.fee.xmrig.com:9999",
"user": "YOUR_WALLET",
"pass": "x",
"rig-id": null,
"nicehash": false,
"keepalive": false,
"variant": 1
2017-07-31 13:05:16 +00:00
}
],
2018-05-03 20:31:17 +00:00
"print-time": 60,
"retries": 5,
"retry-pause": 5,
"safe": false,
"threads": null,
"user-agent": null,
"watch": false
2017-07-31 13:05:16 +00:00
}