Do you know what github the EU pool is using? Any special version to run p2pool? I used to run it with bitcoin but not sure about digibyte
Im usng latest p2pool release with dgb conf files from devlin github (
https://github.com/devlin85/p2pool) and web-static i found somewhere))
OK thanks again
I get this when starting p2pool any ideas?
python run_p2pool.py --help
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
I'm running arch manjaro
Dd you installed digibyte_subsidy too? and what command you use to start pool?
No I didn't how to do that?
I didn't start is yet not that far yet. Just trying the --help to see if it's working yet.
edit: is see the readme but don't know what to do with it.
In p2pool folder
cd digibyte_subsidy
sudo python setup.py install
If you are using orginal p2pool then download folder from devlin github.
OK that completed successfully but when I make or try to run I still get the same error.
1000DGB reward if we can get this figured out together
edit:
When I make I get this error
Running setup.py (path:/home/twebit/p2pool/.pyenv/build/unittest2/setup.py) egg_info for package unittest2
Traceback (most recent call last):
File "", line 17, in
File "/home/twebit/p2pool/.pyenv/build/unittest2/setup.py", line 12, in
from unittest2 import __version__ as VERSION
File "/home/twebit/p2pool/.pyenv/build/unittest2/unittest2/__init__.py", line 40, in
from unittest2.collector import collector
File "/home/twebit/p2pool/.pyenv/build/unittest2/unittest2/collector.py", line 3, in
from unittest2.loader import defaultTestLoader
File "/home/twebit/p2pool/.pyenv/build/unittest2/unittest2/loader.py", line 92
except Exception, e:
^
SyntaxError: invalid syntax
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 17, in
File "/home/twebit/p2pool/.pyenv/build/unittest2/setup.py", line 12, in
from unittest2 import __version__ as VERSION
File "/home/twebit/p2pool/.pyenv/build/unittest2/unittest2/__init__.py", line 40, in
from unittest2.collector import collector
File "/home/twebit/p2pool/.pyenv/build/unittest2/unittest2/collector.py", line 3, in
from unittest2.loader import defaultTestLoader
File "/home/twebit/p2pool/.pyenv/build/unittest2/unittest2/loader.py", line 92
SyntaxError: invalid syntax
----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /home/twebit/p2pool/.pyenv/build/unittest2
Storing debug log for failure in /home/twebit/.pip/pip.log
make: *** [Makefile:91: /home/twebit/p2pool/.cache/pyenv/pyenv-1.11.6-extras.tar.gz] Error 1