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

Mistral Medium 3.5 128B Released: Dense Model with Configurable Reasoning and Vision
Mistral AI released Mistral Medium 3.5, a 128B dense model with 256k context, configurable reasoning effort, and vision capabilities, under a modified MIT license.

Claude Memory Feature Causes Version Reversion: User Loses a Day of Work
A Claude user reports that enabling memory caused the AI to revert to a 2-week-old codebase, undoing an entire day of work. Manual handover transcripts and file uploads were ignored.

NTSB Pulls Docket After AI Recreates Dead Pilots' Voices from Spectrograms
Using Codex and Griffin-Lim algorithm, users reconstructed cockpit audio from NTSB spectrograms. NTSB pulled public docket in response.

Linux Sound Subsystem Flooded with AI-Assisted Fixes: IRQ, UAF, and Quirks
Takashi Iwai's latest pull request for Linux 7.1 sound shows many 'assisted-by' patches from Claude Code and GPT-5.5, fixing HD-audio IRQ handling, UAF bugs, and device quirks.