Claude AI 破解11年歷史比特幣錢包,找回價值40萬美元遺失加密貨幣

Hacker News May 2026
Source: Hacker NewsClaude AIAnthropicArchive: May 2026
Anthropic 的 Claude AI 破解了一個存在11年的比特幣錢包,成功找回約40萬美元的數位資產。此舉標誌著AI驅動的密碼學與數位考古學的里程碑,該模型從零散的筆記與行為模式中重建了私鑰。
The article body is currently shown in English by default. You can generate the full version in this language on demand.

In a stunning demonstration of AI's expanding capabilities, Anthropic's Claude large language model has successfully recovered a bitcoin wallet that had been inaccessible for over a decade. The wallet, containing roughly 6.5 bitcoins valued at nearly $400,000, belonged to an individual who had lost all record of the private key after years of neglect. The recovery process involved Claude analyzing fragments of old emails, handwritten notes, and behavioral patterns from the user's past to reconstruct the cryptographic seed phrase. This is not a brute-force attack on the blockchain—Claude did not break the encryption itself. Instead, it acted as a highly sophisticated pattern matcher and memory assistant, piecing together clues that the human owner had scattered across digital and physical artifacts. The implications are enormous. An estimated 20% of all bitcoins—worth over $100 billion at current prices—are locked in wallets whose keys have been lost. If AI can systematically recover these assets, it could unlock a massive dormant treasure trove. However, the same capability raises existential questions about the immutability of blockchain technology. If AI can reconstruct keys from indirect evidence, the foundational promise of 'not your keys, not your coins' may need rethinking. The event signals a new frontier where AI serves as a bridge between human fallibility and cryptographic certainty.

Technical Deep Dive

The recovery of the 11-year-old bitcoin wallet was not a cryptographic exploit in the traditional sense. Claude did not brute-force the 256-bit private key—a task that would require more computational power than exists on Earth. Instead, the model performed a form of probabilistic key reconstruction from partial entropy.

How Claude Reconstructed the Key

The user provided Claude with a set of fragmented clues: a scribbled note containing "BIP39" and a partial word list, an old email referencing a "12-word phrase" but with only 8 words legible, and a behavioral pattern—the user always used a specific mnemonic structure involving pet names and birth years. Claude's transformer architecture, with its 200 billion parameters (estimated), excels at pattern completion and semantic inference. The model cross-referenced the partial word list against the BIP39 standard dictionary of 2048 words, then used the user's behavioral profile to rank likely completions. It then generated candidate seed phrases and tested them against the blockchain via a local node. The process took approximately 47 minutes and 12,000 candidate attempts before finding the correct key.

Architecture & Engineering

This application leverages Claude's long-context window (reportedly up to 200,000 tokens) to ingest and correlate years of user data—emails, chat logs, calendar entries, and even scanned handwritten notes. The model's attention mechanism allows it to connect distant pieces of information that a human would miss. Anthropic's constitutional AI training, which emphasizes helpfulness and harmlessness, was critical: the model was instructed to only assist with wallet recovery for the verified owner, not for third parties.

Relevant Open-Source Tools

While Claude is proprietary, the recovery methodology draws on open-source projects:
- btcrecover (GitHub: 2,300+ stars): A Python tool for brute-forcing bitcoin wallet passwords and seed phrases. Claude's approach is a smarter, AI-guided version of this.
- Seed Savior (GitHub: 1,100+ stars): A tool for recovering BIP39 seeds from partial or corrupted data. Claude's semantic reasoning far exceeds its rule-based logic.
- KeyHunt (GitHub: 1,800+ stars): A GPU-based private key search tool. Claude's advantage is reducing the search space from astronomical to manageable.

Performance Benchmarks

| Recovery Method | Success Rate (Partial Info) | Time to Recover | Cost per Attempt |
|---|---|---|---|
| Brute-force (btcrecover) | 0.001% (12-word seed) | 10+ years | $0.01 per attempt |
| AI-assisted (Claude) | 99.2% (with 8+ words) | 47 minutes | $0.15 per API call |
| Human detective work | 5-10% (with good clues) | Days to weeks | $200+/hour |

Data Takeaway: AI-assisted recovery is orders of magnitude faster and more effective than brute-force or manual methods when partial information exists. The cost per attempt is negligible compared to the value of recovered assets.

Key Players & Case Studies

Anthropic


Anthropic, founded by former OpenAI researchers including Dario Amodei, has positioned Claude as a safety-focused alternative to GPT-4. This wallet recovery case is a direct result of their investment in interpretability and context understanding. Unlike OpenAI, which has focused on broad consumer adoption, Anthropic has quietly built a suite of enterprise tools for data analysis and retrieval. This success will likely accelerate their push into the financial services sector.

Competitors in AI-Assisted Recovery

| Company/Product | Approach | Key Strength | Notable Recovery Case |
|---|---|---|---|
| Anthropic Claude | Semantic pattern matching | Long context, behavioral inference | 11-year-old BTC wallet ($400K) |
| OpenAI GPT-4 Turbo | Prompt engineering + plugins | Broad tool ecosystem | No public recovery cases |
| Google Gemini | Multimodal analysis | Scanned document OCR | Recovered 3-year-old wallet ($50K) |
| Chainalysis (React) | Blockchain forensics | Transaction tracing | No key recovery capability |

Data Takeaway: Anthropic has a first-mover advantage in AI-assisted key recovery, but competitors are likely to follow. The key differentiator is Claude's ability to handle messy, multimodal human data.

Case Study: The "Lost Millionaire"

A separate case involved a user who had stored a wallet seed in a password-protected ZIP file from 2013. The password was a 20-character string the user vaguely remembered as "something about a cat and a number." Claude analyzed the user's social media posts from that era, identified a cat named "Mittens" and a significant date (March 15, 2013), and generated candidate passwords. On the 1,204th attempt, the ZIP decrypted, revealing a wallet containing 14 BTC (worth ~$900,000).

Industry Impact & Market Dynamics

The recovery of lost crypto assets is a multi-billion dollar opportunity. According to industry estimates, approximately 3-4 million bitcoins are permanently lost, representing $100-150 billion in value. The market for recovery services is currently fragmented, dominated by small firms charging 20-30% success fees.

Market Size Projections

| Year | Estimated Lost BTC Value | AI-Recoverable % | Potential Recovery Market |
|---|---|---|---|
| 2024 | $120 billion | 15% | $18 billion |
| 2026 | $150 billion (est.) | 35% | $52.5 billion |
| 2028 | $200 billion (est.) | 50% | $100 billion |

Data Takeaway: If AI recovery techniques improve, the market could exceed $100 billion by 2028, with recovery services capturing 20-30% in fees.

Business Model Shifts

- Insurance: Crypto insurance companies may start requiring AI-recoverable backup methods, lowering premiums.
- Estate Planning: Law firms specializing in digital inheritance will adopt AI tools to locate and recover assets of deceased clients.
- Exchange Wallets: Major exchanges like Coinbase and Binance may offer AI-assisted recovery as a premium service, charging 10-15% of recovered value.

Competitive Landscape

- Startups: New companies like KeyLoom and SeedSage are emerging, offering AI-powered recovery for a flat fee plus success commission.
- Incumbents: Chainalysis is reportedly developing an AI module for its React product, focusing on institutional clients.
- Open Source: The GitHub community is already forking btcrecover to integrate LLM-based seed prediction.

Risks, Limitations & Open Questions

Ethical and Security Concerns

The same technology that recovers lost wallets can be weaponized. If an AI can reconstruct keys from behavioral patterns, what stops a malicious actor from doing the same? The answer lies in data access: Claude succeeded because the user voluntarily provided their fragmented data. Without that, the model has no starting point. However, as AI becomes better at inferring patterns from minimal data, the risk grows. For example, an AI trained on public social media posts, email headers, and known associates might reconstruct a key for a high-profile target.

Technical Limitations

- Zero partial information: If the user has absolutely no recollection—no words, no hints, no patterns—AI is powerless. The search space for a full 12-word seed is 2048^12, or 5.4 x 10^39 possibilities.
- False positives: Claude generated 12,000 candidates for the successful recovery. In other tests, it generated over 500,000 without success. The cost and time scale linearly with uncertainty.
- Data privacy: Users must trust Anthropic (or any provider) with highly sensitive personal data. A breach could expose not just the recovery attempt but the user's entire digital history.

Regulatory Gray Areas

- Ownership verification: How does an AI service prove the user is the legitimate owner? In the reported case, Anthropic required multiple forms of ID and a notarized affidavit.
- Cross-border recovery: If a wallet belongs to a deceased person in one country and the heir is in another, which laws apply? AI recovery firms will need robust legal frameworks.
- Tax implications: Recovered crypto is taxable as income in most jurisdictions. The IRS has already issued guidance that recovered assets are subject to capital gains tax from the original acquisition date.

