Bitcoin
Loading a wallet will result in “last wallet sync surpasses cleaned data” after a few days on a cleaned Bitcoin Core node.
As per the following question, I’m experiencing an issue with the Linux Bitcoin Core cleanup node every few days: “Last wallet sync goes beyond cleansed data.”
Wallet load failed: Cleanup: Last wallet sync exceeds cleaned data. You need to -reindex.
bitcoin.conf:
prune=550
listen=1
maxconnections=10
blocksonly=1
maxmempool=5
dbcache=4
debug=prune
That could be possible, I kill
It was behaving improperly and may have terminated abnormally due to oom kill.
Still, for something as important as a wallet, I think it would be nice to have a reasonable recovery mode without having to download the entire blockchain when you actually only need a few gigabytes.