iceland2k14 / bsgs

Find PrivateKey of corresponding Pubkey(s) using BSGS algo
MIT License
114 stars 64 forks source link

modifying code #6

Closed adminha closed 3 years ago

adminha commented 3 years ago

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 commented 3 years ago

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