From e11513eec9bc94a65c577ec072a2e8ff05384216 Mon Sep 17 00:00:00 2001 From: enwillyado Date: Wed, 31 Jan 2018 23:37:22 +0100 Subject: [PATCH] Include proxy (CONNECT) (#1) The 'config.json' and the '-o' command option allow to include a proxy: poolHost[:poolPort[@proxyHost[:proxyPort]]. --- src/config.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/config.json b/src/config.json index b15b626b..49ffb890 100644 --- a/src/config.json +++ b/src/config.json @@ -26,7 +26,14 @@ "pass": "x", // password for mining server "keepalive": true, // send keepalived for prevent timeout (need pool support) "nicehash": false // enable nicehash/xmrig-proxy support - } + }, + { + "url": "pool.minemonero.pro:5555@localhost:8080",// URL of mining server with localhost proxy (example) + "user": "", // 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 + } ], "api": { "port": 0, // port for the miner API https://github.com/xmrig/xmrig/wiki/API