What block version is this: d9b4bef9 (decimal: 3652501241)?

0

I'm trying to parse the blockchain directly from the .dat files. The parser works well up until I run into these blocks, with the version appearing as "d9b4bef9" (already reversed).

What is this version, and what special rules does it have?

Fernando Tiberti

Posted 2015-11-23T19:43:35.530

Reputation: 245

Question was closed 2016-11-18T13:50:44.933

2

I don't think that is a version. I think that's the protocol magic bytes: https://en.bitcoin.it/wiki/Protocol_documentation#Message_structure

Nick ODell 2015-11-23T20:28:51.983

No answers