Will quantum computers kill Bitcoin?

 As we approach the era of industrially usable quantum computers, fears are growing about the future of certain cryptocurrencies—especially Bitcoin. Will they remain secure, or will the encryption protecting them be broken in minutes? In this article, I examine—based on expert analysis—whether these fears are justified.

How can quantum supremacy threaten Bitcoin?

Quantum computers can perform calculations in parallel by leveraging quantum mechanical phenomena, allowing them to complete in minutes tasks that would take conventional computers thousands of years. Bitcoin and other cryptocurrencies are protected by robust cryptographic algorithms designed to prevent unauthorized access. However, a quantum computer with 13 million qubits could crack Bitcoin’s digital signature in about 24 hours. This prospect sounds extremely threatening, especially considering that the newly announced Majorana 1 processor is estimated to reach one million qubits by 2032. Moreover, quantum computers could simultaneously attack both of Bitcoin’s security pillars: the digital signatures that authenticate transactions and the hash algorithms that ensure the immutability of the blockchain.

By breaking the digital signatures, one can derive private keys from public addresses, enabling all the cryptocurrency in a compromised wallet to be stolen without obstruction. In this context, the so-called Shor algorithm can be employed to break the cryptography.

Hash algorithms, on the other hand, can be attacked in two ways:

  • On one hand using the so-called Grover algorithm, a quantum computer could accelerate the mining process, thereby gaining sole control of the blockchain and altering it at will.

  • On the other hand wallets use hash algorithms to obscure public addresses. Fortunately, about 75% of wallets already use single-use Taproot addresses, which conceal public keys until funds are spent. These addresses are relatively secure, but the remaining 25% can be compromised immediately.

A third problem also threatens Bitcoin holders. Even if security updates render future transactions safe, past transactions remain vulnerable. Thus, addresses used in the past can be hacked.

How can Bitcoin protect itself?

There is cause for optimism: Bitcoin has already demonstrated its ability to evolve. Its history is marked by updates that have steadily enhanced its resilience—for example, the introduction of the Schnorr signature. Moreover, further developments are underway, with several proposals aimed at achieving quantum resistance:

  • Lamport signature: A single hash-based signature that resists the Shor algorithm.

  • STARK: A zero-knowledge proof that enables transaction verification without revealing the public key.

  • Modification of the mining algorithms: The currently used SHA-256 algorithm could be replaced by a quantum-resistant solution (e.g. SPHINCS+) via a soft fork, thereby negating the advantages provided by the Grover algorithm.

  • Automatic replacement of addresses: Because addresses from past transactions cannot be retroactively secured, an update replacing all addresses with quantum-resistant ones may be necessary.

The transition to quantum-resistant solutions might even be incentivized economically—for instance, by granting block space discounts to quantum-resistant addresses. For now, experts believe that although Bitcoin updates tend to be relatively slow (SegWit was introduced in 2017, followed by Taproot in 2021), they will likely be implemented in time to achieve a quantum-resistant state before quantum computers pose a real threat.

Is Bitcoin or traditional money safer?

Bitcoin employs encryption algorithms that, while not currently secure against quantum attacks, can be changed at any time. Because Bitcoin’s decentralized network operates independently, it can unilaterally adopt new cryptographic methods. In contrast, banks rely on fixed cryptographic standards that require extensive industry collaboration to update, rendering them extremely rigid in the face of change. Consequently, banks use static encryption systems that have been in place for decades. Moreover, centralization means that attacking a single institution can jeopardize millions of bank accounts, whereas— as noted earlier—each Bitcoin address must be attacked individually.

Conclusion

Overall, quantum computing presents a manageable challenge for Bitcoin rather than an existential threat. Although the Shor and Grover algorithms might theoretically undermine certain cryptographic elements, Bitcoin’s decentralized governance, modular architecture, and continuous incremental updates enable it to keep pace with the evolution of quantum technology. Meanwhile, traditional financial systems are not able to adapt as flexibly when faced with similar risks. 

Share this post
TypeScript 5.9
One of the most important innovations in TypeScript 5.9 is support for deferred module evaluation via the import defer syntax, which implements a proposed future ECMAScript standard.
After so many "I hate CSS" articles, how is it that CSS is still so successful?
If you've ever googled "why do developers hate CSS", you know there's a flood of complaints waiting to be found online. Thousands of forum posts, tweets, memes, and long blog entries lament CSS’s "incomprehensible behavior," its "not-really-programming" nature, or the idea that it's "just for designers." It almost feels like one of the unspoken rules of developer culture is that CSS is a necessary evil—something you use only when you absolutely have to, and preferably as quickly as possible. But if so many people hate it this much—why hasn't it disappeared? In fact, why do we see more and more non-web UI platforms adopting CSS-like semantics?
According to Replit's CEO, AI Will Make Programming More Human
The rise of artificial intelligence is transforming countless industries, and software development is no exception. While many fear that AI will take over jobs and bring about a dystopian future, Amjad Masad, CEO of Replit, sees it differently. He believes AI will make work more human, interactive, and versatile. He elaborated on this vision in an interview on Y Combinator’s YouTube channel, which serves as the primary source for this article.
A new era in software development
Over the past few decades, software development has fundamentally shaped our digital world, but the latest technological breakthroughs are ushering in a new era in which computer programming is undergoing a radical transformation. According to Andrej Karpathy, former director of artificial intelligence at Tesla, software development has accelerated dramatically in recent years after decades of slow change, fundamentally rewriting our understanding of programming.
QNodeOS the first quantum operating system
Quantum networks have been very hard for developers because each hardware type needed its own software layer. In mid-March, a team from the Quantum Internet Alliance (QIA) announced a new quantum operating system called QNodeOS. Like classic operating systems, QNodeOS hides low-level hardware details and lets you build higher-level applications on different quantum processors. The first demo appeared online in Nature on March 12, 2025, and since then QNodeOS has become a hot topic in quantum network research.
Majorana 1 paradigm shift in building quantum computers
Microsoft recently announced a quantum processor, Majorana 1, which can rightly be described as a revolutionary step forward in the construction of practical quantum computers.