wwm / xmrig-config.json.template
Fred808's picture
Upload 4 files
abce7f8 verified
raw
history blame contribute delete
460 Bytes
{
"algo": "rx/0",
"autosave": true,
"cpu": true,
"opencl": false,
"cuda": false,
"pools": [
{
"url": "127.0.0.1:18081",
"user": "{{WALLET_ADDRESS}}",
"pass": "x",
"keepalive": true,
"rig-id": "solo",
"nicehash": false,
"enabled": true
}
],
"api": {
"id": null,
"worker-id": null,
"port": {{API_PORT}},
"access-token": null,
"restricted": true
}
}