This guide explains Bitcoin Core 0.21.1 release in plain English. It summarises the important changes, who they affect and what should be checked before an upgrade.
TL;DR
- What it is: Bitcoin Core 0.21.1 was a minor release that added mainnet and testnet activation parameters for Taproot, Schnorr signatures and Tapscript. It implemented the Speedy Trial signalling window and Bech32m handling for version-1 and later witness addresses.
- Why it matters: Bitcoin Core 0.21.1 made nodes ready for Taproot’s Speedy Trial and eventual enforcement. Safe operation required exact activation-state awareness, Bech32m compatibility and a clear distinction between consensus support and wallet functionality.
- Current position: Require a second reviewer and explicit rollback or expiry, and pause payments, signing or network-dependent services until post-change evidence is complete.
Bitcoin Core 0.21.1 release in simple English
Bitcoin Core 0.21.1 release: Treat 0.21.1 as both a maintenance release and a consensus-readiness upgrade. Verify signatures, binary provenance, network and current deployment state before rollout.
Simple example
A node operator is checking Bitcoin Core 0.21.1 release. Nodes tracked bit-2 signalling from the first retarget period after 24 April 2021 until the first period after 11 August, requiring 90% of 2,016 blocks for lock-in.
Key terms in plain English
- BIP:
- Bitcoin Improvement Proposal: a document describing a proposed rule, standard or process. Its status must be checked separately.
- Bitcoin Core:
- Widely used software that validates Bitcoin and can provide wallet, network and operator tools.
- RPC:
- A command that software sends to a node to request information or a local action.
- Consensus:
- The shared rules full nodes use to decide whether blocks and transactions are valid.
- Taproot:
- A Bitcoin upgrade that added new signature and script options for spending outputs.
Release scope
Treat 0.21.1 as both a maintenance release and a consensus-readiness upgrade. Verify signatures, binary provenance, network and current deployment state before rollout.
Speedy Trial
Nodes tracked bit-2 signalling from the first retarget period after 24 April 2021 until the first period after 11 August, requiring 90% of 2,016 blocks for lock-in.
Activation height
After lock-in, Taproot activated at block 709632. Operators needed enforcing software before that height to reject invalid version-1 spends rather than follow a falsely confirmed chain.
Miner behaviour
getblocktemplate automatically signalled during the appropriate window. Manual signalling without an enforcing upgrade risked mining invalid blocks after activation.
Address handling
BIP 350 changed all address-accepting RPCs to require Bech32m for witness versions 1 and above. Version-1 mainnet payments were unsafe before consensus activation gave them meaning.
Wallet boundary
The release could pay Taproot addresses and relay or mine Taproot transactions after activation, but it did not include wallet features for users to directly create and spend Taproot outputs.
How specialists test it
Node operators test the release on a representative non-production system. They check startup, normal operation, failure handling and restart before changing a live node. Connected wallets, monitoring and mining services should also be checked.
Frequently asked questions
What is the main point of Bitcoin Core 0.21.1 release?
Bitcoin Core 0.21.1 release: Treat 0.21.1 as both a maintenance release and a consensus-readiness upgrade.
For Bitcoin Core 0.21.1 release, what should a beginner know about release scope?
Treat 0.21.1 as both a maintenance release and a consensus-readiness upgrade.
For Bitcoin Core 0.21.1 release, what should a beginner know about speedy Trial?
Nodes tracked bit-2 signalling from the first retarget period after 24 April 2021 until the first period after 11 August, requiring 90% of 2,016 blocks for lock-in.
For Bitcoin Core 0.21.1 release, what should a beginner know about activation height?
After lock-in, Taproot activated at block 709632. Operators needed enforcing software before that height to reject invalid version-1 spends rather than follow a falsely confirmed chain.
Conclusion
Bitcoin Core 0.21.1 made nodes ready for Taproot’s Speedy Trial and eventual enforcement. Safe operation required exact activation-state awareness, Bech32m compatibility and a clear distinction between consensus support and wallet functionality.
Primary sources
Check the current specification status and the documentation for the exact implementation you operate before moving production funds or changing a mining node.
Join the ASIC Mining Discussion
Members can read and join the discussion
Log in to read comments from other miners. Create a free account if you would like to ask a question or share your experience.
Membership helps us protect the discussion from spam and keep answers useful.