albertobsd / keyhunt

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

check only even keys #182

Closed xsamsonx closed 1 year ago

xsamsonx commented 2 years ago

Hi Albert,

is it passable to add an option to only check even "privatekeys"?

Thanks And Kind regards

albertobsd commented 1 year ago

there is not such option, if you are working with publickeys, then you can divide it by two and cut the range that you are looking for by half that will check only even or odd keys.