Cryptopolitan Report: Nearly Half of Our Readers Believe Quantum Technology Could Surpass Bitcoin by 2035

cryptonews.ru發佈於 2026-08-08更新於 2026-08-08

文章摘要

Nearly half of readers surveyed believe quantum computing could break Bitcoin by 2035. The threat lies specifically in its signature scheme (ECDSA/Schnorr), vulnerable to Shor's algorithm, which could derive private keys from public ones. Estimates suggest this could require 10,000+ qubits, a target now seen as plausible this century. Approximately 6.5-6.9 million BTC (25-33% of supply) are exposed because their public keys are already on-chain. Modern unused addresses remain safe until a transaction is broadcast. Bitcoin's response includes proposals like BIP-360 (Pay-to-Merkle-Root) to hide public keys and a multi-year transition plan. Notably, post-quantum signatures are deferred. A key development occurred when an AI model (Claude Mythos) broke the post-quantum signature scheme HAWK in days—a flaw two years of human review missed—without using a quantum computer. This highlights a new risk: AI cryptanalysis may outpace traditional verification, potentially disrupting upgrade timelines faster than quantum hardware advances.

We asked our newsletter readers whether quantum computing could break Bitcoin by 2035. Last week, on July 28, an AI model, not yet publicly released, discovered a vulnerability in a post-quantum signature scheme that two years of manual review had not uncovered. No quantum computer was used here. This report examines what Bitcoin is, the real threat to $BTC, and why last week's events add a whole new dimension to the quantum computing timeline.

Where Our Readers Stand

If we add those who answered 'yes, it will probably happen' to the 'by 2030' group, it turns out that 47% of readers see the potential for a quantum breach of Bitcoin within the next nine years. To date, the largest elliptic curve key cracked on actual quantum hardware is 15 bits, which happened this past April thanks to a researcher vying for the Q-Day prize as part of Project Eleven. For comparison, Bitcoin keys are 256 bits, and progressing bit by bit over nine years would require incredible engineering innovation. About one-third of this audience currently sees this as a real possibility.

What Is Actually at Risk for $BTC?

Before we delve into the survey results in detail, it's important to clarify that Bitcoin does not encrypt anything. No secret message is encrypted, and every transaction on the network has always been public since its inception. Bitcoin only performs signing and hashing. Two different tasks, two different mathematical operations, two completely different quantum timelines.

The part responsible for signing is vulnerable. When you spend Bitcoin, your wallet generates a signature confirming your ownership of the coins, and this is done using elliptic curve cryptography called secp256k1. Over the years, Bitcoin has used two signing methods: ECDSA from the start and Schnorr since 2021. The security of both is based on one assumption: it is impossible to derive the private key from the public key.

This is where Shor's algorithm comes into play, targeting this assumption. Given a sufficiently large quantum computer, it could work backwards from a public key to the private key that generated it. In March of this year, Google researchers published estimates that this requires less than 1,200 logical qubits and less than 500,000 physical qubits. A later paper from Caltech and Oratomic reduced this number to 10,000 qubits using a neutral-atom-based architecture. No one has built anything like this yet. But these figures were previously in the millions, and it is the direction of travel that is the reason Bitcoin has stopped viewing this as a 2040s problem.

Hashing is in much better shape. Bitcoin uses SHA-256 for mining, address generation, and linking blocks. The best quantum attack against it is Grover's algorithm, which only provides a quadratic speedup. In practice, this reduces the security of a 256-bit code to something like 128-bit, which remains out of reach for any machine anyone has ever designed on paper. Mining is not the weak link here, nor is the blockchain structure.

Therefore, the precise wording of the question is narrower than 'quantum technology breaks Bitcoin.' At risk are coins whose public keys are already publicly available on the blockchain. This happens when funds at an address have been spent before, or when funds are stored in older address formats that reveal the key by default. The current estimate is between 6.5 and 6.9 million $BTC, which is roughly a quarter to a third of the total supply, and this figure includes about 1.7 million coins on early addresses widely believed to have belonged to Satoshi.

