Post
Topic
Board Beginners & Help
Re: Bitcoin Core Node Sync constantly fails at 97%
by
xmrhopium
on 19/01/2025, 17:52:10 UTC
[2025-01-17T17:05:57Z LevelDB read failure: Corruption: block checksum mismatch: D:\BTCNode_Blockchain\chainstate/2510441.ldb

Clearly shown the error is of block checksum mismatch.

Go to cmd in your pc, run it as a administrator and then run this command
Code:
rmdir /S /Q "D:\BTCNode_Blockchain\chainstate"
after entering this, your chainstate folder will be cleared and then restart bitcoin core, will work properly. Also, you can clear blocks folder same as clearing of chainstate data but with this another command in your command promt.
Code:
rmdir /S /Q "D:\BTCNode_Blockchain\blocks"