Node.JS script for importing unspent transaction outs to the Redis.
- Redis
- Bitcoin bootstrap.dat file (http://archive.org/details/bitcoin_bootstrap.dat)
To install all dependencies please run the following command in the project folder:
npm install
Please make sure that your redis-server is running and run following command:
node importBlocks.js /path/to/bootstrap.dat