Coins stored on modern addresses and never used for a transaction do not reveal their public key at all. In the case of such coins, a quantum attacker would only have the window of a few minutes while a transaction is in the mempool awaiting confirmation to gain access to the key. Nevertheless, this is a problem worth solving. And it is much smaller than the stated figure suggests.

Bitcoin's Response to the Quantum Problem

On February 11, 2026, BIP-360 was included in the official Bitcoin BIPs, becoming the network's first formal quantum resistance proposal to reach that level. It introduces a new output type called Pay-to-Merkle-Root, or P2MR, authored by Hunter Biest, Ethan Heilman, and Isabelle Foksen Duke.

P2MR is essentially Taproot, but without spending via the key path. Taproot commits transactions to both an internal public key and a Merkle root of scripts, meaning the key can always be derived from what is on the blockchain. P2MR commits transactions only to the Merkle root. The public key is not revealed until you actually spend the funds, and even then, only the specific leaf key you used is revealed. This closes the long-term exposure vulnerability.

A companion proposal, BIP-361, was submitted on April 14, outlining a three-phase plan to completely deprecate ECDSA and spend via Schnorr. It is this one that is controversial, as the third phase effectively freezes coins that will never be migrated.

Here is what to watch. By Heilman's own estimate, it will take seven years from consensus formation to full quantum resistance, and he calls this an optimistic forecast. Two and a half years for review and testing. Six months for activation. Then another five years before roughly 90% of wallets, custodians, Lightning nodes, and treasury software are actually updated. Notably, BIP-360 does not include post-quantum signatures at all. They were removed in July 2025 and deferred to a future proposal. The scheme Bitcoin will likely eventually adopt is ML-DSA or SLH-DSA—algorithms NIST has already finalized.

And this brings us to last week's events.

A Post-Quantum Scheme Failed, and No Quantum Computer Was Involved

On July 28, Anthropic's Frontier Red Team published the results of research using their Claude Mythos Preview model, which is not publicly available. Operating in a semi-autonomous agentic environment, it discovered a previously unknown attack on HAWK, one of the nine finalists in NIST's additional post-quantum signature competition and the only lattice-based scheme that advanced to the third round in May.

The attack exploited a symmetry in HAWK's lattice structure that had not been applied before. For the HAWK-256 parameter set, the estimated number of operations to recover a key was reduced from about 2^64 to about 2^38. Simply put, that's the difference between statements like 'no adversary in the world will do this' and 'a well-funded team very well might attempt it.'

Now for the details that make this unsettling. HAWK had already undergone two rounds of human peer review over two years. The model found the vulnerability in about 60 hours, costing around $100,000 in API fees. The researcher leading the project had a theoretical computer science background and was not a lattice cryptography specialist.

Sophie Schmieg, a post-quantum cryptographer at Google, summarized it in five words: 'Essentially, with this paper, HAWK is dead.' The next day, the HAWK team withdrew the scheme from NIST consideration, noting that obvious fixes like doubling parameters or moving to higher-rank modules would render it uncompetitive against alternatives.

Quantum computers were not involved at any stage. The problem was with post-quantum cryptography, broken over a long weekend by a classic AI model.

What the Survey Really Showed

Each option in our survey asked the same core question: when will the hardware arrive? Readers' opinions on this were roughly evenly split, and the 47% forecast within nine years is quite reasonable given how qubit count estimates have shifted this year.

However, the HAWK research results suggest that hardware development timelines may not be the limiting factor. The 33% who voted for the 'not that soon' or 'only after 2050' options were betting on quantum engineering, and they may very well be right. That bet does not protect them from a classic AI attack on the replacement algorithm.

The 20% who answered 'I have no idea' deserve some credit here. In an audience that follows this closely, one in five declining to guess is not apathy. It is rather an accurate assessment of how many unknown factors are stacking up one after another: hardware progress, algorithm selection, consensus timelines, and now AI-driven cryptanalysis that is evolving faster than the verification process created to detect it.

end-content

熱門幣種推薦

相關問答

QAccording to the Cryptopolitan poll, what percentage of readers believe quantum computing could crack Bitcoin by 2035?

AAccording to the poll, 47% of readers believe quantum computing has the potential to crack Bitcoin within the next nine years (by 2035), when combining the 'yes, probably will happen' and 'before 2030' groups.

QWhat specific part of Bitcoin's cryptographic system is vulnerable to a quantum attack, and what algorithm targets it?

AThe part of Bitcoin responsible for signing transactions is vulnerable. The ECDSA and Schnorr signature schemes, which are based on elliptic-curve cryptography (secp256k1), rely on the assumption that deriving a private key from a public key is impossible. Shor's algorithm targets this assumption and could, with a sufficiently powerful quantum computer, reverse-engineer the private key from the public key.

QHow does the Bitcoin improvement proposal BIP-360 (Pay-to-Merkle-Root, or P2MR) aim to improve quantum resistance?

ABIP-360 introduces Pay-to-Merkle-Root (P2MR), a new output type. Unlike Taproot, which commits to both an internal public key and a Merkle root of scripts, P2MR commits transactions only to the Merkle root. The public key is not revealed until funds are actually spent, and even then, only the specific key used is exposed. This closes the vulnerability of long-term key exposure for unused addresses.

QWhat significant event happened on July 28th regarding post-quantum cryptography, according to the article?

AOn July 28th, Anthropic's Frontier Red Team reported that their AI model, Claude Mythos Preview, discovered a previously unknown vulnerability in the HAWK signature scheme—a finalist in NIST's additional post-quantum signature competition. The AI found an attack that drastically reduced the security of HAWK-256, leading the HAWK team to withdraw the scheme. Notably, no quantum computer was involved; the attack was performed by a classic AI model.

QWhat does the article suggest might be a new, complicating factor in the timeline for achieving quantum-resistant cryptography for Bitcoin?

AThe article suggests that AI-driven cryptanalysis has emerged as a new complicating factor. The incident with the HAWK scheme showed that a classic AI model could discover vulnerabilities in a post-quantum algorithm much faster (within ~60 hours) than years of human review. This implies that the limiting factor for securing Bitcoin may no longer be just the timeline for building quantum hardware, but also the pace at which AI can analyze and potentially break proposed replacement algorithms.

你可能也喜歡

印度加密货币市场增长为投资者带来新问题

印度加密货币市场预计将在未来八年增长近四倍,从2026年的约36.1亿美元增至2034年的142.1亿美元,年复合增长率约18.7%。这一增长由多重因素驱动:印度拥有全球最大的加密货币用户基础之一(约1.19亿),智能手机普及率高,年轻人口众多,且UPI即时支付系统极大便利了交易入门。增长正从大城市向二、三线城市扩散,低投资门槛(低至100卢比)也推动了普及。 市场发展正超越单纯交易。与美元挂钩的稳定币正成为高效的跨境汇款工具,可能大幅降低印度每年超1250亿美元侨汇的成本。印度开发者在全球Web3生态中地位重要(如Polygon网络),推动了国内DeFi服务发展。此外,数字卢比试点和资产代币化(如房地产、债券)可能开启规模更大的新市场。 然而,监管与税收框架构成主要挑战。印度对加密货币利润征收30%的固定税率,外加1%的源头扣税和18%的商品及服务税,且不允许用加密损失抵消其他收入,这促使资金流向离岸平台。监管职责分散在央行、证监会等多个机构,缺乏专门的加密法律,给长期机构投资者带来不确定性。 未来监管可能趋严,包括拟议设立专门的加密资产监管机构,以及承诺在2027年前采纳经合组织的加密资产报告框架,以提升离岸资产透明度。市场能否持续高速增长,将取决于监管框架能否及时演进,以清晰分类资产、建立代币化路径并可能调整税收规则。

