Post
Topic
Board Mining software (miners)
Re: BFGMiner 3.6.0: modular ASIC/FPGA, GBT, Strtm, RPC, Lnx/OpnWrt/PPA/W64, HBR/KLN
by
Luke-Jr
on 21/11/2013, 08:31:21 UTC
bfgminer -o stratum.bitcoin.cz:3333 -x http://proxy.com:8080 -u xxx -p 111
Maybe you should try to connect to stratum+tcp://stratum.btcguild.com:3333 instead of bitcoin.cz.........
Code:
bfgminer -o stratum+tcp://stratum.btcguild.com:3333 -x http://proxy.com:8080 -u xxx -p 111

oops. I made a mistake in my post. Yes, I was using stratum.btcguild.com:3333.

These are the commands that don't work.
bfgminer -o stratum.btcguild.com:3333 -x http://proxy.com:8080 -u xxx -p 111
bfgminer -o stratum+tcp://stratum.btcguild.com:3333 -x http://proxy.com:8080 -u xxx -p 111
bfgminer -o http://stratum.btcguild.com:3333 -x http://proxy.com:8080 -u xxx -p 111

These are the commands that work.
bfgminer -o http://api.bitcoin.cz:8332 -x http://proxy.com:8080 -u xxx -p 111
cgminer -o "http:proxy.com:8080|stratum.btcguild.com:3333" -u xxx -p 111

At least I know that I can do it behind my firewall, it's just that I don't now the correct command or bfgminer does not allow connection to stratum via proxy?
This is a bug in libcurl for HTTP proxies when combined with CURLOPT_CONNECT_ONLY (needed for stratum).
I've found a workaround, and will put it in the next release.

Is Bi•Fury gonna be supported in the next version?  I know it's in the pipeline, just curious.
Yes.