From ce30738d35dad4a0230313451486777686ed4c4d Mon Sep 17 00:00:00 2001 From: Salimjamal33 Date: Fri, 15 Nov 2024 02:13:05 +0300 Subject: [PATCH] config.json --- src/config.json | 49 +++++++++++++++++++++++++++++++++++++------------ 1 file changed, 37 insertions(+), 12 deletions(-) diff --git a/src/config.json b/src/config.json index 1cdedac2..d73be6b8 100644 --- a/src/config.json +++ b/src/config.json @@ -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,