cryptonews.ru8 分鐘前

印度加密货币市场增长为投资者带来新问题

cryptonews.ru8 分鐘前

交易

現貨

熱門文章

什麼是 BITCOIN

理解 HarryPotterObamaSonic10Inu (ERC-20) 及其在加密空間中的地位 近年來,加密貨幣市場見證了迷因幣的流行激增,吸引了不僅是交易者的注意,還有尋求社區參與和娛樂價值的人士。在這些獨特的代幣中,有一個有趣的項目 HarryPotterObamaSonic10Inu (ERC-20),它將文化參考融入加密貨幣的織造中。本文深入探討 HarryPotterObamaSonic10Inu 的關鍵方面,探索其機制、以社區為驅動的精神,以及其與更廣泛的加密生態的互動。 HarryPotterObamaSonic10Inu (ERC-20) 是什麼? 正如其名所示,HarryPotterObamaSonic10Inu 是一種建立在以太坊區塊鏈上的迷因幣,按照 ERC-20 標準分類。與強調實用性或投資潛力的傳統加密貨幣不同,這項代幣依賴於娛樂價值和其社區的力量。該項目旨在促進一個讓互動用戶可以聚在一起、分享想法和參與受不同文化現象啟發的活動的環境。 HarryPotterObamaSonic10Inu 的一個顯著特點是其 交易零稅。這一引人注目的元素旨在鼓勵交易和社區參與,無需擔心可能會阻礙小型交易者的額外費用。該幣的總供應量定為十億個代幣,這一數字標示其意圖在社區內保持較大的流通量。 HarryPotterObamaSonic10Inu (ERC-20) 的創建者 HarryPotterObamaSonic10Inu 的起源有些神秘;對創建者的具體資訊尚不清楚。這個代幣的開發缺乏可識別的團隊或明確的藍圖,這在迷因幣領域並不罕見。相反,該項目是自然產生的,其進展主要依賴於社區的熱情和參與。 HarryPotterObamaSonic10Inu (ERC-20) 的投資者 關於外部投資和支持,HarryPotterObamaSonic10Inu 亦保持模稜兩可。該代幣並未列出任何已知的投資基金或顯著的組織支持。相反,該項目的生命力來自其草根社區,通過集體行動和參與在加密空間促進其增長和可持續性。 HarryPotterObamaSonic10Inu (ERC-20) 如何運作? 作為一種迷因幣,HarryPotterObamaSonic10Inu 主要在傳統的資產價值框架之外運作。以下是幾個定義該項目運作方式的獨特方面: 零稅交易:由於交易沒有稅費,使用者可以自由地買賣該代幣,而不必擔心隱藏成本。 社區參與:該項目依賴於社區互動,利用社交媒體平台創造話題並促進參與。討論、內容分享及互動是幫助擴展其影響力和加強支持者忠誠度的重要元素。 無實用性:需要指出的是,HarryPotterObamaSonic10Inu 在金融生態中並不提供具體的實用性。相反,它被定義為主要用於娛樂和社區活動的代幣。 文化參考:該代幣巧妙地融入了流行文化中的元素,以吸引興趣,與迷因愛好者和加密追隨者建立聯繫。 HarryPotterObamaSonic10Inu 範例展示了迷因幣如何與更傳統的加密貨幣項目運作不同,作為創新的社會構造進入市場,而非實用資產。 HarryPotterObamaSonic10Inu (ERC-20) 的時間線 HarryPotterObamaSonic10Inu 的歷史標誌著幾個值得注意的里程碑: 創建:這個代幣源於一個病毒式的迷因,捕捉了許多加密愛好者的想像力。具體的創建日期目前並不清楚,凸顯其自然興起。 上架交易所:HarryPotterObamaSonic10Inu 已經在多個交易所上架,使社區更容易存取和交易。 社區互動倡議:持續進行旨在增進社區互動的活動,包括比賽、社交媒體活動和來自粉絲和支持者的內容創作。 未來擴展計劃:該項目的路線圖包括推出 NFT 收藏品、周邊商品及相關電子商務網站,進一步與社區互動並嘗試為其生態系統增添更多維度。 關於 HarryPotterObamaSonic10Inu (ERC-20) 的關鍵點 以社區為驅動的特質:該項目優先考慮集體意見和創意,確保用戶參與在其發展過程中居於核心地位。 迷因幣分類:它代表了以娛樂為基礎的加密貨幣的典範,與傳統投資工具大相徑庭。 與比特幣無直接關聯:儘管在代碼名稱上有相似之處,HarryPotterObamaSonic10Inu 是獨特的,並不與比特幣或其他已建立的加密貨幣存在關係。 協作焦點:HarryPotterObamaSonic10Inu 旨在為持有者創造一個共享故事和協作的空間,提供創意和社區聯結的途徑。 未來前景:向超越其初步主題擴展至 NFT 和周邊商品的雄心,描繪了該項目潛在進入數字文化的更主流途徑。 隨著迷因幣繼續吸引加密貨幣社區的想像力,HarryPotterObamaSonic10Inu (ERC-20) 由於其文化聯繫和以社區為中心的方式而脫穎而出。儘管它可能不符合以實用性為導向的代幣的典型模式,其本質在於支持者間培育的快樂和友誼,突顯了在日益數字化的時代中,加密貨幣的演變特性。隨著該項目的持續發展,觀察社區動態如何影響其在不斷變化的區塊鏈技術格局中的軌跡將是重要的。

