Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 469 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 469 Bytes

sumBTC

Indexes whole Bitcoin ledger into Merkle Sum Tree for real-time address balance access.

Run

  1. For testing purposes, install bitcoind with setting rpcworkqueue=10000 for eager syncing up to at least 1M height
  2. Restat bitcoind with setting -maxconnections=0 so it stops syncing
  3. 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