Unlocking wallet, recovering password

2

I want to send bitcoins, but cannot unlock my wallet. The rpc password located in \AppData\Roaming does not work. How can I unlock my wallet? Deleting the wallet.dat erases all my bitcoins, which I would like to keep.

Ray

Posted 2012-12-18T15:17:30.733

Reputation: 21

How precisely are you trying to send Bitcoins? And what precisely happens when you try to unlock your wallet? (Start before you were even asked to enter a password.)David Schwartz 2013-04-17T15:49:14.020

I have this problem too.I have a little padlock in the corner and it asks me for a pass phrase but I have never set one, do the wallets do this automatically or something because it looks like all my coins will be lost as I cannot remember something I never knew in the beginnin – None – 2013-04-17T14:32:48.630

@David Schwartz Firstly sorry I do not know how to comment. I load the wallet. I click on send coins. I enter the wallet address of the person I wish to send them to. I get a message to ask me if I am sure. I then get a pop up asking me to enter my passphrase. I have tried to enter various things and it always comes back to say it is not right. – None – 2013-04-18T14:05:13.163

Answers

1

If you forgot your encrypted wallet's password, there is nothing you can do.

Keep it anyway, just in case you remember it someday.

Of course, if you have a backup, you can use that one.

o0'.

Posted 2012-12-18T15:17:30.733

Reputation: 5 180

Wrong. The wallet can be bruteforced, but the encryption used by bitcoin-qt makes bruteforcing very slow (but it is still possible). Try using this script and input some of the passwords you use on other services.

Nicolai 2013-04-29T23:05:01.990

@Nicolai it can only be bruteforced if you remember vaguely the password and forgot some details, or if you have a stupid or recycled password.o0'. 2013-04-30T08:18:22.500

@Lohoris No, it can always be bruteforced. And you can ofc bruteforce the password faster, if you know parts of it, but even if you don't, then bruteforcing will still be possible (just very slow).Nicolai 2013-05-12T00:00:49.970

I think the one I used was the long string of random characters given by default. Is there no way to brute force it, even it if it takes a while?Ray 2012-12-18T16:09:28.143

You might be confusing the wallet key with the api password, which are different. Are you sure your wallet is encrypted? (if it is, there it no way to bruteforce it, or it would be pointless to encrypt it in the first place).o0'. 2012-12-18T17:39:21.610