-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not Working! #37
Comments
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... |
You can only run this on legacy addresses that begin with 1. |
hello bro i'm facing the same issue. please how did you resolve it Starting Program... Seams it does not find attribute 'pub2upub' |
Copy your files from ~/Desktop/Tests/ICE/secp256k1/* into the folder ~/Desktop/Tests/ICE/rsz/ And then run |
(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'
The text was updated successfully, but these errors were encountered: