From cf06186a3f12045a9b607750f83b548a0423d362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ben=20Gr=C3=A4f?= Date: Mon, 16 Oct 2017 21:54:44 +0200 Subject: [PATCH] Added default client config --- src/config.json | 5 +++++ 1 file changed, 5 insertions(+) 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