bitpay / bitcore-p2p

Interface to the bitcoin P2P network for bitcore
MIT License
79 stars 275 forks source link

Socks proxy support #81

Open ghost opened 8 years ago

ghost commented 8 years ago

So I've found out there is partial support for socks proxy, to be more specific, there is a setProxy method for Peer but not for Pool.

On a different note, it seems a priori Socks5Client isn't working well with tor, could this be?

I have a set of patches to solve this issue but I'd like to know what are the plans for implementing good socks proxy support.