Open battlenetcs opened 5 months ago
files in secp256k1 should be inside the folder rsz. Both in different folder so the script is not able to find those files.
C:\Users\Aditya Kurnia R\rsz>python getz_input.py -txid a79890xxxxxxxxxxxxxxxxxxxxxxxxxx
Starting Program... UnSupported Tx Input. Presence of Witness Data
You can only run this on legacy addresses that begin with 1.
(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'