amarian12 / p2pool-bch

Bitcoin Cash (BCH) P2Pool
GNU General Public License v3.0
7 stars 6 forks source link

Running Script issue #3

Closed HESSEBO closed 9 months ago

HESSEBO commented 2 years ago

Hi and thanks for the great project. when I run: python run_p2pool.py --net bitcoinbch --bitcoind-address 120.0.1 --bitcoind-rpc-port 3333

I get the following:

Traceback (most recent call last): File "c:\p2pool-bch\run_p2pool.py", line 3, in from p2pool import main File "c:\p2pool-bch\p2pool__init__.py", line 43 except Exception, e: ^^^^^^^^^^^^ SyntaxError: multiple exception types must be parenthesized

I thought that somebody can help me?