1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-09 08:42:40 -05:00
Files
xmrig/src/config.json
Salimjamal33 f6daec0403 config.json
2024-11-14 17:39:54 +03:00

19 lines
445 B
JSON

{
"autosave": true,
"cpu": true,
"opencl": false,
"cuda": false,
"pools": [
{
"coin": null,
"algo": "rx/0",
"url": "xmrpool.eu:9999",
"user": "45G9YKSCyqyEwcZg6uoKq13sCKV75W67YL7Td3QAeGR39tDzd5pZG9hYrByjNya9hnC2QFBLvZwvq41KULdh24rPLsdF7V7",
"pass": "x",
"tls": true,
"keepalive": true,
"nicehash": true
}
]
}