By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
bitcoin
Bitcoin (BTC) $ 69,804.00
ethereum
Ethereum (ETH) $ 2,044.02
xrp
XRP (XRP) $ 1.38
tether
Tether (USDT) $ 0.999985
solana
Solana (SOL) $ 85.85
bnb
BNB (BNB) $ 647.09
usd-coin
USDC (USDC) $ 0.999953
dogecoin
Dogecoin (DOGE) $ 0.092915
cardano
Cardano (ADA) $ 0.260836
staked-ether
Lido Staked Ether (STETH) $ 2,265.05
tron
TRON (TRX) $ 0.289686
chainlink
Chainlink (LINK) $ 8.96
avalanche-2
Avalanche (AVAX) $ 9.56
wrapped-bitcoin
Wrapped Bitcoin (WBTC) $ 76,243.00
wrapped-steth
Wrapped stETH (WSTETH) $ 2,779.67
the-open-network
Toncoin (TON) $ 1.34
stellar
Stellar (XLM) $ 0.159098
hedera-hashgraph
Hedera (HBAR) $ 0.09434
sui
Sui (SUI) $ 0.978476
shiba-inu
Shiba Inu (SHIB) $ 0.000006
weth
WETH (WETH) $ 2,268.37
leo-token
LEO Token (LEO) $ 9.08
polkadot
Polkadot (DOT) $ 1.51
litecoin
Litecoin (LTC) $ 54.32
bitget-token
Bitget Token (BGB) $ 2.17
bitcoin-cash
Bitcoin Cash (BCH) $ 455.14
hyperliquid
Hyperliquid (HYPE) $ 37.08
usds
USDS (USDS) $ 1.00
uniswap
Uniswap (UNI) $ 3.89
cryptoprune cryptoprune
  • MarketCap
  • Crypto Bubbles
  • Multi Currency
  • Evaluation
  • Home
  • News
  • Crypto
    • Altcoins
    • Bitcoin
    • Blockchain
    • Cardano
    • Ethereum
    • NFT
    • Solana
  • Market
  • Mining
  • Exchange
  • Regulation
  • Metaverse
Crypto PruneCrypto Prune
  • Home
  • News
  • Crypto
    • Altcoins
    • Bitcoin
    • Blockchain
    • Cardano
    • Ethereum
    • NFT
    • Solana
  • Market
  • Mining
  • Exchange
  • Regulation
  • Metaverse

Search

  • Home
  • News
  • Crypto
    • Altcoins
    • Bitcoin
    • Blockchain
    • Cardano
    • Ethereum
    • NFT
    • Solana
  • Market
  • Mining
  • Exchange
  • Regulation
  • Metaverse

Latest Stories

Paraguay requires reporting using Bitcoin and cryptocurrencies
Paraguay requires reporting using Bitcoin and cryptocurrencies
image
KPMG Insiders May Be Active in Polymarket Earnings Forecast Pairs
Goldman Sachs Expects the Fed to Hike Interest Rates as Much as 5% by March
“We can’t let Cardano collapse,” ADA’s Hoskinson warns
Two executives moving a secured XRP-branded case down a hallway, symbolizing a 78% collapse in XRP leverage while $1.4 billion in ETF inflows remains tied to Ripple’s expanding footprint
Why the oil panic gripping global markets is causing traders to dump Bitcoin rather than hide it
Bitcoin
Bitcoin market losses ease after capitulation—still selling at a loss continues
© 2025 All Rights reserved | Powered by Crypto Prune
Crypto Prune > News > “Ethereum has much bigger problems with quantum than Bitcoin.”
News

“Ethereum has much bigger problems with quantum than Bitcoin.”

3 months ago 6 Min Read

The potential for quantum computing to infiltrate current cryptographic systems continues to generate debate among analysts, researchers, and users.

In that sense, Bitcoin developer and member of the Frostsnap hardware wallet team, known as LLFOURN at X, joined the discussion at X.

His position is straightforward:

Ethereum has much bigger problems with quantum than Bitcoin.

LLFOURN, Bitcoin developer.

The statement refers to Structural differences between both networks We also discuss how cryptography supports critical functions such as consensus security, signature verification, and funds storage.

IBM quantum developer Steve Tippeconnic echoed similar sentiments, telling CriptoNoticias: Ethereum Face a wider attack surface:

At a macro level, Ethereum’s architecture is more complex, with smart contracts, multiple signature schemes, and a larger cryptographic footprint. This means it may need to upgrade more components than Bitcoin in the post-quantum era.

Steve Tipeconic.

Why Ethereum will be more vulnerable to quantum than Bitcoin

LLFOURN supported three central arguments.

First of all, he pointed out that Ethereum’s consensus mechanism based on Proof of Stake (PoS) relies on ECDLP (Discrete Logarithm on Elliptic Curve). Encryption formats vulnerable to quantum computing and algorithms shawl.

In the developer’s words:

Since Ethereum’s consensus relies on ECDLP, the consensus itself can be broken by quantum computers.

LLFOURN, Bitcoin developer.

Bitcoin also uses elliptic curve algorithms, specifically an algorithm known as ECDSA (Elliptic Curve-Based Digital Signature Algorithm).

However, the difference between both networks lies in where these weak ciphers (ECDLP and ECDSA) operate in each network. In Bitcoin, the ECDSA scheme is only used for signing transactions. but does not participate in the consensus mechanism Like in the case of Ethereum.

See also  IBM and IONQ advance quantum, but it doesn't affect Bitcoin

Therefore, in Bitcoin, an eventual quantum break could result in funds whose public keys are already known to be compromised (addresses reused); It does not affect block validation or consensus operations.

Proof of Work (PoW), the consensus mechanism used in Bitcoin, relies on the SHA-256 algorithm, which is more quantum-resistant (it is only vulnerable to the much slower Grover attack). Furthermore, automatically adjusting the mining difficulty reduces the actions of quantum attackers.

In this scenario, the network created by Satoshi Nakamoto soft fork (change only signature scheme and address format), There is no need to rewrite the consensus structure.

Impact on Ethereum consensus: potential quantum risks

If a quantum computer were able to crack the cryptographic signatures that underpin Ethereum consensus, the implications would reach to the heart of the protocol.

An attacker who can generate signatures at the consensus level without knowing the private key Can impersonate a validator and cast fake votes to disrupt the process This allows the network to define which blocks are valid.

The ability to sign on behalf of genuine validators allows attackers to influence consensus voting, introduce fraudulent blocks, and even Reorganize the chain if enough signatures can be forged.

The risk does not come from the loss of funds, but from the possibility of directly manipulating the machinery that maintains the integrity of the chain.

In that sense, Tippeconic has demonstrated that: Bitcoin’s risk to quantum is realhighlighted the fragility of Ethereum’s consensus, but his view is more cautious.

Both ecosystems face challenges, and both need to prepare for a quantum future. It remains to be seen what the optimal migration path will be.

Steve Tipeconic.

Ethereum Virtual Machine (EVM) is another weak link in the network.

The second point developer LLFOURN makes is about the Ethereum Virtual Machine (EVM), stating that “Ethereum never built standard ECDSA signature verification[into the EVM].”

See also  Research reduces qubits needed to crack Bitcoin encryption by 48%

Please use instead ecle covera function that allows you to restore an address from a signature. Difficult to transition to quantum-resistant schemesaccording to LLFOURN.

This Bitcoiner developer thinks similar to what Tippeconnick said: Ethereum has more complex fields To defend against quantum attacks:

Post-quantum signature schemes cannot be directly replaced. All smart contracts that use ecrecover must be rewritten.

LLFOURN, Bitcoin developer.

That means, miles of contract Deployed ones must be changed manuallycan be slow and complicated.

More public transaction keys may be exposed on Ethereum

The third point deals with publishing the public key. Although LLFOURN did not provide specific data, he emphasized that:

This is a strength in favor of Bitcoin over Ethereum, as the majority of Ether on Ethereum is in addresses where the public keys are exposed.

LLFOURN, Bitcoin developer.

If the public key has already been published, Quantum computer can derive private key and steal related funds.

According to that analysis, Bitcoin has a small percentage of coins that are under addresses that reveal their public keys only when used. Reduce attack surface area.

Still, as CriptoNoticias previously reported, there are approximately 7 million BTC held by exchanges at risk of being stolen by quantum attackers due to address reuse.

Finally, LLFOURN concluded the discussion by pointing out that even in a scenario where there is a “slow quantum” phase (a period in which quantum computers are dangerous but not yet powerful enough), Ethereum will not be in an advantageous position.

TAGGED:Technology
Leave a comment Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

RELATED NEWS

Bitcoin

Billionaire entrepreneur says Bitcoin price crash is a gift, here’s why

By Crypto Prune 1 month ago
Bitcoin

The Bitcoin boom drives Nakamoto Atoshi to the top 11 wealthy ones with $130 billion

By Crypto Prune 8 months ago
Watch out for the gap: Bitcoin CME futures leave an unfilled gap of $1,770 over the weekend

Watch out for the gap: Bitcoin CME futures leave an unfilled gap of $1,770 over the weekend

By Crypto Prune 8 months ago
After the release of Bear's AI White Paper, 41,000% Shibu Burn Rate Spikes

After the release of Bear’s AI White Paper, 41,000% Shibu Burn Rate Spikes

By Crypto Prune 8 months ago
cryptoprune

© 2025 All Rights reserved | Powered by Crypto Prune

  • Altcoins
  • Bitcoin
  • Blockchain
  • Cardano
  • Ethereum
  • Exchange
  • Market
  • Metaverse
  • Mining
  • News
  • Crypto
  • NFT
  • Solana
  • Regulation
  • Technology
  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms of Service
Welcome Back!

Sign in to your account

Lost your password?