Coding-Enthusiast/FinderOuter

Missing private keys

AlvinJohnson1150 opened this issue · 4 comments

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

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.

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🙏.

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.

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