Indexes whole Bitcoin ledger into Merkle Sum Tree for real-time address balance access.
- For testing purposes, install
bitcoind
with settingrpcworkqueue=10000
for eager syncing up to at least 1M height - Restat
bitcoind
with setting-maxconnections=0
so it stops syncing - Start
sumBTC
and let it sync with your existing chain
export BITCOIN_RPC_USERNAME=foo
export BITCOIN_RPC_PASSWORD=bar
cargo run http://127.0.0.1:8332