Skip to content

umarushka/blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blockchain

Who wrote it ?

License:

Code is in the public domain.

What is it ?

A barebone C++ block parser that parses the entire block chain from scratch
to extract various types of information from it.

How do I build 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        

About

blockchain bitcoin parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages