Skip to content

Not Working! #37

@battlenetcs

Description

@battlenetcs

(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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions