Author

Topic: using cgminer behind a proxy network. (Read 7183 times)

sr. member
Activity: 308
Merit: 250
December 10, 2013, 04:22:22 AM
#3
Single pool with a standard http proxy:

cgminer -o "http:proxy:port|http://pool:port" -u username -p password

Single pool with a socks5 proxy:

cgminer -o "socks5:proxy:port|http://pool:port" -u username -p password

Single pool with stratum protocol support:

cgminer -o stratum+tcp://pool:port -u username -p password

The list of proxy types are:
 http:    standard http 1.1 proxy
 http0:   http 1.0 proxy
 socks4:  socks4 proxy
 socks5:  socks5 proxy
 socks4a: socks4a proxy
 socks5h: socks5 proxy using a hostname

Idk why i replied here but it wasn't posted for some reason. anyways, what I am saying is, my proxy is coming from a network from ISA server, which provides a proxy with user account and password. How do i enter username and password?
legendary
Activity: 1540
Merit: 1002
November 22, 2013, 06:42:51 AM
#2
Single pool with a standard http proxy:

cgminer -o "http:proxy:port|http://pool:port" -u username -p password

Single pool with a socks5 proxy:

cgminer -o "socks5:proxy:port|http://pool:port" -u username -p password

Single pool with stratum protocol support:

cgminer -o stratum+tcp://pool:port -u username -p password

The list of proxy types are:
 http:    standard http 1.1 proxy
 http0:   http 1.0 proxy
 socks4:  socks4 proxy
 socks5:  socks5 proxy
 socks4a: socks4a proxy
 socks5h: socks5 proxy using a hostname
sr. member
Activity: 308
Merit: 250
November 18, 2013, 05:54:02 AM
#1
Hi,
My internet uses a proxy provided by ISA Server. it also uses a login and password to connect to proxy, to connec to the internet.
proxy is 192.168.3.1 and port 8080.
problem is it cannot connect to http proxy without a username and password. but cgminer doesnt have any option to enter proxy username password hence it cannot connect to internet.

Any help is much appreciated Smiley
Jump to: