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

Run BitcoinJ over JTorProxy #357

Closed
ManfredKarrer opened this issue Feb 2, 2016 · 2 comments
Closed

Run BitcoinJ over JTorProxy #357

ManfredKarrer opened this issue Feb 2, 2016 · 2 comments

Comments

@ManfredKarrer
Copy link
Contributor

We run BitcoinJ over Tor with its built in Tor support (Orchid). As we use a native Tor instance for the P2P network it would be better to route BitcoinJ over our jTorProxy.
BitcoinJ uses nio (netty) which does not provide an API for sockets, so that might be difficult to get it working with Socks5Proxy. But it also supports a non nio BlockingClientManager which is also used for when BitcoinJ run over Tor.
We would need to pass our socket (or socketFactory) to a BlockingClientManager.
We maintain our own fork (https://github.com/bitsquare/bitcoinj) of BitcoinJ so changes should be added there.

@rolandkofler
Copy link
Contributor

like!

@ManfredKarrer
Copy link
Contributor Author

Done.

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

No branches or pull requests

2 participants