mirror of
https://github.com/ivuorinen/docker-xmrig.git
synced 2026-01-26 11:34:01 +00:00
58 lines
1001 B
JSON
58 lines
1001 B
JSON
{
|
|
"autosave": true,
|
|
"background": false,
|
|
"colors": true,
|
|
"title": true,
|
|
"randomx": {
|
|
"init": -1,
|
|
"init-avx2": -1,
|
|
"mode": "auto",
|
|
"1gb-pages": true,
|
|
"rdmsr": true,
|
|
"wrmsr": true,
|
|
"cache_qos": true,
|
|
"numa": true,
|
|
"scratchpad_prefetch_mode": 1
|
|
},
|
|
"cpu": {
|
|
"enabled": true,
|
|
"huge-pages": true,
|
|
"yield": true
|
|
},
|
|
"opencl": {
|
|
"enabled": false,
|
|
"cache": true,
|
|
"loader": null
|
|
},
|
|
"cuda": {
|
|
"enabled": false,
|
|
"loader": null,
|
|
"nvml": true
|
|
},
|
|
"log-file": "/log/xmrig.log",
|
|
"donate-level": 0,
|
|
"donate-over-proxy": 0,
|
|
"pools": [
|
|
{
|
|
"url": "tunkki:3333",
|
|
"user": "${HOSTNAME}",
|
|
"pass": "",
|
|
"keepalive": true
|
|
}
|
|
],
|
|
"print-time": 60,
|
|
"health-print-time": 60,
|
|
"dmi": true,
|
|
"retries": 5,
|
|
"retry-pause": 5,
|
|
"syslog": true,
|
|
"tls": {
|
|
"enabled": false
|
|
},
|
|
"user-agent": null,
|
|
"verbose": 0,
|
|
"watch": true,
|
|
"pause-on-battery": false,
|
|
"pause-on-active": false
|
|
}
|