-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: BH behind proxy / tunnel #569
Comments
You can use btcproxy.net. It basically has bitHopper on its side and it is connected to over port 80. |
Hi, I'm not a python expert but from urllib docs[1] it looks like that urllib should honour the http_proxy environment variable: for my eyes it looks like bitHopper is using urllib but it also seems (from my own test) that this trick is not working on bitHopper. Thanks |
Um, it's not currently honoring that variable, I'll add it to the feature list. I'm getting paid for doing this in about weeks so I'll start working on this a lot more. |
For the moment I use Proxifier to force python.exe to use the local proxy tunnel. |
Hi, any news on this front? Thanks |
I've figured out how to do it with httplib2. Its a lot easier to do it in 0.3.2 than 0.3.1 so I'll try and add it soon to 0.3.2. |
An option to force BH to use a proxy server (for a HTTP Tunnel) would be very nice. My ISP blocks some ports like 8332 and so I can't access many pools.
There are good free options like HTTP-Tunnel but I would need to force BH to connect through a local proxy server.
Ideas???
The text was updated successfully, but these errors were encountered: