Python code to recover private key from public key [migrated]

Python code to recover private key from public key [migrated]

Helllo,

I would like to use this code to generate/recover my private key, I'm using Python 3.6 and installed ecdsa package but how should I edit the code with my public key?

I'm quite new to python, tried some things but I get the following errors..

NameError: name 'addr' is not defined

TypeError: 'NoneType' object is not iterable

IndentationError: unexpected indent (<-- I have many of this error)

Do I need anything else to download and install?

I'd appreciate for any kind of help!

https://ift.tt/2DpQkMa

Comments

Popular posts from this blog

bitcoin node: what is the difference between simnet and regtest?

How to check if Electrum is masking my IP with the Tor proxy?

How generic miner connects to bitcoin or ethereum network and does it needs to store entire blockchain?