albertobsd / keyhunt

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

In what modes does the stride option work? #263

Closed Gusev39rus closed 11 months ago

Gusev39rus commented 11 months ago

Previously, stride option worked in all modes except BSGS. In the latest version, this option does not work anywhere at all, or as before in the address, rmd160 and xpoint modes?

albertobsd commented 11 months ago

None, it doesn't work for any mode due a bug in the logic of the code.