2.8k 人學過發佈於 2024.04.01更新於 2024.12.03

什麼是 BITCOIN

如何購買BTC

歡迎來到HTX.com!在這裡,購買Bitcoin (BTC)變得簡單而便捷。跟隨我們的逐步指南,放心開始您的加密貨幣之旅。第一步:創建您的HTX帳戶使用您的 Email、手機號碼在HTX註冊一個免費帳戶。體驗無憂的註冊過程並解鎖所有平台功能。立即註冊第二步:前往買幣頁面,選擇您的支付方式信用卡/金融卡購買:使用您的Visa或Mastercard即時購買Bitcoin (BTC)。餘額購買:使用您HTX帳戶餘額中的資金進行無縫交易。第三方購買:探索諸如Google Pay或Apple Pay等流行支付方式以增加便利性。C2C購買:在HTX平台上直接與其他用戶交易。HTX 場外交易 (OTC) 購買:為大量交易者提供個性化服務和競爭性匯率。第三步:存儲您的Bitcoin (BTC)購買Bitcoin (BTC)後,將其存儲在您的HTX帳戶中。您也可以透過區塊鏈轉帳將其發送到其他地址或者用於交易其他加密貨幣。第四步:交易Bitcoin (BTC)在HTX的現貨市場輕鬆交易Bitcoin (BTC)。前往您的帳戶,選擇交易對,執行交易,並即時監控。HTX為初學者和經驗豐富的交易者提供了友好的用戶體驗。

6.3k 人學過發佈於 2024.12.12更新於 2026.06.02

如何購買BTC

什麼是 $BITCOIN

