You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requested Feature, though I don't use Proxies myself so untested...
But I don't see why it would not work...
Also remove Http Prefix for GetBlockTemplate so something else could be used... Omitting it will fallback to Http so it should not affect existing Configuration Files.
Signed-off-by: Pttn <28868425+Pttn@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,8 +199,9 @@ rieMiner proposes the following Modes depending on what you want to do. Use the
199
199
200
200
### Solo and Pooled Mining options
201
201
202
-
*`Host`: IP of the Riecoin server. Default: 127.0.0.1 (your computer);
202
+
*`Host`: URL of the Riecoin server. Default: 127.0.0.1 (your computer);
203
203
*`Port`: port of the Riecoin server (same as rpcport in riecoin.conf for solo mining). Default: 28332 (default RPC port for Riecoin Core);
204
+
*`Proxy`: URL of a Proxy (can be suffixed by the port, example `socks5://example.com:1080` - see [Curl Documentation](https://curl.se/libcurl/c/CURLOPT_PROXY.html)), optional. Default: none;
204
205
*`Username`: username used to connect to the server (same as rpcuser in riecoin.conf for solo mining). Default: empty;
205
206
*`Password`: password used to connect to the server (same as rpcpassword in riecoin.conf for solo mining). Default: empty;
206
207
*`Cookie`: for solo mining, cookie file containing the credentials, overriding `Username` and `Password`. Default: empty/none;
0 commit comments