Skip to content

pragmaxim/sumBTC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Merkle Sum Tree for bitcoin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages