Clone the repo
Download Nodejs and npm if you don't have them
Install dependencies:
npm install
Install mongodb:
MacOS: brew install mongodb
Centos: yum install -y mongodb
Ubuntu: sudo apt-get install -y mongodb-org
This will fetch and parse the entire blockchain.
var config =
{
"rpc": 'http://localhost:8545',
"blocks": [ {"start": 0, "end": "latest"}],
"quiet": true,
"terminateAtExistingDB": false,
"listenOnly": false,//false:graber interval. true:grabe by listen new block.
"out": "."
};