mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
README URL proxy must use quote so show in the example
This commit is contained in:
parent
e043f5a5aa
commit
68046631d5
4
README
4
README
@ -297,11 +297,11 @@ cgminer -o http://pool:port -u username -p password -I 9 --auto-fan --auto-gpu -
|
|||||||
|
|
||||||
Single pool with a standard http proxy, regular desktop:
|
Single pool with a standard http proxy, regular desktop:
|
||||||
|
|
||||||
cgminer -o http:proxy:port|http://pool:port -u username -p password
|
cgminer -o "http:proxy:port|http://pool:port" -u username -p password
|
||||||
|
|
||||||
Single pool with a socks5 proxy, regular desktop:
|
Single pool with a socks5 proxy, regular desktop:
|
||||||
|
|
||||||
cgminer -o socks5:proxy:port|http://pool:port -u username -p password
|
cgminer -o "socks5:proxy:port|http://pool:port" -u username -p password
|
||||||
|
|
||||||
The list of proxy types are:
|
The list of proxy types are:
|
||||||
http: standard http 1.1 proxy
|
http: standard http 1.1 proxy
|
||||||
|
Loading…
Reference in New Issue
Block a user