diff --git a/src/config.json b/src/config.json index 7813d4b9..5a521505 100644 --- a/src/config.json +++ b/src/config.json @@ -27,5 +27,10 @@ "port": 0, // port for the miner API https://github.com/xmrig/xmrig/wiki/API "access-token": null, // access token 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 } } \ No newline at end of file