diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-03-12 21:17:38 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-03-12 21:17:39 +0200 |
commit | 4e59074d7a044fba7dec6a6847d750db9e558cfa (patch) | |
tree | fc2b566752e6ff325e2d6e096e32f14ef647a82e | |
parent | Merge pull request #718 (diff) | |
parent | switch default utilities DB to lmdb, update checkpoints.dat (diff) | |
download | monero-4e59074d7a044fba7dec6a6847d750db9e558cfa.tar.xz |
Merge pull request #720
8689014 switch default utilities DB to lmdb, update checkpoints.dat (Riccardo Spagni)
-rw-r--r-- | src/blockchain_utilities/blockchain_utilities.h | 9 | ||||
-rw-r--r-- | src/blocks/checkpoints.dat | bin | 26560037 -> 31824036 bytes |
2 files changed, 6 insertions, 3 deletions
diff --git a/src/blockchain_utilities/blockchain_utilities.h b/src/blockchain_utilities/blockchain_utilities.h index 52c4fa0a8..51c17a9b6 100644 --- a/src/blockchain_utilities/blockchain_utilities.h +++ b/src/blockchain_utilities/blockchain_utilities.h @@ -33,12 +33,15 @@ // CONFIG: choose one of the three #define's // -// DB_MEMORY is a sensible default for users migrating to LMDB, as it allows +// DB_MEMORY was a sensible default for users migrating to LMDB, as it allowed // the exporter to use the in-memory blockchain while the other binaries // work with LMDB, without recompiling anything. +// +// Now that the majority of users are on 0.9.2, and the converter has largely +// become a generalised database tool, the default has changed to DB_LMDB. // -#define SOURCE_DB DB_MEMORY -//#define SOURCE_DB DB_LMDB +// #define SOURCE_DB DB_MEMORY +#define SOURCE_DB DB_LMDB // to use global compile-time setting (DB_MEMORY or DB_LMDB): // #define SOURCE_DB BLOCKCHAIN_DB diff --git a/src/blocks/checkpoints.dat b/src/blocks/checkpoints.dat Binary files differindex b51e94ead..a9085c2bc 100644 --- a/src/blocks/checkpoints.dat +++ b/src/blocks/checkpoints.dat |