Post
Topic
Board Development & Technical Discussion
Re: Open Bootstrap.dat with VB.NET
by
danneu
on 22/04/2014, 00:24:45 UTC
View it in hexadecimal for a better representation of the data.

If bootstrap.dat is a concatenation of what you find in block.dat files, then the data is a repeating sequence of:

  • Magic bytes: uint32 little endian
  • Byte-count of the block: uint32 little endian
  • Block: BlockCodec