Post
Topic
Board Off-topic
Re: [ARCHIVE] Bitcoin challenge discusion
by
itod
on 04/08/2019, 21:37:06 UTC
...
The problem is the initial stage, because python error:
Code:
Traceback (most recent call last):
  File "polard3.py", line 2, in
    from Ecc import Ecc
ImportError: cannot import name Ecc

Uncle Google has no idea how to get out of it :-)

In terminal:
Code:
pip install ecc

ecc / Pure Python implementation of an elliptic curve cryptosystem based on FIPS 186-3