aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_converter/blockchain_export.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-03-16blockchain_export: Add compile-time support for BlockchainDBwarptangent1-9/+22
This allows an LMDB database to be used as the blockchain to export. Adjust SOURCE_DB in src/blockchain_converter/blockchain_export.h depending on needs. Defaults to DB_MEMORY. DB_MEMORY is a sensible default for users migrating to LMDB, as it allows the exporter to use the in-memory blockchain while the other binaries work with LMDB, without recompiling anything.
2015-03-16Add blockchain_export utilitywarptangent1-0/+74
Based on work by tomerkon. See https://github.com/tomerkon/bitmonero src/cryptonote_core/bootfilesaver.{h,cpp} src/bootfilegen/bootfilegen.cpp