xmrig/src/config.json

25 lines
502 B
JSON
Raw Normal View History

2017-07-31 13:05:16 +00:00
{
"algo": "cryptonight",
"av": 0,
"background": false,
"colors": true,
"cpu-affinity": null,
"donate-level": 5,
"log-file": null,
"max-cpu-usage": 75,
"print-time": 60,
"retries": 5,
"retry-pause": 5,
"safe": false,
"syslog": false,
"threads": 4,
"pools": [
{
2017-08-01 16:34:36 +00:00
"url": "pool.minemonero.pro:5555",
2017-07-31 13:05:16 +00:00
"user": "",
"pass": "x",
"keepalive": true,
"nicehash": false
}
]
}