• Market Cap: $2,418,160,157,835.35
  • 24h Vol: $108,433,118,919.67
  • BTC Dominance: 56.67%
XBT.Market
Advertisement
  • Home
  • Coins MarketCap
  • Crypto Exchanges
  • Crypto Calculator
  • Top Gainers and Loser
  • News
  • Contact Us
No Result
View All Result
XBT.Market
No Result
View All Result
Home Bitcoin

How Should Bitcoiners View Quantum Computing?

Jon Hartney by Jon Hartney
January 15, 2025
in Bitcoin, Blockchain, Business, Market
0
How Should Bitcoiners View Quantum Computing?
191
SHARES
1.5k
VIEWS
Share on FacebookShare on Twitter

In the early 2020s, quantum computing hit the public spotlight as a potential threat to Bitcoin. Relying on SHA-256 cryptographic hash function for its proof-of-work network consensus, Bitcoin’s value is predicated on computational power.

If there is a technology that can circumvent the traditional binary system of 0s and 1s for units of information, there is potential to upend cryptography as we know it. But is that danger over exaggerated?

Related articles

Bitwise has now donated over $380K to open-source Bitcoin devs

March 5, 2026

Tether invests in AI sleep tracking firm at a $1.5B valuation

March 5, 2026

Could quantum computing one day turn Bitcoin into a valueless piece of code? Let’s start by understanding why Bitcoin relies on cryptography.

Bitcoin’s Bits and Hashing

When we say that an image is 1 MB in size, we say that it contains 1,000,000 Bytes. As each Byte contains 8 bits, this means that an image contains 8,388,608 bits. As the binary digit (bit), this is the tiniest unit of information, either 0 or 1, that builds up the entire edifice of our digital age.

In the case of an image, bits in a 1MB file would assign a color to each pixel, making it readable to the human eye. In the case of a cryptographic function like SHA-256 (Secure Hash Algorithm 256-bit), developed by the NSA, it would produce 256 bits (32 Bytes) as the fixed length of a hash from an input of arbitrary size.

The primary purpose of a hash function is to convert any string of letters or numbers into an output of fixed length. This obfuscation blending makes it ideal for compact storage and anonymized signatures. And because the hashing process is a one-way street, hashed data is effectively irreversible.

Therefore, when we say that SHA-256 provides a 256-bit security, we mean to say that there are 2256 possible hashes to consider for reversal. When Bitcoin payments are conducted, each Bitcoin block has its own unique transaction hash generated by SHA-256. Each transaction within the block contributes to this unique hash as they form the Merkle root, plus the timestamp, nonce value and other metadata.

A would-be blockchain attacker would have to recalculate hashes and extract the necessary data not only for that block containing the transactions, but for all subsequent blocks chained to it. Suffice to say, the 2256 possibility load poses a virtually impractical computational endeavor, requiring immense expenditure of energy and time, both of which are exceedingly costly.

But could this no longer be the case with quantum computing?

New Quantum Paradigm for Computing

Moving away from bits as 0s and 1s, quantum computing introduces qubits. Leveraging the observed property of superposition, these units of information can not only be either 0 or 1 but both simultaneously. In other words, we are moving away from deterministic computing to indeterministic computing.

Because qubits can exist in an entangled and superimposed state, until observed, computations become probabilistic. And because there are more states than always 0 or 1, a quantum computer has the ability for parallel computing as it can simultaneously process 2n states.

A classic binary computer would have to run a function for each possible 2n state, which the quantum computer could assess simultaneously. In 1994, mathematician Peter Shor developed an algorithm with this in mind.

Shor’s algorithm combines Quantum Fourier Transform (QFT) and Quantum Phase Estimation (QPE) techniques to speedup pattern-finding and theoretically break all cryptography systems, not just Bitcoin.

However, there is one huge problem. If quantum computing is probabilistic, how reliable is it?

Stabilizing Coherence in Quantum Computing

When it is said that qubits are superimposed, this is akin to visualizing a coin flip. While in the air, one can imagine the coin having both states – heads or tails. But once it lands, the state is resolved into one outcome.

Equally so, when qubits are resolved, their state collapses into the classical state. The problem is that a ground-breaking algorithm like Shor’s needs many qubits to maintain their superposition for a long period of time to interact with each other. Otherwise, the necessary, useful calculations fail to actually complete.

