iceland2k14 / rsz

Retrieve ECDSA signature R,S,Z values from blockchain rawtx or txid.
MIT License
82 stars 62 forks source link

Not Working! #37

Open battlenetcs opened 2 weeks ago

battlenetcs commented 2 weeks ago

(SOLVED!)

git clone https://github.com/iceland2k14/secp256k1.git :~/Desktop/Tests/ICE/secp256k1$ python3 secp256k1.py seams to work without errors

git clone https://github.com/iceland2k14/rsz.git :~/Desktop/Tests/ICE/rsz$ python3 getz_input.py -rawtx 0100000001e3axxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx....

Starting Program... Traceback (most recent call last): File "getz_input.py", line 117, in e = getSignableTxn(m) File "getz_input.py", line 95, in getSignableTxn e += '1976a914' + HASH160(inp_list[one][4]) + '88ac' File "getz_input.py", line 106, in HASH160 P = ice.pub2upub(pubk_hex) AttributeError: module 'secp256k1' has no attribute 'pub2upub'

Seams it does not find attribute 'pub2upub'

iceland2k14 commented 2 weeks ago

files in secp256k1 should be inside the folder rsz. Both in different folder so the script is not able to find those files.