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.27k stars 678 forks source link

how i create pure brute force ? #225

Open morpimor opened 6 years ago

morpimor commented 6 years ago

hey i can create with btcrecover pure Brut force ?

Sierpik commented 6 years ago

U can set like %P, that give 96 combinations so, 96 to the power 6 (pass long) give 7,8E +11, at 200kp/s it will be 91 days..., 7 give 8700 days..

morpimor commented 6 years ago

but how ? what the command ?

ghost commented 6 years ago

Knowing how many characters are in your password would be useful but you could just do this separately for different lengths of password.

If X is the length of password you want to test you should create a token.txt file with either a row of X %P's or X lines each containing a single %P . I've just tried and both these ways seem to test the same number of passwords so I think they must be doing the same thing.

rterwedo commented 6 years ago

@morpimor please close...not an issue. Read the manuals.