[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
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.
rmdir /S /Q "D:\BTCNode_Blockchain\blocks"