In quantum computing, this refers to quantum decoherence (QD) and quantum error correction (QEC). Moreover, these problems need to be solved across many qubits for complex calculations.

According to the Millisecond Coherence in a Superconducting Qubit paper published in June 2023, the longest coherence time of a qubit is 1.48 ms at average gate fidelity of 99.991%. The latter percentage refers to the overall reliability of a QPU (quantum processing unit).

At present, the most usable and powerful quantum computer appears to be from IBM, dubbed Quantum System Two. A modular system ready for scaling, Quantum System Two should perform 5,000 operations with three Heron QPUs in a single circuit by the end of 2024. By the end of 2033, this should increase to 100 million operations.

The question is, would this be enough to materialize Shar’s algorithm and break Bitcoin?

QC Threat Viability

Due to decoherence problems and fault-tolerance, quantum computers have yet to pose a serious risk to cryptography. It is unclear if it is even possible to achieve a fault-tolerant quantum system at scale when such a high level of environmental purity is needed.

This includes electron-phonon scattering, photon emissions and even electron to electron interactivity. Moreover, the greater the number of qubits, which are necessary for Shor’s algorithm, the greater the decoherence.

Yet, although these may appear to be intractable problems inherent with quantum computing, there has been great progress in QEC methods. Case in point, Riverlane’s Deltaflow 2 method performs real-time QEC on up to 250 qubits. By 2026, this method should result in the first viable quantum application with million real-time quantum operations (MegaQuOp).

To break SHA-256 within one day, 13 million qubits would be needed, according to the AVS Quantum Science article published in January 2022. Although this would threaten Bitcoin wallets, many more qubits, at around 1 billion, would be needed to actually execute a 51% attack on Bitcoin mainnet.

When it comes to implementing the Grover algorithm, designed to leverage QC to search unstructured databases (unique hashes), a research paper published in 2018 suggested that no quantum computer would be able to implement it until 2028.

Image credit: Ledger Journal

Of course, Bitcoin network’s hashrate has greatly increased since then, and QC has to tackle decoherence as a major obstacle. But if QEC roadmaps eventually materialize into reliable quantum systems, what can be done to counteract the QC threat to Bitcoin?

Quantum Computing Resistance

There are multiple proposals to safeguard Bitcoin holders from quantum computers. Because a 51% QC attack is extremely improbable, the focus is mainly on hardening wallets. After all, if people cannot rely on their BTC holdings to be secure, this would cause an exodus from Bitcoin.

In turn, BTC price would plummet and the network’s hashrate would drastically decrease, making it far more vulnerable to QC than previously estimated. One such hardening is implementing Lamport signatures.

With Lamport signatures, a private key would be generated into pairs, 512 bitstrings from a 256-bit output. A public key would be generated with a cryptographic function to each of the 512 bitstrings. Each BTC transaction would need a one-time Lamport signature.

Because Lamport signatures do not rely on elliptic curves over finite fields in Elliptic Curve Digital Signature Algorithm (ECDSA), which is used by Bitcoin and can be exploited by Shar’s algorithm, but on hash functions, this makes them a viable quantum-resistant alternative.

The downside of Lamport signatures is their increased size, upward of 16KB, and one-time use. Of course, just by shifting addresses and keeping BTC in cold storage, thus avoiding private key exposure, can also prevent QC from being effective.

Another approach to confound potential QC attacks would be to implement lattice-based cryptography (LBC). Unlike in ECDSA, LBC avoids finite patterns by relying on discrete points in n-dimensional lattice (grid) space that extends infinitely in all directions. Because of this feature, there has yet been developed a quantum algorithm that could break LBC.

However, to implement a new type of cryptography, Bitcoin would have to undergo a hard fork. In that scenario, there would likely need to be many signals indicating that major breakthroughs in quantum computing, particularly in qubit count and fault tolerance, are imminent.

Bottom Line

It is safe to say that the Bitcoin mainnet itself is not in danger from quantum computing, in either the near or distant future. Yet, if QC were to compromise Bitcoin’s encryption—rendering SHA-256 and ECDSA obsolete—it would deeply impact confidence in the cryptocurrency.

This confidence is crucial, as demonstrated by major companies like Microsoft and PayPal, which have adopted Bitcoin payments, drawn by up to 80% savings compared to card transactions, zero chargebacks, and complete control over funds. With over 300 million holders globally, Bitcoin’s appeal as both a secure asset and a cost-effective payment option remains strong.

Ultimately, Bitcoin’s value is sustained by the capital and confidence behind it. Its historical volatility shows how events—ranging from Elon Musk’s tweets and PayPal’s integration to ETF launches and the FTX collapse—have impacted market sentiment. A fundamental threat to Bitcoin’s encryption could lead to panicked sell-offs, miner withdrawals, and a reduced mining difficulty, potentially opening the door to a 51% QC attack with fewer qubits.

To prevent such a scenario, Bitcoin holders and developers would do well to keep up with QC developments.

This is a guest post by Shane Neagle. Opinions expressed are entirely their own and do not necessarily reflect those of BTC Inc or Bitcoin Magazine.

Read Entire Article
Tags: bitcoinMagzineCryptocurrencyInvestmentMining Bitcoin
Share76Tweet48

Related Posts

Bitwise has now donated over $380K to open-source Bitcoin devs

by Jon Hartney
March 5, 2026
0

Bitwise has tasked Bitcoin Brink, OpenSats, and the Human Rights Foundation with deciding where to allocate its second annual donation...

Tether invests in AI sleep tracking firm at a $1.5B valuation

by Jon Hartney
March 5, 2026
0

Tether led a $50 million investment round in Eight Sleep, partnering to integrate AI health tech through its QVAC architectureStablecoin...

XRP Price Gathers Strength, Traders Anticipate $1.50 Break

XRP Price Gathers Strength, Traders Anticipate $1.50 Break

by Jon Hartney
March 5, 2026
0

XRP price started a decent increase above $1420 The price is now consolidating gains and might aim for more gains...

Europol, FBI wipe major cybercrime forum LeakBase off the web

by Jon Hartney
March 5, 2026
0

LeakBase's earlier predecessor, Raidforums, which was seized in 2022, once hosted leaked data from users of crypto wallet firm LedgerAn...

From Contraband to Cash Flow? Paraguay To Mine Bitcoin With 30,000 Seized Rigs

From Contraband to Cash Flow? Paraguay To Mine Bitcoin With 30,000 Seized Rigs

by Jon Hartney
March 5, 2026
0

Paraguay’s state‑owned electricity monopoly, Administración Nacional de Electricidad (ANDE), has signed a Memorandum of Understanding (MoU) with infrastructure firm Morphware...

Load More
  • Trending
  • Comments
  • Latest
SUI Price Hits All-Time High – But Questions About Valuation Remain

SUI Price Hits All-Time High – But Questions About Valuation Remain

October 17, 2024
Solana Targets $160 Resistance As TVL Hits New Yearly Highs

Solana Targets $160 Resistance As TVL Hits New Yearly Highs

October 17, 2024
Dogecoin Holder Base Falls To 6-Month Low, But Analyst Believes DOGE Price Is Headed To $10

Dogecoin Holder Base Falls To 6-Month Low, But Analyst Believes DOGE Price Is Headed To $10

October 17, 2024
Bitcoin Price Holds Firm: Can It Power Toward New Gains?

Bitcoin Price Holds Firm: Can It Power Toward New Gains?

October 17, 2024
All aboard! Elon Musk’s Vegas Loop now taking Dogecoin payments

All aboard! Elon Musk’s Vegas Loop now taking Dogecoin payments

0
Crypto owners banned from working on US Government crypto policies

Crypto owners banned from working on US Government crypto policies

0
Korean startup Uprise lost $20M shorting LUNC

Korean startup Uprise lost $20M shorting LUNC

0
Ethereum testnet Merge mostly successful — ‘Hiccups will not delay the Merge.’

Ethereum testnet Merge mostly successful — ‘Hiccups will not delay the Merge.’

0

Bitwise has now donated over $380K to open-source Bitcoin devs

March 5, 2026

Tether invests in AI sleep tracking firm at a $1.5B valuation

March 5, 2026
XRP Price Gathers Strength, Traders Anticipate $1.50 Break

XRP Price Gathers Strength, Traders Anticipate $1.50 Break

March 5, 2026

Europol, FBI wipe major cybercrime forum LeakBase off the web

March 5, 2026

XBT.Market

