Skip to content
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

Open
Endeavour79 opened this issue Feb 1, 2012 · 6 comments
Open

Enhancement: BH behind proxy / tunnel #569

Endeavour79 opened this issue Feb 1, 2012 · 6 comments
Labels

Comments

@Endeavour79
Copy link

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???

@c00w
Copy link
Owner

c00w commented Feb 2, 2012

You can use btcproxy.net. It basically has bitHopper on its side and it is connected to over port 80.

@ottuzzi
Copy link

ottuzzi commented Feb 3, 2012

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.
Do you have any ideas?

Thanks
Bye
Piero

[1]http://docs.python.org/library/urllib.html

@c00w
Copy link
Owner

c00w commented Feb 3, 2012

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.

@Endeavour79
Copy link
Author

For the moment I use Proxifier to force python.exe to use the local proxy tunnel.
Works pretty good. You can set port based rules to save tunnel bandwidth for not blocked ports too.
http://www.proxifier.com/

@ottuzzi
Copy link

ottuzzi commented Apr 26, 2012

Hi,

any news on this front?

Thanks
Bye
Piero

@c00w
Copy link
Owner

c00w commented Apr 27, 2012

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants