Feathercoin Desktop Wallet Encryption: Community Recovery Estimate vs. Actual Search Space (Nov 2013)
IndeterminateWallet passphrase was unavailable — whether access was ultimately recovered is not known.
On 30 November 2013, BitcoinTalk user 'user0244' posted in the encrypted wallet recovery thread seeking assistance with a locked Feathercoin wallet. The user could not recall the encryption passphrase. Community helper 'Revalin' provided a technical assessment: given the user's partial knowledge of password parameters and assuming 10 password candidates per second, a brute-force recovery script would require approximately 30 days to complete. The Feathercoin client used the same Berkeley DB wallet format and AES-256-CBC encryption scheme as Bitcoin-Qt, making standard Bitcoin wallet recovery tools compatible.
However, user0244 encountered configuration difficulties attempting to run community-provided Ruby and PowerShell recovery scripts, struggling to connect the tools to the Feathercoin daemon. Another community member, 'KieranJones1', offered step-by-step guidance in exchange for a bounty payment, but no confirmed resolution was posted. Critically, Revalin's 30-day estimate represented a lower bound under optimistic assumptions: if the unknown password characters included uppercase letters, numbers, and symbols beyond the user's initial estimates, actual recovery time could extend to months or years. The estimate highlighted the practical limitations of CPU-based wallet recovery in an era before GPU acceleration became standard, and the gap between community-provided guidance and successful technical implementation for non-expert users.
| 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