Coding-Enthusiast / FinderOuter

Easy to use bitcoin recovery tool to fix damaged private key, mini-private key, address, BIP38 encrypted key, mnemonic (seed phrase), BIP-32 derivation path, Armory backups, recover passwords and more
MIT License
283 stars 107 forks source link

some about filter and limit #63

Open ggto505 opened 1 year ago

ggto505 commented 1 year ago

hello , how we can control to remove a repeated character in a row for example when i start find i see some in private key line like 1111111111111 < i sure in my private key i don't have repeated character more than 2 time it possible to limit scan repeated character?

2 i have all my private key character but they are mixed too many time random , do you have any idea for it ?

its possible to find correct line ?

thank you for your app and your help <3

Coding-Enthusiast commented 1 year ago

Currently there is no option to avoid repeated characters.

i have all my private key character but they are mixed too many time random , do you have any idea for it ?

It is not possible to recover a WIF with jumbled characters since the number of permutations is huge (at most 51! which is equal to 1e+66).