blockchain_export can now export to a blocks.dat format

Also make the number of blocks endian independant, and add
support for testnet
This commit is contained in:
moneromooo-monero
2015-10-16 19:45:35 +01:00
parent 11db442a6c
commit b13e7f284b
11 changed files with 368 additions and 38 deletions

View File

@@ -38,11 +38,13 @@ bitmonero_private_headers(blockchain_converter
set(blockchain_import_sources
blockchain_import.cpp
bootstrap_file.cpp
blocksdat_file.cpp
)
set(blockchain_import_private_headers
fake_core.h
bootstrap_file.h
blocksdat_file.h
bootstrap_serialization.h
)
@@ -52,10 +54,12 @@ bitmonero_private_headers(blockchain_import
set(blockchain_export_sources
blockchain_export.cpp
bootstrap_file.cpp
blocksdat_file.cpp
)
set(blockchain_export_private_headers
bootstrap_file.h
blocksdat_file.h
bootstrap_serialization.h
)