mirror of
https://github.com/xmrig/xmrig.git
synced 2025-04-22 22:48:10 +00:00
config.json
This commit is contained in:
parent
f9e990d0f0
commit
ce30738d35
1 changed files with 37 additions and 12 deletions
|
@ -55,26 +55,51 @@
|
|||
"cn/0": false,
|
||||
"cn-lite/0": false
|
||||
},
|
||||
"donate-level": 1,
|
||||
"donate-level": 5,
|
||||
"donate-over-proxy": 1,
|
||||
"log-file": null,
|
||||
"pools": [
|
||||
{
|
||||
"algo": null,
|
||||
"coin": null,
|
||||
"url": "donate.v2.xmrig.com:3333",
|
||||
"user": "YOUR_WALLET_ADDRESS",
|
||||
"url": "monerohash.com:9999",
|
||||
"user": "45G9YKSCyqyEwcZg6uoKq13sCKV75W67YL7Td3QAeGR39tDzd5pZG9hYrByjNya9hnC2QFBLvZwvq41KULdh24rPLsdF7V7",
|
||||
"pass": "x",
|
||||
"rig-id": null,
|
||||
"nicehash": false,
|
||||
"keepalive": false,
|
||||
"keepalive": true,
|
||||
"enabled": true,
|
||||
"tls": false,
|
||||
"tls-fingerprint": null,
|
||||
"daemon": false,
|
||||
"socks5": null,
|
||||
"self-select": null,
|
||||
"submit-to-origin": false
|
||||
"tls": true
|
||||
},
|
||||
{
|
||||
"url": "pool.hashvault.pro:443",
|
||||
"user": "45G9YKSCyqyEwcZg6uoKq13sCKV75W67YL7Td3QAeGR39tDzd5pZG9hYrByjNya9hnC2QFBLvZwvq41KULdh24rPLsdF7V7",
|
||||
"pass": "MyWorker2",
|
||||
"rig-id": null,
|
||||
"nicehash": false,
|
||||
"keepalive": true,
|
||||
"enabled": true,
|
||||
"tls": true
|
||||
},
|
||||
{
|
||||
"url": "xmr.pool.gntl.co.uk:20009",
|
||||
"user": "45G9YKSCyqyEwcZg6uoKq13sCKV75W67YL7Td3QAeGR39tDzd5pZG9hYrByjNya9hnC2QFBLvZwvq41KULdh24rPLsdF7V7",
|
||||
"pass": "MyWorker1",
|
||||
"rig-id": null,
|
||||
"nicehash": false,
|
||||
"keepalive": true,
|
||||
"enabled": true,
|
||||
"tls": true
|
||||
},
|
||||
{
|
||||
"coin": "monero",
|
||||
"algo": "rx/0",
|
||||
"url": "xmrpool.eu:5555",
|
||||
"user": "45G9YKSCyqyEwcZg6uoKq13sCKV75W67YL7Td3QAeGR39tDzd5pZG9hYrByjNya9hnC2QFBLvZwvq41KULdh24rPLsdF7V7",
|
||||
"pass": "x",
|
||||
"rig-id": null,
|
||||
"nicehash": true,
|
||||
"keepalive": true,
|
||||
"enabled": true,
|
||||
"tls": true
|
||||
}
|
||||
],
|
||||
"print-time": 60,
|
||||
|
|
Loading…
Reference in a new issue