Skip to content
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

Open
battlenetcs opened this issue Jul 4, 2024 · 5 comments
Open

Not Working! #37

battlenetcs opened this issue Jul 4, 2024 · 5 comments

Comments

@battlenetcs
Copy link

battlenetcs commented Jul 4, 2024

(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
Copy link
Owner

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

@aesthetic28
Copy link

C:\Users\Aditya Kurnia R\rsz>python getz_input.py -txid a79890xxxxxxxxxxxxxxxxxxxxxxxxxx

Starting Program...
UnSupported Tx Input. Presence of Witness Data

@Mahuro
Copy link

Mahuro commented Nov 11, 2024

You can only run this on legacy addresses that begin with 1.

@maxwellgolden
Copy link

hello bro i'm facing the same issue.

please how did you resolve it

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
Copy link
Owner

Copy your files from ~/Desktop/Tests/ICE/secp256k1/* into the folder ~/Desktop/Tests/ICE/rsz/

And then run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants