Post
Topic
Board Bitcoin Technical Support
Re: using btcrecover. Need help with tokens
by
jbeck
on 04/07/2019, 17:08:18 UTC
I changed the token to
^%A            first letter is uppercase
%2,4d$        last two or four is number
%3,7[a-f]      I omitted the (i) forcing search on just lower case and omitted (0-9) because there will not be any digits.

Running this just gave me more possible combinations.  Why am I off track?