bakd247 / ecdsaKeyFinder

A Python based ECDSA secp256k1 private key recovery tool
https://hashadder.com/
28 stars 6 forks source link

hashlib error #3

Closed mikejnpc closed 1 year ago

mikejnpc commented 1 year ago

Creating Collision List...Please Wait... Multiples Collision List Created... Please Enter the Size of the Halves Collision List you would like to Create. Best Performance around 100,000:100000 Halves Collision List Created... Searching For Key...Please Wait... 164.0 keys per second Total Positions Tried: 10000 Traceback (most recent call last): File "privatekeyfinder.py", line 136, in privKey = int((hashlib.sha256(os.urandom(16)).hexdigest()), 16) NameError: name 'hashlib' is not defined

wrong lib or error in the script ?

bakd247 commented 1 year ago

I fixed this error...sorry about that....I forgot to delete one line of code when I made the update yesterday... it is fixed now and everything works as it should without hashlib