iceland2k14/bsgs

modifying code

Closed this issue · 1 comments

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.

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