Electrum Desktop Wallet: 0.7 BTC Locked by Forgotten Password, Missing Seed Phrase
IndeterminateWallet passphrase was unavailable — whether access was ultimately recovered is not known.
Liam, a new Bitcoin user (BitcoinTalk username AbeTheCat), purchased 0.7 BTC in October 2014 and stored it in an Electrum desktop software wallet on his original computer. At wallet creation, he did not generate or record the seed phrase and did not securely store his password, leaving only a vaguely remembered password he thought might have been "Molly88" or "Queen99" or similar variants. When Liam switched to a new computer, the Bitcoin custody task fell entirely out of his working memory.
In November 2015, media attention to Bitcoin price movements prompted Liam to revisit his old hardware. He located the Electrum wallet file but found he could not send the coins: the password was genuinely forgotten. Without a seed phrase backup, standard wallet recovery methods were impossible.
Liam posted to BitcoinTalk seeking help. Community members directed him to btcrecover, an open-source password recovery tool designed to brute-force encrypted wallet files using token-based password templates. Liam created a token file encoding password variations matching his fragmented memory of the original password structure and attempted to run btcrecover on macOS. After struggling with terminal syntax and file path navigation, he eventually executed the tool successfully. The output showed "Password search exhausted," indicating that none of his token variations matched the actual password.
During recovery attempts, Liam briefly believed he had made progress when Electrum displayed an empty seed phrase window instead of an "incorrect password" error. He contacted ThomasV, the Electrum lead developer, seeking confirmation of password proximity. ThomasV clarified that this was a known display bug in older Electrum versions—the empty window indicated a rendering glitch, not password recovery success. The actual password remained unknown and inaccessible.
Community member shorena offered further assistance and provided his PGP public key, positioning encrypted wallet file submission as a final recovery option. No documented outcome of this offer appeared in the visible forum thread. The 0.7 BTC (valued at approximately $350–$500 USD at November 2015 Bitcoin prices) remained permanently inaccessible, locked behind an unknown password with no seed backup available.
| Stress condition | Passphrase unavailable |
| Custody system | Software wallet |
| Outcome | Indeterminate |
| Documentation | Partial |
| Year observed | 2014 |
Why passphrases fail years after they are set
The failure mode documented consistently across observed cases is temporal: the passphrase is set with confidence, not used for an extended period, and then cannot be reproduced exactly when needed. A single character difference — different capitalization, an added space, a slightly different special character — produces a different wallet with a zero balance. The holder may be certain they remember the passphrase while being unable to produce the exact string that was originally set.
What makes this particularly difficult is that there is no signal at the moment of failure. A wrong passphrase does not produce an error message. It opens an empty wallet. The holder sees a zero balance and typically concludes the passphrase was wrong — but without knowing which part was wrong, or by how much.
Professional passphrase recovery services can attempt permutations when the holder has partial information: they remember the general structure, typical patterns they use for passwords, the approximate length, or that it included a specific word. Recovery from total non-recollection is not feasible.
The preventive action is to store a passphrase record — not with the seed phrase, which would defeat its security purpose, but in a separate secure location accessible to the holder and potentially a designated recovery person. A passphrase that exists only in memory has a time horizon: it will eventually be forgotten, and the timing is unpredictable.
Translate