gurnec / btcrecover

An open source Bitcoin wallet password and seed recovery tool designed for the case where you already know most of your password/seed, but need assistance in trying different possible combinations.
GNU General Public License v2.0
1.28k stars 685 forks source link

Is this the right command with the correct options? #215

Open snowmagician19 opened 6 years ago

snowmagician19 commented 6 years ago

I have put together a tokens.txt file with all the possible words I possibly have included And I am sure it is either 11 letters long or 12 letters long, I have only used number 1 and number 9 and the exclamation mark. I did not use anything else. Also I have included no spaces

btcrecover.py --wallet w.dat --tokenlist tokens.txt --regex-only "^.{11,12}$" -%[acdeXY19!]

I only used letters within [ ]

Also, I plan to leave it running for a few days, therefore I am fine if the CPU usage goes up to 100% at night while I sleep. How do I raise the CPU usage all the way upto 100%? I notice my CPU is only 40% used.

Thanks a lot!

pedrohrcunha commented 6 years ago

Did it work, or an error was accused? I'm not familiar with "-%[acdeXY19!]"

This "-", where did you get it?

gurnec commented 6 years ago

In addition to what @pedrohrcunha asked, how many words long is your password? How did you make your tokens file, with each word on a separate line? Where are the numbers/symbols, always at the end? Somewhere else?

snowmagician19 commented 6 years ago

The information I have are

The command I have entered is

btcrecover.py --wallet 9.dat --tokenlist tokens.txt --regex-only "^[acdeSUVXY19\!]{11,12}$"

Inside [ ] are the letters that I have used. I did not use any letter or symbol not included in the [ ]

At first, I received an error message "Event not found" but I have included \ in front of ! and the error message disappeared.

My CPU usage increased which means it is working on the script, but I do not see any output in the console.

I am willing to spend upto six months to recover the passphrase.

If anyone gives me the correct command, then leave me your bitcoin or dogecoin address.