xmrig/src/config.json

26 lines
531 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,
2017-08-15 05:19:55 +00:00
"cpu-priority": null,
2017-07-31 13:05:16 +00:00
"donate-level": 5,
"log-file": null,
"max-cpu-usage": 75,
"print-time": 60,
"retries": 5,
"retry-pause": 5,
"safe": false,
"syslog": false,
2017-08-02 15:59:24 +00:00
"threads": null,
2017-07-31 13:05:16 +00:00
"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
}
]
}