albertobsd / keyhunt

privkey hunt for crypto currencies that use secp256k1 elliptic curve
MIT License
627 stars 341 forks source link

BSGS sequential save progress #307

Open yusefgharib opened 2 months ago

yusefgharib commented 2 months ago

Hi, how would you save progress on a BSGS sequential search? Or start where you left off? Say you searched for 1000 keys and your range was 2000:fffff or something. Would you find a hex calculator and add 1000 to the starting range or convert the 1000 to hex and add it? Or is there an easier way to do this

LordOveride commented 1 month ago

Yea, is it possible to include a save feature like in other algorithm like kangaroo ? Thank you and excellent work albertoBSD