Bitcoin Inqusition 28.0 is now available from
This is based on Bitcoin Core 28.0. The upgrade to 28.0 includes support for TRUC and anchor relay, as well as defaulting to full replace by fee behaviour.
This includes support for the following proposed consensus changes:
- BIP 119 OP_CHECKTEMPLATEVERIFY (PR#66)
- BIP 118 SIGHASH_ANYPREVOUT (PR#67)
- BIN-2024-1 aka BIP 347 OP_CAT (PR#68)
The first two of these have been active on the default signet since block 106704 (2022-09-06), and the third since block 193536 (2024-04-30).
Note that transactions making use of any of these new features will not be relayed by nodes that don’t support these features, so if you’d like your transaction to get to a miner, you’ll need to peer with other inquisition nodes. An easy way to do this is to specify addnode=inquisition.bitcoin-signet.net
. By default, Bitcoin Inquisition nodes will advertise themselves via the subversion string, which can be viewed with bitcoin-cli -netinfo 3
. See the 23.0 announcement for more details.