bwt icon indicating copy to clipboard operation
bwt copied to clipboard

Improve usability when connecting to a remote bitcoind rpc server

Open shesek opened this issue 3 years ago • 0 comments

  • [ ] Implement persistent storage (#4)

Bandwidth optimizations:

  • [ ] Convert into the Electrum SPV proof format from the bitcoind merkleblock format (https://github.com/shesek/bwt/issues/36)
  • [ ] Batch RPC calls to bitcoind (https://github.com/shesek/bwt/issues/5)
  • [ ] Configurable maximum number of headers per blockchain.block.headers request

Tor support:

  • [ ] Allow connecting to bitcoind through a proxy (https://github.com/shesek/bwt/issues/21)
  • [ ] Out-of-the-box tor socks proxy support (related: https://github.com/shesek/bwt/issues/8)

shesek avatar Nov 12 '20 08:11 shesek