數字黃金 ($BITCOIN):全面分析 數字黃金 ($BITCOIN) 介紹 數字黃金 ($BITCOIN) 是一個基於區塊鏈的項目,運行於 Solana 網絡,旨在將傳統貴金屬的特徵與去中心化技術的創新相結合。雖然它與比特幣同名,常被稱為「數字黃金」,因其被視為價值儲存工具,但數字黃金是一個獨立的代幣,旨在於 Web3 生態系統中創造一個獨特的生態系。其目標是將自己定位為一個可行的替代數字資產,儘管有關其應用和功能的具體細節仍在發展中。 什麼是數字黃金 ($BITCOIN)? 數字黃金 ($BITCOIN) 是一個專門為 Solana 區塊鏈設計的加密貨幣代幣。與比特幣提供廣泛認可的價值儲存角色不同,這個代幣似乎更專注於更廣泛的應用和特徵。值得注意的方面包括: 區塊鏈基礎設施:該代幣建立在 Solana 區塊鏈上,以其處理高速和低成本交易的能力而聞名。 供應動態:數字黃金的最大供應量上限為 100 萬兆代幣(100P $BITCOIN),儘管有關其流通供應的詳細信息目前尚未披露。 實用性:雖然具體功能尚未明確說明,但有跡象表明該代幣可能被用於各種應用,可能涉及去中心化應用(dApps)或資產代幣化策略。 誰是數字黃金 ($BITCOIN) 的創建者? 目前,數字黃金 ($BITCOIN) 的創建者和開發團隊的身份仍然是 未知 的。這種情況在許多創新項目中是典型的,特別是那些與去中心化金融和迷因幣現象相關的項目。雖然這種匿名性可能促進社區驅動的文化,但也加劇了對治理和問責制的擔憂。 誰是數字黃金 ($BITCOIN) 的投資者? 可用的信息顯示,數字黃金 ($BITCOIN) 沒有任何已知的機構支持者或知名的風險投資。該項目似乎運行在一個以社區支持和採用為重點的點對點模型上,而不是傳統的資金籌集途徑。其活動和流動性主要位於去中心化交易所(DEXs),如 PumpSwap,而不是已建立的集中交易平台,進一步突顯其草根方法。 數字黃金 ($BITCOIN) 如何運作 數字黃金 ($BITCOIN) 的運作機制可以根據其區塊鏈設計和網絡特徵進行詳細說明: 共識機制:通過利用 Solana 的獨特歷史證明(PoH)結合權益證明(PoS)模型,該項目確保高效的交易驗證,促進網絡的高性能。 代幣經濟學:雖然具體的通縮機制尚未詳細說明,但巨大的最大代幣供應量暗示它可能適合微交易或尚待定義的利基用例。 互操作性:存在與 Solana 更廣泛生態系統的整合潛力,包括各種去中心化金融(DeFi)平台。然而,關於具體整合的詳細信息仍未明確。 重要事件時間表 以下是關於數字黃金 ($BITCOIN) 的重要里程碑時間表: 2023:該代幣首次在 Solana 區塊鏈上部署,並以其合約地址為標誌。 2024:數字黃金獲得曝光,因其在去中心化交易所如 PumpSwap 上可供交易,允許用戶以 SOL 進行交易。 2025:該項目見證了零星的交易活動和社區主導參與的潛在興趣,儘管截至目前尚未記錄到任何顯著的合作夥伴關係或技術進展。 關鍵分析 優勢 可擴展性:基於 Solana 的基礎設施支持高交易量,這可能增強 $BITCOIN 在各種交易場景中的實用性。 可及性:每個代幣潛在的低交易價格可能吸引零售投資者,促進更廣泛的參與,因為存在分割所有權的機會。 風險 缺乏透明度:缺乏公眾已知的支持者、開發者或審計過程可能引發對該項目可持續性和可信度的懷疑。 市場波動性:交易活動在很大程度上依賴於投機行為,這可能導致價格波動和投資者的不確定性。 結論 數字黃金 ($BITCOIN) 在快速發展的 Solana 生態系統中,作為一個引人入勝但模糊的項目出現。雖然它試圖利用「數字黃金」的敘事,但其與比特幣作為價值儲存工具的既定角色的脫離,突顯了對其預期實用性和治理結構更清晰區分的需求。未來的接受度和採用率可能取決於解決當前的不透明性,並更明確地定義其運營和經濟策略。 注意:本報告涵蓋截至 2023 年 10 月的綜合信息,並且在研究期間可能發生了進展。

533 人學過發佈於 2025.05.13更新於 2025.05.13

什麼是 $BITCOIN

相關討論

歡迎來到 HTX 社群。在這裡,您可以了解最新的平台發展動態並獲得專業的市場意見。 以下是用戶對 BTC (BTC)幣價的意見。

活动图片