In digibyte conf file add
rpcport=14022
port=12024
And remove algo from conf, ot works fine without it.
./run_p2pool.py --give-author 0 --net digibyteSha --bitcoind-rpc-port 14022 --bitcoind-p2p-port 12024 digibyterpc digibytepassword
OK did that but same error
I ran ./run_p2pool.py --give-author 0 --net digibyteSha --bitcoind-rpc-port 14022 --bitcoind-p2p-port 12024 digibyterpc mypw
Traceback (most recent call last):
File "run_p2pool.py", line 3, in
from p2pool import main
File "/home/twebit/p2pool/p2pool/__init__.py", line 43
except Exception, e:
^
SyntaxError: invalid syntax