danicoin/src/blockchain_converter
warptangent 260cc56fae
Add blockchain_import utility
This imports to the blockchain database from an exported blockchain
file.

It can be used to bootstrap a new database or to add blocks to an
existing one.

Supports:
  - both the in-memory and LMDB implementations
  - optional: batching, verification, testnet

See help for usage.

Based on work by tomerkon.
See https://github.com/tomerkon
  src/cryptonote_core/bootfileloader.{h,cpp}
2015-03-16 00:26:51 -07:00
..
blockchain_converter.cpp blockchain_converter: Add support for batch transactions 2015-03-15 13:22:47 -07:00
blockchain_import.cpp Add blockchain_import utility 2015-03-16 00:26:51 -07:00
CMakeLists.txt Add blockchain_import utility 2015-03-16 00:26:51 -07:00
fake_core.h Add blockchain_import utility 2015-03-16 00:26:51 -07:00
import.h Add blockchain_import utility 2015-03-16 00:26:51 -07:00