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

Missing private keys #56

Closed AlvinJohnson1150 closed 2 years ago

AlvinJohnson1150 commented 2 years ago

Hi, is it possible to retrieve the first 10 characters of a private key? I have the last 41 characters

Coding-Enthusiast commented 2 years ago

Unfortunately 10 characters from the start is making the search space too big to search. If it were from the end, it would have been very easy to recover though.
If you have your public key (not the address), there may be some hope although you should use some other tool since FinderOuter doesn't support algorithms such as Pollard's Kangaroo.

AlvinJohnson1150 commented 2 years ago

Thanks for your answer sir, Yes I have the public key with me and even the beep38 coded key but I tried and I waited more than 2 hours without result, please sir I really need your help🙏.

Coding-Enthusiast commented 2 years ago

Check out https://github.com/PawelGorny/WifSolverCuda that unlike my project supports GPU that could significantly improve the speed. You could also contact the developer of the project for more help.

AlvinJohnson1150 commented 2 years ago

okay thank you so much. And if i know the first character it might work.