Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password search exhausted for known password #289

Open
shreyapz opened this issue Aug 23, 2018 · 17 comments
Open

Password search exhausted for known password #289

shreyapz opened this issue Aug 23, 2018 · 17 comments

Comments

@shreyapz
Copy link

shreyapz commented Aug 23, 2018

Hi,

I am trying to run btcrecover.py to find the password of my bitcoin core wallet which I used for encrypting wallet.dat file. I have already obtained the partial master key, salt, iter count from extract-bitcoincore-mkey.py. The password is something like 'book page name'
I have written exactly the same password in my token.tx but still I am getting below.
P.S- I also had a password of more than 8 words. It didn't work at all.

Your help is really appreciated.

C:\Python27>python btcrecover.py --mkey --tokenlist tokens.txt
Starting btcrecover 0.17.10 on Python 2.7.15 64-bit, 16-bit unicodes, 32-bit ints
Please enter the data from the extract script

XXXXXXXXXXoutput from extract-bitcoincore-mkey.py XXXXXXX
Wallet difficulty: 43,018 SHA-512 iterations
Using 4 worker threads
3 of 3 [############################################################] 0:00:00,
Password search exhausted

@shreyapz
Copy link
Author

@gurnec Need your help with this.

@aron10
Copy link

aron10 commented Aug 25, 2018

Same as above

@shreyapz
Copy link
Author

I sorted this issue myself.

Thanks

@aron10
Copy link

aron10 commented Aug 26, 2018

Self-dealing is good news.

@marineralpha
Copy link

Hi,

I am getting the same 'passoword search exhausted' notification with a known password. Can you please tell me how you resolved this?

@shreyapz
Copy link
Author

Password search exhausted comes only when you the program has tried all the possible combinations of the tokens and failed to decrypt the master key.
make sure you are not missing any of the tokens used in the actual password.
if your password has spaces in between the use the wildcard for the spaces.
instructions for how to create a token.txt file is given in detail.

@marineralpha
Copy link

Hi Shreyapz,

Thank you for your reply.

I have ran --listpass and found my password listed on there but when i try to run it against wall.aes.json I get the 'password search exhausted' error.

It's quite frustrating as it is probably something small that I have not adjusted in the settings or something.

MA

@PacificBeach
Copy link

PacificBeach commented Oct 9, 2018

Same as above...I installed btcrecover on two separate computers, followed directions to a t, had no errors. Ran a listpass and found my known password, then ran it against my wallet.aes.json and it keeps saying "password search exhausted". Definitely frustrating so if anyone knows what might be the cause please reply.

@sldoskocil
Copy link

I am having the same issue. Created a new account on blockchain.com, wrote down the new password, and btcrecover is not working on it.

I have used the --listpass option to make sure my .txt file correct, and I can see when it passes by my new known password, but no dice, still getting "password search exhausted."

@someaditya
Copy link

@gurnec Hey Chris, I am experiencing the same problem. Today I tested , on a new wallet and in the token file i provided the exact password. --listpass showed the exact password. while i ran btcrecover it came up with "password exhausted".

@Prumik
Copy link

Prumik commented Mar 10, 2019

I have the same problem. Does not find the password that was originally written correctly. The description says that V3 wallet is supported. Brute-force passwords goes, but it doesn't find the right one. How to fix it

@Prumik
Copy link

Prumik commented Mar 10, 2019

has anyone solved this problem?

@toannq90
Copy link

toannq90 commented Nov 9, 2019

same as above with blockchain.info
anyone can help us?

@netneo
Copy link

netneo commented Nov 9, 2019

Experiencing same problem here testing btcrecover against my own Bitcoin wallet.dat.
I have a tokens.txt which when tested with command "python btcrecover.py --listpass --tokenlist tokens.txt" does indeed show my password in one of the 15 generated passwords. However, on running it doesn't get found.

Overview:
Wallet: my own personal wallet.dat with know password
BTCrecover: shows my password in list of potential passwords it will try
Command I'm running: python btcrecover.py --wallet wallet.dat --tokenlist tokens.txt
Outcome: Password search exhausted
OS: Linux (Ubuntu 19.10)
Python: Python 2.7.17rc1

@someaditya
Copy link

#332 follow this

@Prumik
Copy link

Prumik commented Nov 12, 2021 via email

@isieditors
Copy link

@Prumik
I can help you find your password if you know part of the password or number of characters
you can send message to me in telegram telegram: @Btclover10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

13 participants