Claude AI Recovers 11-Year-Old Bitcoin Wallet Worth $400K by Finding Backup and Fixing Brute-Force Bug

A Bitcoin holder who lost their wallet password while 'stoned' 11 years ago recovered 5 BTC (~$400K) using Anthropic's Claude AI. According to X user cprkrn, they had been trying to brute-force their way in with btcrecover but failed. After finding an old mnemonic seed phrase in a college notebook that matched an encrypted wallet file, they dumped their entire college computer files into Claude as a last resort.
Claude discovered an older backup wallet file from December 2019 hidden in the data. The AI also identified a bug: the shared key and passwords that btcrecover was trying weren't being combined properly. Once the bug was fixed and the older wallet (predating the password change) was used, Claude ran btcrecover successfully and decrypted the private keys. The user then transferred the 5 BTC to a current wallet.
Early cryptocurrency wallets often mixed HD key trees (from seed phrases) with non-HD and imported keys stored in password-protected wallet files. This user's wallet contained specific keys that could not be recovered by seed phrase alone, requiring the password. The AI's ability to parse unstructured files and identify relevant backups and configuration issues proved critical.
📖 Read the full source: HN AI Agents
👀 See Also

Coding Agents Supersede Human Code Review: Paper Argues Traditional Review Is Dead
arXiv paper argues coding agents have crossed the threshold to replace human code review, offering lower cost and higher throughput.

The Ghost House Effect: Five Failure Modes in AI-Generated Code
Analysis of developer experiences with Claude AI reveals a consistent pattern: initial 10x productivity gains followed by compounding technical debt. The source identifies five specific failure modes including shadow dependencies and context window paralysis.

Trump Pulls Back AI Executive Order Over Fears of Slowing US Tech
President Trump rescinded a Biden-era AI executive order, arguing it could hinder US technological leadership. The move eliminates federal safety reporting mandates.

Claude June 15 Update Breaks Headless Agent Workaround — Interactive Sessions Still Work on Your Plan
June 15 Claude update meters headless usage (claude -p, Agent SDK) to a credit pool. Interactive Claude Code sessions still bill on your flat-rate plan — here's what you need to know.