How can you tell a block is Classic vs Core?

0

Sites like http://xtnodes.com/ are tracking which versions of Bitcoin software are being used to create blocks. Where are they looking in the block structure to determine which software version generated the block?

redsquirrel

Posted 2016-03-12T15:47:29.937

Reputation: 135

Answers

1

Ah, not surprisingly, it's in the block's "version" field. It looks like core blocks are versioned as "v4", while "classic" blocks are versioned as "v805306368" and "BIP109".

redsquirrel

Posted 2016-03-12T15:47:29.937

Reputation: 135