pull down to refresh

Measuring block versions masked with 0xE0000018 to track activation client adoption:

  • Bit 3 (0x08): LNHANCE (0 blocks thus far, can't be activated this epoch)
  • Bit 4 (0x10): BIP-110 (0 blocks thus far, can't be activated this epoch)

previous report, epoch 261

100 sats \ 1 reply \ @adlai 3h

why does your mask include the high 0xE if you're only tracking bits 3 and 4 ?

reply

Because the top 2 bits invalidate the version string as valid version bits (and the 3rd bit must be set). So if anything isn't 0x2....... (or 0x3 if tracking bit 28) then it's not a valid activation.

reply

(typo: previous epoch was 461 of course)

reply