A Perl script to read the Bitcoin chain.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Perl
git clone https://github.com/GeekintheMiddle/FollowtheChain.git
cd FollowtheChain
perl read.pl {block chain file}
I've added a 6MB file with part of the block chain. You can use this to test the program.
perl read.pl bitcoin.part
- Sven Mollinga - GeekintheMiddle
- Bitcoin Wiki [https://en.bitcoin.it/wiki/Main_Page]