bitpay / bitcore-lib

A pure and powerful JavaScript Bitcoin library
https://bitcore.io/
Other
611 stars 1.03k forks source link

Corruption: block checksum mismatch #159

Open Lalitpatadiya12 opened 6 years ago

Lalitpatadiya12 commented 6 years ago

Setup is done and now i am moving in mynode and execute the command "bitcored" and it'll start sync but after an hour it'll give error like bellow


EXCEPTION: 15dbwrapper_error
Database corrupted
bitcoin in ProcessMessages()

2017-09-09 12:04:49 ProcessMessages(block, 6235 bytes) FAILED peer=1 2017-09-09 12:04:50 Corruption: block checksum mismatch 2017-09-09 12:04:50


EXCEPTION: 15dbwrapper_error
Database corrupted
bitcoin in ProcessMessages()

2017-09-09 12:04:50 ProcessMessages(block, 248980 bytes) FAILED peer=2 2017-09-09 12:04:50 Corruption: block checksum mismatch 2017-09-09 12:04:50


Any idea why it is there..?

usab commented 6 years ago

Same problem here

Lalitpatadiya12 commented 6 years ago

@usab Found any solution?