Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modifying code #6

Closed
adminha opened this issue Feb 28, 2021 · 1 comment
Closed

modifying code #6

adminha opened this issue Feb 28, 2021 · 1 comment

Comments

@adminha
Copy link

adminha commented Feb 28, 2021

Thank you for this great project.
Can you please modify it to generate Addresses from the public key retrieved from hex and then search for that Address in the given range?
I mean, for example, searching for 17s2b9ksz5y7abUm92cHwG8jEPCzK3dLnT in a given range.
I have tested multiple scripts, wrote my own but your script/algorithm has great speed really.

@iceland2k14
Copy link
Owner

Unfortunately there are some disadvantages with Address search. We can't take advantage of math in ecdsa points.
Still if you like to search, better do a base58decode of the Address back to RipeMD hash160 and search those 20byte hash.
You can try this tool........ ( CPU or GPU ) AltCrack

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants