Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

SharkyRawr/blocktools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Block Chain Tools

Block chain parser implementation written in python. Contains examples for Bitcoin and Litecoin.

blocktools package - classes for reading blocks and transaction data from blockchain files
bin/sight.py - example implementation, console script to parse blockchain files

Usage

python bin/sight.py blk00001.dat

or if installed:

sight blk00001.dat

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

Alex Gorale, original author - https://github.com/tenthirtyone/blocktools

Hendrik 'Bloody' Schumann, cleanup, pypi packaging, various improvements

License

BSD 3

About

Bitcoin block parser for python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%