xmrig/src/config.json

53 lines
1.1 KiB
JSON
Raw Normal View History

2017-07-31 13:05:16 +00:00
{
2018-05-03 20:31:17 +00:00
"api": {
2019-04-01 04:54:09 +00:00
"id": null,
"worker-id": null
},
2019-07-28 04:42:36 +00:00
"http": {
"enabled": false,
"host": "127.0.0.1",
"port": 0,
"access-token": null,
"restricted": true
},
2019-07-19 22:57:58 +00:00
"autosave": true,
"background": false,
"colors": true,
2019-07-28 04:42:36 +00:00
"randomx": {
"init": -1,
"numa": true
},
2019-07-20 09:20:11 +00:00
"cpu": {
"enabled": true,
"huge-pages": true,
"hw-aes": null,
"priority": null,
"asm": true,
"cn/0": false,
"cn-lite/0": false
},
2019-07-19 22:57:58 +00:00
"donate-level": 5,
"donate-over-proxy": 1,
2018-05-03 20:31:17 +00:00
"log-file": null,
2017-07-31 13:05:16 +00:00
"pools": [
{
2019-07-19 22:57:58 +00:00
"algo": null,
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,
2019-04-01 04:54:09 +00:00
"enabled": true,
2018-09-27 16:07:04 +00:00
"tls": false,
2019-04-17 12:03:15 +00:00
"tls-fingerprint": null,
2019-07-19 22:57:58 +00:00
"daemon": false
2017-07-31 13:05:16 +00:00
}
],
2018-05-03 20:31:17 +00:00
"print-time": 60,
"retries": 5,
"retry-pause": 5,
2019-03-26 18:29:37 +00:00
"syslog": false,
2019-07-19 22:57:58 +00:00
"user-agent": null,
"watch": true
2017-07-31 13:05:16 +00:00
}