1
When writing a blockchain parser I've found that some blk00*.dat files contain zeros instead of blocks. (I got zero where magic bytes were expected, looked in the file and saw there are more zeros.)
What does it mean? Do I have corrupted chain? How do I fix my parser, so it would interpret the file correctly?
I've checked that the block in the next file points to hash of previous one and indeed, it does. Thank you! – Martin Habovštiak – 2016-09-06T15:33:56.203