Reduces checkblocks default to 144 blocks (MIN_BLOCKS_TO_KEEP / 2
).
Introduce -checkmaxtx
with a default of 100'000
transaction to set a upper bound of amount of transaction to check during the CVerifyDB process.
There is also a new constant MIN_BLOCK_TO_RESPECT_WITH_MAX_TX_CHECK
which defines the minimum amount of blocks to check even if the -checkmaxtx
check has been fulfilled.