albertobsd / keyhunt

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

BSGSD exits when invalid point format received #256

Open shude opened 1 year ago

shude commented 1 year ago

Hi, in Secp2561k1::GetByte() if string contains non hexadecimal symbols it's exits with code -1 immediately.
This behavior affects a bsgsd daemon those can't catch this error.