Post
Topic
Board Bitcoin Technical Support
Re: Brute Forcing wallet.dat with BTCRecover need help
by
xlameee
on 21/01/2022, 15:37:58 UTC
Yes I want to use a specific characters I remember what type of characters but I don't remember the sequence

Can you help me please 




Is there a way to tell btcrecover that front part is the same as end part ? That will lower the combinations and ETA significantly.
You would change your tokens file to this:

Code:
%4dpassword%4;12b

%4d will tell it to insert any 4 digits.
%4;12b will tell it to copy 4 characters, starting 12 characters back from this point.
You can change the number of characters or type of characters using the codes here: https://btcrecover.readthedocs.io/en/latest/tokenlist_file/#expanding-wildcards
You don't need to use --custom-wild here unless you specifically want to use a set of characters which is not easily selected using the above wildcards.

Also is there a way to create an exclusion list with btcrecover to skip combinations that I already tried HuhHuhHuh?
Not between different tokenlists. You can use the autosave feature to save your progress on a specific tokenlist (https://btcrecover.readthedocs.io/en/latest/TUTORIAL/#autosave), but you can't cross reference between different tokenlists.