Include proxy (CONNECT) (#1)
The 'config.json' and the '-o' command option allow to include a proxy: poolHost[:poolPort[@proxyHost[:proxyPort]].
This commit is contained in:
parent
265b55550f
commit
e11513eec9
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue