Added default client config
This commit is contained in:
parent
215efcabb8
commit
cf06186a3f
1 changed files with 5 additions and 0 deletions
|
@ -27,5 +27,10 @@
|
||||||
"port": 0, // port for the miner API https://github.com/xmrig/xmrig/wiki/API
|
"port": 0, // port for the miner API https://github.com/xmrig/xmrig/wiki/API
|
||||||
"access-token": null, // access token for API
|
"access-token": null, // access token for API
|
||||||
"worker-id": null // custom worker-id for API
|
"worker-id": null // custom worker-id for API
|
||||||
|
},
|
||||||
|
"cc-client": {
|
||||||
|
"url": "localhost:3344", // url of the CC Server
|
||||||
|
"access-token": null, // access token for CC Server
|
||||||
|
"worker-id": null // custom worker-id for CC Server
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue