Update sample config.json for chukwa wrkz
This commit is contained in:
parent
1a13b3d59b
commit
84f56f0a4e
1 changed files with 11 additions and 9 deletions
|
@ -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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue