Skip to content

Bitcoin protocol tool: like tcpdump, but for LNP/BP

License

Notifications You must be signed in to change notification settings

pandoracore/bpdump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitcoin Transaction Services

Project was transformed into Bitcoin Transaction Services.

This repository is maintained for historical reasons; to run it please install

  • Cargo
  • PostgreSQL on localhost, with user postgres and password example
  • issue the following commands
cargo install diesel_cli
diesel setup
diesel migration run
cargo run --package bpdump --bin bpdump block <path to bitcoin blockchain>

If no path to bitcoin blockchain is provided, /var/lib/bitcoin/blocks used by default.

The program populates database with indexed transaction information.

About

Bitcoin protocol tool: like tcpdump, but for LNP/BP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published