aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_converter/import.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-03-16Add blockchain_import utilitywarptangent1-0/+37
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}