Author

Topic: Cant connect to my pool (eloipool) dont know why (Read 1648 times)

full member
Activity: 176
Merit: 100
Have a look at this thread as well https://bitcointalksearch.org/topic/avalon-users-bitcoind-eloipool-configuration-158105

Not sure about the above post about eloipool as I dont know much about it.

But the three most used most probably would be

p2pool
Eloipool
Stratum-mining
and pushpool (Iam not sure if this supports version 2 blocks, anyone?) But it does only support getwork protocol at the moment.
sr. member
Activity: 294
Merit: 262
Pls change you software, it`s rly buged = unsafe to use as pool.

What software should I use then?
full member
Activity: 176
Merit: 100
Looks like bitcoind is refusing connection the pool software, check you password and setup for bitcoind.

Try asking this in the thread under mining about eloipool you might get some more responses.
member
Activity: 97
Merit: 10
Pls change you software, it`s rly buged = unsafe to use as pool.
sr. member
Activity: 294
Merit: 262
Hi,

Hi, I've setup bitcoind + eloipool and this is what I get in the error logs of eloipool. I cant help it, I am not very experienced.

2013-05-05 23:16:29,333 merkleMaker     CRITICAL        Traceback (most recent call last):
  File "/opt/eloipool-server/eloipool/merklemaker.py", line 692, in run
    self.merkleMaker_I()
  File "/opt/eloipool-server/eloipool/merklemaker.py", line 682, in merkleMaker_I
    self.merkleMaker_II()
  File "/opt/eloipool-server/eloipool/merklemaker.py", line 648, in merkleMaker_II
    return self._updateMerkleTree()
 File "/opt/eloipool-server/eloipool/merklemaker.py", line 548, in _updateMerkleTree
    self._updateMerkleTree_I()
  File "/opt/eloipool-server/eloipool/merklemaker.py", line 512, in _updateMerkleTree_I
    r = self._updateMerkleTree_fromTS(TS)
  File "/opt/eloipool-server/eloipool/merklemaker.py", line 477, in _updateMerkleTree_fromTS
    MP = self._CallGBT(TS)
  File "/opt/eloipool-server/eloipool/merklemaker.py", line 327, in _CallGBT
    MP = access.getblocktemplate(self.GBTReq)
  File "/opt/eloipool-server/eloipool/bitcoinrpc/authproxy.py", line 100, in __call__
    'Content-type': 'application/json'})
  File "/usr/lib/python3.2/http/client.py", line 967, in request
    self._send_request(method, url, body, headers)
  File "/usr/lib/python3.2/http/client.py", line 1005, in _send_request
    self.endheaders(body)
  File "/usr/lib/python3.2/http/client.py", line 963, in endheaders
    self._send_output(message_body)
  File "/usr/lib/python3.2/http/client.py", line 808, in _send_output
    self.send(msg)
  File "/usr/lib/python3.2/http/client.py", line 746, in send
    self.connect()
  File "/usr/lib/python3.2/http/client.py", line 724, in connect
    self.timeout, self.source_address)
  File "/usr/lib/python3.2/socket.py", line 404, in create_connection
    raise err
  File "/usr/lib/python3.2/socket.py", line 395, in create_connection
    sock.connect(sa)
socket.error: [Errno 111] Connection refused

Jump to: