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.23k stars 657 forks source link

create a password.txt with the generated list #420

Open AndrewHazee opened 3 years ago

AndrewHazee commented 3 years ago

Hello, Your list generation system is exactly what i look after, so much better than crunch or somethings like that. But i can find a way to create a list with your program it's not implemented or i miss somethings ? Sorry for my bad english it's not my first language Thank you

orangedecimation69 commented 3 years ago

Use the modifier "--listpass" and at the conclusion on your command "> password.txt"

This will direct the output of "--listpass" to a new file "password.txt"

Ex: python btcrecover.py --listpass --tokenlist TOKENLIST/LOCATION --typos-(add any typos) > password.txt