Bitcoin Inqusition 28.1 is now available from
This is based on Bitcoin Core 28.1.
Along with the support for TRUC and anchor relay and full replace by fee behaviour from Bitcoin Core 28.0, this release also includes backported support for ephemeral dust (relay of txs with low or zero valued outputs that are immediately spent; PR#69). This allows for the creation of pre-signed transactions where the fees are fully paid for by a child transaction that is signed at a later date, see txs 7c1b4d and 5107bb, for example.
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.