xmrig/src/config.json

43 lines
941 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,
2018-09-27 16:07:04 +00:00
"id": null,
2018-05-03 20:31:17 +00:00
"worker-id": null,
"ipv6": false,
"restricted": true
2018-05-03 20:31:17 +00:00
},
2018-09-27 16:07:04 +00:00
"asm": true,
"autosave": true,
2018-05-03 20:31:17 +00:00
"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-09-27 16:07:04 +00:00
"url": "donate.v2.xmrig.com:3333",
"user": "YOUR_WALLET_ADDRESS",
2018-05-03 20:31:17 +00:00
"pass": "x",
"rig-id": null,
"nicehash": false,
"keepalive": false,
2018-09-30 14:57:25 +00:00
"variant": -1,
2018-09-27 16:07:04 +00:00
"tls": false,
"tls-fingerprint": null
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
}