Skip to content

orweinberger/blockchain-mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

#blockchain-mongo

You can use blockchain-mongo to load the entire blockchain to a MongoDB collection, it uses the service provided by blockchain.info.

Since the process can be quite lengthy, there is also an option to resume loading (true by default).

Feel free to contribute and use.

###Before installing Make sure you have the a local running mongodb instance.

###Install

npm install blockchain-mongo

###Usage

npm start

This will start loading the blockchain data into a db named 'blockchain' on your locally hosted MongoDB instance.

####Configuration Currently there are two configurable parts, options in the main script and the mongo connection string in lib/mongo.js.

###Tests Feel free to contribute by adding tests :)

###IMPORTANT

Please read about the API query limits to avoid getting your IP banned

http:https://blockchain.info/api

About

Load the entire bitcoin blockchain into a MongoDB instance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published