nohup: failed to run command `../eloipool/eloipool.py': No such file or directory
It could just be a permissions issue. Either that or eloipool was not installed correctly. Can you run eloipool manually?
I've done it this way:
fresh 12.04 Debian install.
All the librarys and stuff, really, everything I could find related to bitcoind eloipool.
follow instructions of getaway to download and compile bitcoind via ubuntu-install.sh (I've done this in previous attempts myself..figure out I'll follow it strictly this time)
let bitcoind start and get the complete blockchain.
installpool.sh
run-eloipool.sh
nothing happens
I dont know how to start the eloipool myself?
if this is how you start eloipool, then this happens:
as@s2:/opt/eloipool-server/eloipool# python eloipool.py
Traceback (most recent call last):
File "eloipool.py", line 77, in <module>
bcnode = BitcoinNode(config.UpstreamNetworkId)
File "/opt/eloipool-server/eloipool/bitcoin/node.py", line 146, in __init__
super().__init__(*a, **ka)
TypeError: super() takes at least 1 argument (0 given)
as@s2:/opt/eloipool-server/eloipool#