Hi,
I know this should go under the main Eloipool topic but as a newbie I'm can only post here.
What is this error I get when I run eloipool.py.
:/etc/eloipool# python eloipool.py install
Traceback (most recent call last):
File "eloipool.py", line 67, in <module>
bcnode = BitcoinNode(config.UpstreamNetworkId)
File "/etc/eloipool/bitcoin/node.py", line 132, in __init__
super().__init__(*a, **ka)
TypeError: super() takes at least 1 argument (0 given)
:/etc/eloipool
I have the latest bitcoind installed on ubuntu 12.10 server.
I have not entered a namecoin address, where should this go in the config.
BlockSubmissions = (
{
'name': 'primary',
'uri': '
http://bitcoindusername:bitcoindpassword@127.0.0.1:8331',
},
{
'name': 'secondary',
'uri': '
http://bitcoinuername:bitcoinpassword@127.0.0.1:18331',
}
)
UpstreamBitcoindNode = ('127.0.0.1', 18333) # testnet
Is the upstreambitcoinnode correct? and when should i change from textnet and what prams to change in config when i go from text net.