wownero/src/blockchain_db
stoffu 5b83ccbb2d
daemon: guard against rare 'difficulty drift' bug with checkpoints and recalculation
On startup, it checks against the difficulty checkpoints, and if any mismatch is found, recalculates all the blocks with wrong difficulties. Additionally, once a week it recalculates difficulties of blocks after the last difficulty checkpoint.
2020-07-20 00:41:18 +03:00
..
lmdb daemon: guard against rare 'difficulty drift' bug with checkpoints and recalculation 2020-07-20 00:41:18 +03:00
CMakeLists.txt Update copyright year to 2020 2020-07-19 23:23:42 +03:00
blockchain_db.cpp Update copyright year to 2020 2020-07-19 23:23:42 +03:00
blockchain_db.h daemon: guard against rare 'difficulty drift' bug with checkpoints and recalculation 2020-07-20 00:41:18 +03:00
locked_txn.h Update copyright year to 2020 2020-07-19 23:23:42 +03:00
testdb.h daemon: guard against rare 'difficulty drift' bug with checkpoints and recalculation 2020-07-20 00:41:18 +03:00