This is a fork of block chain tools.
Recently added a few features, and fixed some bugs.
See git status for more details.
Block chain parser implementation written in python. Contains examples for Bitcoin and Litecoin.
- blocktools.py - tools for reading binary data from block files
- block.py - classes for Blocks, Transactions
- parser.py - Genesis block demo
- sight.py - block parser
- 5megBlock.dat - first 5 megs from blk00000.dat
- blk65.dat - first 5 megs from blk00065.dat
python sight.py 1M.dat
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Alex Gorale
BSD 3