Bitcoin sketches Testnet 5
A draft BIP proposes replacing Testnet 4 to reduce instability caused by low-difficulty block bursts.
A draft BIP opened on June 10 in the official bitcoin/bips repository proposes Testnet 5, a new Bitcoin test network intended to replace Testnet 4. The document, co-authored by Pol Espinasa and Fabian Jahr, is still marked as a draft and has not been merged. Its central proposal is clear: Testnet 5 would remove the difficulty exception kept in Testnet 4, activate BIP 54 rules from block 1, and set a much higher minimum difficulty. This is not a change to Bitcoin mainnet. It is an attempt to make the test environment more reliable for developers, wallet teams, miners, and services that need to validate software before touching the production network.
The weakness comes from a rule often described as the 20-minute rule. On earlier test networks, it allowed a very low-difficulty block to be mined if no block had appeared for a while. The original reason was practical: keep the chain moving when little hash power was present, and let ordinary users obtain test coins. In practice, that flexibility has been repeatedly exploited. Bursts of easy blocks, often called block storms, have made Testnet 4 less stable, with frequent small reorganizations and a poorer supply of test coins for people who simply want to run experiments.
Testnet 5 takes the stricter route. The draft says the new network would follow Bitcoin mainnet consensus rules, with two defined differences: BIP 54 would be active from the beginning, and the maximum proof-of-work target would be lowered, which raises the minimum difficulty to about one million. BIP 54, known as the consensus cleanup proposal, bundles rule changes meant to reduce several validation weaknesses, including the timewarp attack and some expensive block-validation edge cases. In plain terms, the test network would behave more like mainnet while also becoming a live testing ground for those cleanup rules.
The practical point is easy to miss. A testnet has no official monetary value, but it has infrastructure value. It is where teams should be able to break things before real users and real funds are exposed. If the testing chain is easy to disrupt, engineers waste time finding coins, handling reorganizations, or debugging behavior that no longer resembles mainnet. The draft is still under discussion, with open questions around the genesis block, exact parameters, and whether Testnet 4 should be patched instead of replaced. Even so, it sends a useful signal: in Bitcoin, even networks without market value need serious technical stewardship, because they shape the quality of the software that eventually handles real money.