albertobsd / keyhunt

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

MiniKeys sequencial bruteforce hash an ERR #304

Closed Nakinthorn closed 4 months ago

Nakinthorn commented 5 months ago

I try to run MiniKeys mode with base key

example : S7AfhgDK111111111111

the program is working well until program run through S7AfhgDK11111111zzzz it never change next position to number 2 it loop to S7AfhgDK111111111zzz again

i try many use case , sometime it pass to position 6 and then loop

albertobsd commented 5 months ago

can you share the full comant that you use?