Re: [bitcoin-dev] Announcing Bitcoin Wallet Tracker

2020-06-01 Thread Nadav Ivgi via bitcoin-dev
Hi Antoine, I designed both APIs, so they definitely do share some similarities. It's difficult to compare their performance directly, since esplora-electrs keeps a full index of everything, while bwt tracks your wallet addresses only. If you're only interested in your wallet addresses and

[bitcoin-dev] Announcing Bitcoin Wallet Tracker

2020-05-30 Thread Nadav Ivgi via bitcoin-dev
Hi all, I recently released bwt [0], an HD wallet indexer implemented in Rust, using a model similar to that of Electrum Personal Server. It uses the bitcoind wallet functionality to do the heavy lifting and builds additional indexes on top of that, which can be queried using the Electrum RPC