aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_utilities/blockchain_prune_known_spent_data.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-09-16Removed Berkeley DB and db switching logicJesus Ramirez1-21/+3
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2018-11-27blockchain_prune_known_spent_data: blackball file is now optionalmoneromooo-monero1-7/+44
If not present, the tool will scan the blockchain, since scanning for this is fairly fast.
2018-11-27Outputs where all amounts are known spent can now be prunedmoneromooo-monero1-0/+268
Only for pre rct for obvious reasons. Note: DO NOT use a known spent list which includes outputs which are not known spent. If the list includes any output that's just strongly thought to be spent, but not provably so, you risk finding yourself unable to sync past the point where that output is spent. I estimate only 200 MB saved on current mainnet though, unless the new blackballing rule unearths a good amount of large-amount-set extra spent outs.