This website is an automated news feed powered by the Nebulome cloud system. The site is made possible by YYC TECH Consulting and Alberta Digital Mining Company. As a team with major crypto and bitcoin enthusiasm, we have curated major sources of news, trading and financial data to bring you, our viewer, an unbiased source of truth.

Recent Posts

  • Bitwise has now donated over $380K to open-source Bitcoin devs March 5, 2026
  • Tether invests in AI sleep tracking firm at a $1.5B valuation March 5, 2026
  • XRP Price Gathers Strength, Traders Anticipate $1.50 Break March 5, 2026
  • Europol, FBI wipe major cybercrime forum LeakBase off the web March 5, 2026
  • From Contraband to Cash Flow? Paraguay To Mine Bitcoin With 30,000 Seized Rigs March 5, 2026

News Categories

  • Bitcoin
  • Blockchain
  • Business
  • Market

Tags

bitcoinMagzine Cointelegraph Cryptocurrency insidebitcoins Investment Mining Bitcoin NewsBTC

Quicklinks

  • Home
  • Coins MarketCap
  • Crypto Exchanges
  • Crypto Calculator
  • Top Gainers and Loser
  • News
  • Contact Us

© 2022 Xbt.Market - Powered by YYC Tech Consulting & ADMCO.

No Result
View All Result
  • Home
  • Coins MarketCap
  • Crypto Exchanges
  • Crypto Calculator
  • Top Gainers and Loser
  • News
  • Contact Us

