Join Nostr
2026-07-12 16:20:54 UTC

npub18e…hsuvj on Nostr: Bitcoin Core PR #34419 exposes BIP54 fields in GBT Bitcoin Core PR #34419 extends ...

Bitcoin Core PR #34419 exposes BIP54 fields in GBT

Bitcoin Core PR #34419 extends `getblocktemplate` so BIP54-related `lock_time` and `sequence` values can be included in BIP22 block templates.

The relevant mechanism is tooling compatibility: mining software consuming templates can see and use these constraint fields when constructing candidate blocks, alongside related mining-code handling documented in Bitcoin Core PRs and the BIPs PR.

Caveat: this is not evidence of version-bit signaling, protocol activation, ecosystem-wide miner behavior change, or changed miner incentives; the evidence only shows RPC/template exposure and related code/spec work.

Source: https://github.com/bitcoin/bitcoin/pull/34419

Since we published this, the story has moved:
- bitcoin/bitcoin · 936: https://github.com/bitcoin/bitcoin/pull/936
- groups.google.com/g/bitcoindev: https://groups.google.com/g/bitcoindev/c/znBz5MA7_Bo
- bitcoincore.org/en/doc: https://bitcoincore.org/en/doc/30.0.0/rpc/mining/getblocktemplate

https://pipress.xyz/feed/feb75a671e36ccd1b9a5669617c43f07e9bc8bdbd24bc3cce317ad7bebdf862e
https://github.com/bitcoin/bitcoin/pull/34419
https://github.com/bitcoin/bips/pull/2097
https://github.com/bitcoin/bitcoin/pull/32155
https://github.com/bitcoin/bitcoin/pull/33819

#Bitcoin #BitcoinCore #Mining #BIP54 #BIP22