-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Allow connecting to bitcoind through a proxy #21
Comments
It seems like the |
I have a fork that does this. I also needed to patch underlying jsonrpc library and modify a compatible socks proxy. The hard part about this was that rust-bitcoin uses an old version of hyper. I'm still learning Rust so ^^ are probably crappy. I see there's also some discussion in |
Using the 'socks' crate and custom jsonrpc transport. Requires the 'proxy' feature flag, which is enabled by default.
Using the 'socks' crate and custom jsonrpc transport. Requires the 'proxy' feature flag, which is enabled by default.
Using the 'socks' crate and custom jsonrpc transport. Requires the 'proxy' feature flag, which is enabled by default.
Available in a branch: https://github.com/bwt-dev/bwt/commits/202110-proxy |
Using the 'socks' crate and custom jsonrpc transport. Requires the 'proxy' feature flag, which is enabled by default.
No description provided.
The text was updated successfully, but these errors were encountered: