xmrig/src/config.json

72 lines
1.5 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,
2019-08-17 14:22:44 +00:00
"version": 1,
2019-07-19 22:57:58 +00:00
"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,
2019-10-08 02:41:36 +00:00
"memory-pool": false,
2019-09-27 19:34:10 +00:00
"max-threads-hint": 100,
2019-07-20 09:20:11 +00:00
"asm": true,
2019-08-17 14:22:44 +00:00
"argon2-impl": null,
2019-07-20 09:20:11 +00:00
"cn/0": false,
"cn-lite/0": false
},
2019-09-20 08:09:24 +00:00
"opencl": {
2019-09-22 22:51:46 +00:00
"enabled": false,
2019-09-20 08:09:24 +00:00
"cache": true,
"loader": null,
"platform": "AMD",
"cn/0": false,
"cn-lite/0": false
},
"cuda": {
"enabled": false,
"loader": null,
},
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,
2019-09-26 22:41:45 +00:00
"coin": 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-10-20 09:04:22 +00:00
"daemon": false,
"self-select": 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,
2019-03-26 18:29:37 +00:00
"syslog": false,
2019-07-19 22:57:58 +00:00
"user-agent": null,
"watch": true
}