Update sample config.json for chukwa wrkz

This commit is contained in:
wrkzdev 2019-06-07 10:10:42 +07:00
parent 1a13b3d59b
commit 84f56f0a4e

View file

@ -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
}