2
I understand the BIP9 version bits base is 0x20000000 because the BIP specifies that the first three bits must be 001
Bitcoin Classic adds one more "on" bit 0011... to make 0x30000000
Why did BitcoinXT add THREE bits to the end to make 0x20000007 instead of just flagging-on one single bit like classic? Or simply use 0x20000001?
A correction is needed to the question. BIP9 specifies the first three bits are
001, so the hex version will be at least0x20000000. BIP109 uses the fourth bit to signal support, so the first four bits are0011with the rest zero, so the version is`0x30000000. – Tom Harding – 2016-04-14T16:46:07.723@TomHarding thanks for catching that, edited – pinhead – 2016-04-14T16:49:04.653