Open hskun opened 3 years ago
I solve this bug in my keyhunt tool adding a Point comparation if the original startKey (Computed as a public key or point ) is equals to the current searched point it show the key found , in other case it continue with the current algorithm.
JLP use a Substart startRange to the point to solve.
This is the bug. startP is a neg point. the sub result maybe 0. however 0 key is secp256k1 is infinity(unaviable). I have a test input file:
According to the code.