BitcoinTalk User 'Liquid': 30 BTC Inaccessible Due to Forgotten Bitcoin-Qt Encryption Password
IndeterminateWallet passphrase was unavailable — whether access was ultimately recovered is not known.
In June 2013, a BitcoinTalk forum user operating under the handle 'Liquid' posted in the encrypted wallet recovery thread (topic 85495) describing an inaccessible Bitcoin-Qt wallet containing 30 BTC. The wallet had been encrypted using Bitcoin-Qt's native password protection feature, and Liquid possessed only partial recollection of the encryption password—accurate enough to attempt recovery but not to unlock the wallet directly. At the time of posting, 30 BTC traded near $100 per coin, valuing the inaccessible holdings at approximately $3,000.
The thread accumulated over 200,000 views by mid-2013, reflecting widespread interest in wallet recovery techniques among the early Bitcoin community. Community member 'jubalix' provided technical guidance, noting that the pywallet tool had supported encrypted key extraction for several months—an alternative to password brute-forcing that required no password knowledge. Jubalix also noted a potentially critical recovery path: if Liquid had created a backup copy of wallet.dat *before* enabling encryption on the original, that pre-encryption backup could be loaded in Bitcoin-Qt to retrieve private keys without needing the password.
The recovery strategy hinged entirely on whether a pre-encryption backup existed. Liquid's subsequent posts did not appear in public archives, and no confirmed outcome—successful recovery, permanent loss, or abandoned attempt—was ever documented. The case illustrates both the technical recovery options available in 2013 and the dependency on backup discipline that preceded the popularization of hardware wallets and standardized seed phrase backup methods.
| Stress condition | Passphrase unavailable |
| Custody system | Software wallet |
| Outcome | Indeterminate |
| Documentation | Partial |
| Year observed | 2013 |
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