Files
xmrig/src/config.json

44 lines
969 B
JSON
Raw Normal View History

2017-07-31 16:05:16 +03:00
{
2018-05-04 03:31:17 +07:00
"algo": "cryptonight",
"api": {
"port": 0,
"access-token": null,
2018-09-27 19:07:04 +03:00
"id": null,
2018-05-04 03:31:17 +07:00
"worker-id": null,
"ipv6": false,
"restricted": true
2018-05-04 03:31:17 +07:00
},
2018-09-27 19:07:04 +03:00
"asm": true,
"autosave": true,
2018-05-04 03:31:17 +07:00
"av": 0,
"background": false,
"colors": true,
"cpu-affinity": null,
"cpu-priority": null,
"donate-level": 5,
2019-03-19 00:16:30 +07:00
"donate-over-proxy": 1,
2018-05-04 03:31:17 +07:00
"huge-pages": true,
"hw-aes": null,
"log-file": null,
2019-01-21 01:44:15 +07:00
"max-cpu-usage": 100,
2017-07-31 16:05:16 +03:00
"pools": [
{
2018-09-27 19:07:04 +03:00
"url": "donate.v2.xmrig.com:3333",
"user": "YOUR_WALLET_ADDRESS",
2018-05-04 03:31:17 +07:00
"pass": "x",
"rig-id": null,
"nicehash": false,
"keepalive": false,
2018-09-30 17:57:25 +03:00
"variant": -1,
2018-09-27 19:07:04 +03:00
"tls": false,
"tls-fingerprint": null
2017-07-31 16:05:16 +03:00
}
],
2018-05-04 03:31:17 +07:00
"print-time": 60,
"retries": 5,
"retry-pause": 5,
"safe": false,
"threads": null,
"user-agent": null,
"watch": true
2017-07-31 16:05:16 +03:00
}