From dd7f70d6e84a34ac6a385017fd87d983811070f1 Mon Sep 17 00:00:00 2001 From: XMRig Date: Sat, 24 Mar 2018 13:55:45 +0700 Subject: [PATCH] Fix error in config.json --- src/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.json b/src/config.json index acaff146..858435d2 100644 --- a/src/config.json +++ b/src/config.json @@ -20,7 +20,7 @@ "user": "YOUR_WALLET", // username for mining server "pass": "x", // password for mining server "keepalive": true, // send keepalived for prevent timeout (need pool support) - "nicehash": false // enable nicehash/xmrig-proxy support + "nicehash": false, // enable nicehash/xmrig-proxy support "variant": -1 // algorithm PoW variant } ],