Google Just Moved Q-Day to 2029. Here's What That Means for Your Bitcoin.
By Jon Rich, StackerZero — April 3, 2026
Last month, Google quietly dropped a bombshell: their quantum research team demonstrated that RSA encryption — the backbone of most internet security — can be cracked with 20x fewer resources than previously estimated.
That moved Q-Day from "sometime in the 2030s" to 2029. Maybe sooner.
If you hold Bitcoin, you need to understand what this means.
What Is Q-Day?
Q-Day is the moment a quantum computer becomes powerful enough to break the cryptography protecting Bitcoin wallets. Specifically, it's when an attacker could take a public key and reverse-engineer the private key — draining your wallet before you can react.
This isn't science fiction. It's a math problem, and quantum computers are getting very good at math.
The Harvest Now, Decrypt Later Problem
Here's the part that most people miss: the attack is already happening.
State-level actors — governments, intelligence agencies — are almost certainly collecting encrypted data today with the intention of decrypting it once quantum computers are powerful enough. This strategy is called "Harvest Now, Decrypt Later."
For Bitcoin, this means:
- Any transaction you've ever broadcast is permanently recorded on a public blockchain
- Every time you send Bitcoin, your public key is exposed to the network
- An adversary can collect those public keys now and crack them later
You don't need to wait for Q-Day to be at risk. The clock started years ago.
How Much Bitcoin Is Already Exposed?
Approximately 1.7 million BTC sits in what are called P2PK outputs — a legacy address format from Bitcoin's early days that permanently exposes the public key. These are largely Satoshi-era coins.
Beyond that, every address that has ever sent a transaction has exposed its public key. If you've ever moved Bitcoin from an address, that address is now quantum-vulnerable.
The safest addresses are those that have never sent a transaction — specifically P2WPKH (bc1q) addresses where the public key is only revealed at spend time.
What Is Bitcoin Doing About It?
The Bitcoin developer community isn't sleeping on this. BIP 360 — also called P2QRH (Pay to Quantum Resistant Hash) — was merged in February 2026 and the testnet is now live.
BIP 360 introduces bc1z addresses: a new quantum-resistant address format using post-quantum cryptographic algorithms. These are designed to withstand attacks from quantum computers.
The catch: BIP 360 is not yet in Bitcoin Core. It requires a soft fork — a network-wide upgrade — which takes time, consensus, and careful coordination. We're not there yet.
Other relevant BIPs in development:
- BIP 348 (CSFS) — enables more flexible script conditions
- BIP 352 (Silent Payments) — improves privacy while reducing key exposure
What Should You Do Right Now?
1. Stop reusing addresses. Every time you receive Bitcoin to the same address and then spend from it, you expose your public key. Use a new address for every transaction.
2. Move coins off P2PK addresses. If you're holding Bitcoin in legacy P2PK addresses (the really old format), consider migrating to P2WPKH (bc1q) addresses — and do it before you need to, so you're not rushing when Q-Day approaches.
3. Watch BIP 360 development. When quantum-resistant addresses are available in Bitcoin Core, migrate your holdings. StackerZero will cover this in real time.
4. Don't panic. 2029 is close, but it's not tomorrow. You have time to prepare — but you should start now.
The Bottom Line
Google moved the goalposts. The quantum threat to Bitcoin is no longer a distant hypothetical — it's a 2029 engineering problem. The good news is that Bitcoin developers are already working on the solution. The bad news is that 1.7 million BTC in legacy addresses may never be moved in time.
Protect yourself. Stay informed. Stack quantum-resistant sats.
StackerZero is an independent Bitcoin intelligence operation run by Jon Rich from Maine. We cover the intersection of Bitcoin, cryptography, and emerging threats — so you don't have to.
Sources: Google Quantum AI research (March 2026), Bitcoin BIP repository, Bitcoin Optech