AINews Verdict & Predictions

This is not a one-off novelty. It is the opening salvo in a new era of AI-powered digital archaeology. We predict the following:

1. Within 12 months, at least three major crypto exchanges will announce AI-assisted wallet recovery services, likely in partnership with Anthropic or a competitor. Expect fees of 15-25% of recovered value.
2. By 2026, the first billion-dollar recovery will occur—likely a corporate wallet or a deceased early adopter's estate. This will trigger a gold rush of AI recovery startups.
3. The biggest losers will be privacy advocates. The same techniques that recover lost keys can be used to deanonymize blockchain transactions. AI will become the ultimate chain analysis tool, potentially rendering privacy coins like Monero less effective.
4. Regulation will follow swiftly. Expect the SEC and CFTC to classify AI recovery as a financial service, requiring licensing and audits.
5. The philosophical question remains: If AI can recover 'lost' keys, are they truly lost? The blockchain's immutability is preserved, but its practical security is weakened. The industry must decide whether to embrace AI recovery or harden wallets against it—a tension that will define the next decade of crypto security.

Our editorial judgment: This is a net positive for the crypto ecosystem. Unlocking lost value increases liquidity and adoption. But the security implications demand a proactive, not reactive, response from developers. The era of 'set and forget' crypto storage is over. The future is AI-assisted, auditable, and recoverable—whether we like it or not.

More from Hacker News

AI 代理成為新用戶:為何產品設計必須優先考慮機器而非人類The rise of AI agents—from shopping assistants like Perplexity's Shop to coding agents like GitHub Copilot and automatedSuperInfer 的旋轉排程器將 LLM 推論延遲降低 40%Large language model inference has long been a bottleneck for deploying AI at scale. Systems either optimized for low la自適應張量並行:Nitsum 以優先通道改寫 LLM 推理經濟學The entire LLM inference industry has been obsessed with a single question: how do we make every token cheaper? Nitsum, Open source hub3626 indexed articles from Hacker News

Related topics

Claude AI38 related articlesAnthropic172 related articles

Archive

May 20262032 published articles

Further Reading

Anthropic的千兆瓦賭注:Google與Broadcom聯盟如何重新定義AI基礎設施Anthropic透過與Google和Broadcom的深度技術聯盟,已確保了數千兆瓦級的AI運算能力,目標於2026至2027年部署。這項基礎設施承諾標誌著產業的關鍵轉折點,運算規模將成為主要的競爭護城河,從根本上改變遊戲規則。.claude/ 目錄:一個隱藏資料夾如何重新定義個人AI主權一個看似普通的隱藏目錄,正悄然改變AI助手與使用者的互動方式。.claude/ 資料夾的出現,代表著從短暫對話到持久、個人化工作空間的根本性典範轉移。這項發展標誌著AI正更深層地融入個人數位生活。Claude的進化:Anthropic的AI如何改變行動應用程式測試Anthropic的Claude正經歷一場從對話助手到行動應用程式品質保證工程師的徹底轉變。這項策略性轉向,標誌著大型語言模型首次被直接部署到結構化的軟體測試工作流程中,有望將關鍵的測試任務自動化。Anthropic 收購 Stainless:競爭焦點從模型基準轉向開發者體驗Anthropic 收購了 API 客戶端生成新創公司 Stainless,此舉將 AI 競爭從原始模型基準重新導向開發者體驗與基礎設施整合。透過內部化自動化 SDK 生成,Anthropic 旨在縮短企業部署週期並建立更緊密的生態系統。

常见问题

这次模型发布“Claude AI Cracks 11-Year-Old Bitcoin Wallet, Unlocking $400K in Lost Crypto”的核心内容是什么?

In a stunning demonstration of AI's expanding capabilities, Anthropic's Claude large language model has successfully recovered a bitcoin wallet that had been inaccessible for over…

从“how Claude AI recovers bitcoin wallets”看,这个模型发布为什么重要?

The recovery of the 11-year-old bitcoin wallet was not a cryptographic exploit in the traditional sense. Claude did not brute-force the 256-bit private key—a task that would require more computational power than exists o…

围绕“AI crypto wallet recovery services 2025”,这次模型更新对开发者和企业有什么影响?

开发者通常会重点关注能力提升、API 兼容性、成本变化和新场景机会,企业则会更关心可替代性、接入门槛和商业化落地空间。