This guide explains Bitcoin Core 29.3 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 29.3 is a substantial maintenance release for the 29.x branch. It changes how peers are treated for consensus-invalid transactions, improves signature-hash validation performance, detects witness stripping without repeating script checks, repairs several legacy-wallet migration paths and fixes an unsigned overflow in mining package selection.
- Why it matters: Bitcoin Core 29.3 touches peer reputation, validation, wallets and mining. Treat it as more than a packaging update: prove consensus outcomes remain identical while confirming the corrected operational paths on a canary.
- 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.
What this means in simple English
Bitcoin Core is widely used software for running a Bitcoin node. A release can change networking, wallet tools, transaction policy or operator settings without changing every rule of Bitcoin itself.
Beginners can focus on what changed and why it matters. Node operators should also read the official release notes and test their own configuration before upgrading.
Simple example
Think of a mempool as one node’s waiting room for valid transactions that have not yet entered a block. Different nodes can have different waiting rooms, and the contents can change from one second to the next.
Key terms in plain English
- Bitcoin Core:
- Widely used software that validates Bitcoin and can provide wallet, network and operator tools.
- Consensus:
- The shared rules full nodes use to decide whether blocks and transactions are valid.
- Mempool:
- A node’s changing local collection of valid, unconfirmed transactions.
- Node:
- A computer running Bitcoin software that checks data and communicates with other peers.
Peer handling
Nodes no longer punish peers merely for relaying consensus-invalid transactions in the corrected path. Re-baseline peer-misbehaviour alerts and avoid interpreting fewer disconnections as weaker block validation.
Validation performance
A per-transaction-input signature-hash midstate cache covers legacy, P2SH and segwit-v0 scripts. Benchmark validation and memory while preserving identical accept and reject results.
Witness integrity
Witness stripping is detected without re-running script checks. Exercise stripped and intact transactions and verify downstream diagnostics still classify failures correctly.
Wallet fixes
The wallet identifies spends of zero-value outputs and tests anchor outputs. Unnamed legacy migration, relative-path failure cleanup, watch-only migration and BDB createfromdump receive fixes.
Mining
addPackageTxs fixes an unsigned integer overflow. Template and mining services should test extreme package accounting, empty and full mempools, and compare selected transactions and fees.
Branch boundary
The release also removes one DNS seed and updates build and CI paths. Do not import Core 30-only IPC or wallet behaviour into 29.3 documentation or automation.
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 Bitcoin Core 29.3 Release?
Bitcoin Core 29.3 is a substantial maintenance release for the 29.x branch. It changes how peers are treated for consensus-invalid transactions, improves signature-hash validation performance, detects witness stripping without repeating script checks, repairs several legacy-wallet migration paths and fixes an unsigned overflow in mining package selection.
Is Bitcoin Core 29.3 Release active or supported today?
Require a second reviewer and explicit rollback or expiry, and pause payments, signing or network-dependent services until post-change evidence is complete.
Why does Bitcoin Core 29.3 Release matter?
Bitcoin Core 29.3 touches peer reputation, validation, wallets and mining. Treat it as more than a packaging update: prove consensus outcomes remain identical while confirming the corrected operational paths on a canary.
Do beginners need to use the technical details?
Only if you run a Bitcoin Core node or maintain software that connects to one. Ordinary Bitcoin users can read the summary without changing any software.
Conclusion
Bitcoin Core 29.3 touches peer reputation, validation, wallets and mining. Treat it as more than a packaging update: prove consensus outcomes remain identical while confirming the corrected operational paths on a canary.
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.
