Author:
[email protected]
Code is in the public domain.
A barebone C++ block parser that parses the entire block chain from scratch
to extract various types of information from it.
You'll need a 64-bit Unix box.
You'll need a block chain somewhere on your hard drive. This is typically created
by a statoshi bitcoin client such as this one: https://github.com/bitcoin/bitcoin.git
Install dependencies:
sudo apt-get install build-essential git
Get the source:
git clone https://github.com/umarushka/blockchain.git
Build it:
cd blockchain
make