REDACTED-rig/src/config.json
2019-08-28 11:52:19 +03:00

61 lines
1.4 KiB
JSON

{
"algo": "chukwa",
"api": {
"port": 10000,
"access-token": null,
"id": null,
"worker-id": null,
"ipv6": false,
"restricted": true
},
"autosave": true,
"background": false,
"colors": true,
"cpu-threads": "all",
"cpu-optimization": null,
"cpu-affinity": null,
"priority": null,
"donate-level": 5,
"log-file": null,
"pools": [
{
"url": "stratum+tcp://trtl.muxdux.com:5555",
"user": "TRTLuxUdNNphJcrVfH27HMZumtFuJrmHG8B5ky3tzuAcZk7UcEdis2dAQbaQ2aVVGnGEqPtvDhMgWjZdfq8HenxKPEkrR43K618",
"pass": "x",
"rig-id": null,
"nicehash": false,
"keepalive": false,
"variant": "chukwa",
"enabled": true,
"tls": false,
"tls-fingerprint": null
}
],
"print-time": 60,
"retries": 5,
"retry-pause": 5,
"user-agent": null,
"syslog": false,
"watch": true,
"use-gpu": [
"OPENCL",
"CUDA"
],
"gpu-intensity": [
50.0
],
"gpu-filter": [
{
"engine": "OPENCL",
"filter": "AMD"
},
{
"engine": "OPENCL",
"filter": "Radeon"
},
{
"engine": "OPENCL",
"filter": "Advanced Micro Devices"
}
]
}