BlockSci icon indicating copy to clipboard operation
BlockSci copied to clipboard

Check for data corruption

Open StevenHarlow opened this issue 7 years ago • 2 comments

Is there a way to check whether the in-memory parsed blockchain data is corrupt? So far we've only noticed after running a scraper over it, which can take a very long time to determine.

StevenHarlow avatar Sep 12 '18 21:09 StevenHarlow

What kind of data corruption did you experience?

maltemoeser avatar Sep 13 '18 13:09 maltemoeser

For instance rencently got this error message: terminate called after throwing an instance of 'std::invalid_argument' what(): combination of enum values is not valid Aborted I didn't manage to debug it. The database seems corrupted. I tried to remove the last blocks inserted but it didn't solve my problem.

ClementPavue avatar Sep 17 '18 12:09 ClementPavue