Guest User

Untitled

a guest
Feb 5th, 2022
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "derive_address.py", line 10, in <module>
  3. priv = SigningKey.from_string(string=bytes.fromhex(hex_priv_key), curve=SECP256k1)
  4. File "/home/bbb/.local/lib/python3.8/site-packages/ecdsa/keys.py", line 788, in from_string
  5. return cls.from_secret_exponent(secexp, curve, hashfunc)
  6. File "/home/bbb/.local/lib/python3.8/site-packages/ecdsa/keys.py", line 743, in from_secret_exponent
  7. raise MalformedPointError(
  8. ecdsa.keys.MalformedPointError: Invalid value for secexp, expected integer between 1 and 115792089237316195423570985008687907852837564279074904382605163141518161494337
  9.  
Advertisement
Add Comment
Please, Sign In to add comment