Signet
Signet is both a tool that allows developers to create networks for testing interactions between different Bitcoin software and the name of the most popular of these testing networks.
Blocks on signets are only valid if they’re signed by a key used to create that signet. This gives the creator complete control over block production, allowing them to choose the rate of block production or when forks occur. This can provide a much better controlled network environment than proof-of-work testnets where adversarial miners can use various tricks to make the network practically unusable for long periods of time.
Primary code and documentation
Optech newsletter and website mentions
2024
2023
- Mutinynet launches a signet with 30 second block times and hosted infrastructure tools
- Question about why signet uses the same bech32 address prefix as testnet
2022
- Eclair #2387 adds support for signet
- Analysis of transactions on the CTV signet
- Parameters published for
OP_CHECKTEMPLATEVERIFY
signet
2021
- 2021 year-in-review: signet
- Preparing for taproot: testing on signet
- Discussion about adding regular reorgs to the default signet
- LND #5025 adds basic support for using signet
- Discussion about multiple signet compatibilty with soft fork activation
- Bitcoin Core 0.21.0 released with support for signets
- Bitcoin Core #19937 adds utilities for mining signet blocks
2020
- 2020 year in review: signet
- Bitcoin Core #20145 adds script for requesting signet coins
- Summary of Bitcoin Core PR Review Meeting on adding signet support
- C-Lightning #4068 and #4078 update C-Lightning’s signet implementation
- Bitcoin Core #18267 and #19993 add support for signet
- BIPs #983 updates BIP325 to omit signet commitments when unnecessary
- Discussion about the parameters for a default signet
- Discussion about the design decisions for signet
- Will the availability of signet eliminate the need for a new testnet?
- BIP325 updated for new signet block signing method
- BIP325 updated: all signets to use same genesis block but different magic
2019
- 2019 year-in-review: signet
- Signet protocol published as BIP325
- Eltoo demo implementation using custom signet
- C-Lightning 0.7.2.1 released with support for signet
- Progress on signet
- C-Lightning adds support for signet
- CoreDev.tech discussion: signet
- Feedback requested on signet
See also
Previous Topic:
Signer delegation
Next Topic:
Silent payments