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

No optimization for missing chars in start of private key ?? #68

Closed mobinalipour closed 1 year ago

mobinalipour commented 1 year ago

Hello my paper that i was wrote down private key is damaged so i lost some characters in the start of privatey key. i searched for how private keys work and i know my privatey key starting with 5 and it is 51 character long , the format is below : 5**???????????????????????????????????????? the ? means known characters , so i tried with FinderOuter but there was no optimization for my case and in normall way it takes more than 100 years to recover . what can i do now ? it is a large money in wallet and i need help with that

Coding-Enthusiast commented 1 year ago

The optimization used for missing characters at the end won't work for the characters at the start because of the way WIFs are converted to integer. A character near the beginning has a range in 5850.
Check out other projects like https://github.com/PawelGorny/WifSolverCuda that use different approaches and also support GPU.

mobinalipour commented 1 year ago

i have rx6600 so the program is just for cuda devide ?

Coding-Enthusiast commented 1 year ago

I believe so. You have to contact the developer, they also have other helpful projects.

mobinalipour commented 1 year ago

Thank you. For last question , i used hashcat and it takes 290 days to recover my wallet . is "WifSolverCuda" faster than hashcat ?

Coding-Enthusiast commented 1 year ago

In some cases yes.