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": {
|
"api": {
|
||||||
"port": 0,
|
"port": 0,
|
||||||
"access-token": null,
|
"access-token": null,
|
||||||
|
@ -15,20 +15,21 @@
|
||||||
"colors": true,
|
"colors": true,
|
||||||
"cpu-affinity": null,
|
"cpu-affinity": null,
|
||||||
"cpu-priority": null,
|
"cpu-priority": null,
|
||||||
"donate-level": 5,
|
"donate-level": 1,
|
||||||
"huge-pages": true,
|
"huge-pages": true,
|
||||||
"hw-aes": null,
|
"hw-aes": null,
|
||||||
"log-file": null,
|
"log-file": "./log.txt",
|
||||||
"max-cpu-usage": 100,
|
"max-cpu-usage": 95,
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
{
|
||||||
"url": "donate.v2.xmrig.com:3333",
|
"url": "testnet.wrkz.work:5555",
|
||||||
"user": "YOUR_WALLET_ADDRESS",
|
"user": "WrkzRNDQDwFCBynKPc459v3LDa1gEGzG3j962tMUBko1fw9xgdaS9mNiGMgA9s1q7hS1Z8SGRVWzcGc8Sh8xsvfZ6u2wJEtoZB",
|
||||||
"pass": "x",
|
"pass": "x",
|
||||||
"rig-id": null,
|
"rig-id": null,
|
||||||
"nicehash": false,
|
"nicehash": false,
|
||||||
"keepalive": false,
|
"keepalive": true,
|
||||||
"variant": -1,
|
"variant": "wrkz",
|
||||||
|
"enabled": true,
|
||||||
"tls": false,
|
"tls": false,
|
||||||
"tls-fingerprint": null
|
"tls-fingerprint": null
|
||||||
}
|
}
|
||||||
|
@ -37,7 +38,8 @@
|
||||||
"retries": 5,
|
"retries": 5,
|
||||||
"retry-pause": 5,
|
"retry-pause": 5,
|
||||||
"safe": false,
|
"safe": false,
|
||||||
"threads": null,
|
"threads": [
|
||||||
|
],
|
||||||
"user-agent": null,
|
"user-agent": null,
|
||||||
"watch": true
|
"watch": true
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue