bwt icon indicating copy to clipboard operation
bwt copied to clipboard

Allow connecting to bitcoind through a proxy

Open shesek opened this issue 4 years ago • 3 comments

shesek avatar May 27 '20 21:05 shesek

It seems like the rust-bitcoincore-rpc library does not currently supports setting a proxy, support will have to be added there first.

shesek avatar May 27 '20 21:05 shesek

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 rust-jsonrpc

justinmoon avatar Jun 01 '20 00:06 justinmoon

Available in a branch: https://github.com/bwt-dev/bwt/commits/202110-proxy

shesek avatar Oct 05 '21 23:10 shesek