© 2022 Xbt.Market by Nebulome.

  • Steakhouse EURCV Morpho VaultSteakhouse EURCV Morpho Vault(STEAKEURCV)$0.000000-100.00%
  • FibSwap DEXFibSwap DEX(FIBO)$0.0084659.90%
  • TruFin Staked APTTruFin Staked APT(TRUAPT)$8.020.00%
  • bitcoinBitcoin(BTC)$84,372.003.58%
  • ethereumEthereum(ETH)$1,885.365.68%
  • tetherTether(USDT)$1.000.00%
  • rippleXRP(XRP)$2.186.84%
  • USDEXUSDEX(USDEX)$1.07-0.53%
  • binancecoinBNB(BNB)$617.995.03%
  • Wrapped SOLWrapped SOL(SOL)$143.66-2.32%
  • solanaSolana(SOL)$128.974.23%
  • usd-coinUSDC(USDC)$1.000.01%
  • dogecoinDogecoin(DOGE)$0.1736117.78%
  • cardanoCardano(ADA)$0.687.61%
  • tronTRON(TRX)$0.2342340.79%
  • staked-etherLido Staked Ether(STETH)$1,884.065.48%
  • Gaj FinanceGaj Finance(GAJ)$0.0059271.46%
  • Content BitcoinContent Bitcoin(CTB)$24.482.55%
  • USD OneUSD One(USD1)$1.000.11%
  • wrapped-bitcoinWrapped Bitcoin(WBTC)$84,309.003.84%
  • ToncoinToncoin(TON)$4.157.66%
  • UGOLD Inc.UGOLD Inc.(UGOLD)$3,042.460.08%
  • ParkcoinParkcoin(KPK)$1.101.76%
  • chainlinkChainlink(LINK)$14.027.76%
  • leo-tokenLEO Token(LEO)$9.211.17%
  • stellarStellar(XLM)$0.2743585.70%
  • avalanche-2Avalanche(AVAX)$19.647.71%
  • Wrapped stETHWrapped stETH(WSTETH)$2,256.395.40%
  • USDSUSDS(USDS)$1.00-0.01%
  • SuiSui(SUI)$2.429.03%
  • shiba-inuShiba Inu(SHIB)$0.0000137.71%
  • hedera-hashgraphHedera(HBAR)$0.17284810.00%
  • Yay StakeStone EtherYay StakeStone Ether(YAYSTONE)$2,671.07-2.84%
  • polkadotPolkadot(DOT)$4.257.34%
  • litecoinLitecoin(LTC)$85.265.04%
  • bitcoin-cashBitcoin Cash(BCH)$314.248.23%
  • mantra-daoMANTRA(OM)$6.301.94%
  • Pundi AIFXPundi AIFX(PUNDIAI)$16.000.00%
  • PengPeng(PENG)$0.60-13.59%
  • Bitget TokenBitget Token(BGB)$4.664.95%
  • wethWETH(WETH)$1,884.285.66%
  • Ethena USDeEthena USDe(USDE)$1.00-0.04%
  • Binance Bridged USDT (BNB Smart Chain)Binance Bridged USDT (BNB Smart Chain)(BSC-USD)$1.00-0.18%
  • MurasakiMurasaki(MURA)$4.23-13.71%
  • Black PhoenixBlack Phoenix(BPX)$3.351,000.00%
  • Pi NetworkPi Network(PI)$0.714.53%
  • HyperliquidHyperliquid(HYPE)$13.729.80%
  • Wrapped eETHWrapped eETH(WEETH)$2,003.675.53%
  • WhiteBIT CoinWhiteBIT Coin(WBT)$28.350.76%
  • moneroMonero(XMR)$217.841.31%
  • Zypto TokenZypto Token(ZYPTO)$0.037139-3.47%
  • uniswapUniswap(UNI)$6.217.66%
  • AptosAptos(APT)$5.395.79%
  • PepePepe(PEPE)$0.00000811.37%
  • daiDai(DAI)$1.00-0.01%
  • nearNEAR Protocol(NEAR)$2.635.26%
  • XT.comXT.com(XT)$3.08-1.65%
  • Layer One XLayer One X(L1X)$23.35454.66%
  • sUSDSsUSDS(SUSDS)$1.050.05%
  • okbOKB(OKB)$48.762.12%
  • gatechain-tokenGate(GT)$22.883.58%
  • crypto-com-chainCronos(CRO)$0.1015853.46%
  • Coinbase Wrapped BTCCoinbase Wrapped BTC(CBBTC)$84,342.003.68%
  • MantleMantle(MNT)$0.814.44%
  • Tokenize XchangeTokenize Xchange(TKX)$33.460.86%
  • internet-computerInternet Computer(ICP)$5.517.85%
  • ethereum-classicEthereum Classic(ETC)$17.074.81%
  • OndoOndo(ONDO)$0.817.47%
  • First Digital USDFirst Digital USD(FDUSD)$1.00-0.12%
  • aaveAave(AAVE)$168.6110.19%
  • Aerarium FiAerarium Fi(AERA)$7.14-13.11%
  • Ethena Staked USDeEthena Staked USDe(SUSDE)$1.170.30%
  • BSCEXBSCEX(BSCX)$237.310.49%
  • Official TrumpOfficial Trump(TRUMP)$10.354.36%
  • vechainVeChain(VET)$0.0233636.04%
  • cosmosCosmos Hub(ATOM)$4.538.09%
  • fantomFantom(FTM)$0.70-1.56%
  • BittensorBittensor(TAO)$231.277.72%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • EthenaEthena(ENA)$0.3616194.37%
  • render-tokenRender(RENDER)$3.6710.91%
  • filecoinFilecoin(FIL)$2.927.72%
  • CelestiaCelestia(TIA)$3.181.75%
  • Black AgnusBlack Agnus(FTW)$0.000183423.46%
  • Lombard Staked BTCLombard Staked BTC(LBTC)$84,465.004.02%
  • POL (ex-MATIC)POL (ex-MATIC)(POL)$0.2063993.13%
  • KaspaKaspa(KAS)$0.0682239.38%
  • STAUSTAU(STAU)$0.17397910.95%
  • FasttokenFasttoken(FTN)$4.020.01%
  • Sonic (prev. FTM)Sonic (prev. FTM)(S)$0.5212.98%
  • algorandAlgorand(ALGO)$0.1896979.65%
  • ORA CoinORA Coin(ORA)$4.885.92%
  • ArbitrumArbitrum(ARB)$0.3397526.22%
  • Arbitrum Bridged USDT (Arbitrum)Arbitrum Bridged USDT (Arbitrum)(USDT)$1.000.07%
  • GGTKNGGTKN(GGTKN)$0.1121180.75%
  • kucoin-sharesKuCoin(KCS)$11.231.19%
  • Solv Protocol SolvBTCSolv Protocol SolvBTC(SOLVBTC)$84,076.003.32%
  • fetch-aiArtificial Superintelligence Alliance(FET)$0.4856098.68%
  • optimismOptimism(OP)$0.776.43%
  • StoryStory(IP)$4.75-2.68%