I lost my Bitcoin wallet passhrase. Are my Bitcoins lost?

2

After reading about all the hacks I created a passphrase that I cant remember.

  1. Are Coins lost forever in the blockchain?

  2. There must be a lot of coins in this state… Is there any way to see what coins are active?

  3. Trying to retrieve these coins via the public key would break the security of the whole network??

  4. If I know 80-90% of what the passphrase is… Is there a piece of software that can brute force attack using my knowledge of the passphrase as a educated library attack??

BitCoin New Guy

Posted 2012-12-22T07:06:11.133

Reputation: 828

1 and 3) Yes. 2 and 4) Don't know.aland 2012-12-22T11:17:32.070

There are various clients that work different ways. Are you describing the passphrase used for encrypting the bitcoin.org wallet?Stephen Gornick 2012-12-22T17:54:11.760

Yes it is the passphrase to encrypt the standard clientBitCoin New Guy 2012-12-22T22:20:36.840

Answers

5

If you have encrypted your Bitcoin.org wallet with a passphrase, then only having that passphrase will allow that to be decrypted.

If you have a backup of your wallet prior to performing the encryption step, then any coins from that wallet that still have not been spent can be recovered.

Otherwise, without that passphase to open the wallet you cant get to the private keys inside the wallet, and thus cannot spend those funds.

There is no difference between "lost coins" and "unspent" coins, so no there are nothing more than anecdotal evidence as to how many coins have been lost.

There are ways to try to recover your wallet based on hints about what you remember about your passphrase.

Stephen Gornick

Posted 2012-12-22T07:06:11.133

Reputation: 26 118

I supose we could use the librarys/API to write a programBitCoin New Guy 2012-12-22T22:22:27.187

The source is here: http://bitcointalk.org/index.php?topic=85495.msg942171#msg942171 But that is probably not something the typical user would use. They might use a service that tried to crack it.

Stephen Gornick 2012-12-23T23:33:06.137