From 794a7f110feeb6fd3072c41a5a2d7d4ec7775b99 Mon Sep 17 00:00:00 2001 From: XMRig Date: Sun, 30 Sep 2018 15:00:23 +0300 Subject: [PATCH] Update default config.json. --- src/config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/config.json b/src/config.json index 97fecda..61be16b 100644 --- a/src/config.json +++ b/src/config.json @@ -21,12 +21,14 @@ "mode": "nicehash", "pools": [ { - "url": "proxy.fee.xmrig.com:9999", + "url": "donate.v2.xmrig.com:5555", "user": "YOUR_WALLET", "pass": "x", "rig-id": null, "keepalive": false, - "variant": 1 + "variant": 1, + "tls": false, + "tls-fingerprint": null } ], "retries": 2,