From 84f56f0a4e6ad53266f4f03393293e4070683a6e Mon Sep 17 00:00:00 2001 From: wrkzdev <40448869+wrkzdev@users.noreply.github.com> Date: Fri, 7 Jun 2019 10:10:42 +0700 Subject: [PATCH] Update sample config.json for chukwa wrkz --- src/config.json | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/config.json b/src/config.json index 5018db51..6843138a 100644 --- a/src/config.json +++ b/src/config.json @@ -1,5 +1,5 @@ { - "algo": "cryptonight", + "algo": "chukwa/wrkz", "api": { "port": 0, "access-token": null, @@ -15,20 +15,21 @@ "colors": true, "cpu-affinity": null, "cpu-priority": null, - "donate-level": 5, + "donate-level": 1, "huge-pages": true, "hw-aes": null, - "log-file": null, - "max-cpu-usage": 100, + "log-file": "./log.txt", + "max-cpu-usage": 95, "pools": [ { - "url": "donate.v2.xmrig.com:3333", - "user": "YOUR_WALLET_ADDRESS", + "url": "testnet.wrkz.work:5555", + "user": "WrkzRNDQDwFCBynKPc459v3LDa1gEGzG3j962tMUBko1fw9xgdaS9mNiGMgA9s1q7hS1Z8SGRVWzcGc8Sh8xsvfZ6u2wJEtoZB", "pass": "x", "rig-id": null, "nicehash": false, - "keepalive": false, - "variant": -1, + "keepalive": true, + "variant": "wrkz", + "enabled": true, "tls": false, "tls-fingerprint": null } @@ -37,7 +38,8 @@ "retries": 5, "retry-pause": 5, "safe": false, - "threads": null, + "threads": [ + ], "user-agent": null, "watch": true } \ No newline at end of file