Poolmining balance[solved]

Post Reply
nc-or-btc...
Posts: 16
Joined: Mon Jun 20, 2011 5:15 pm

Poolmining balance[solved]

Post by nc-or-btc... »

Code: Select all

error: [Errno 10061] Couldn´t connect to the server
23/06/2011 22:03:03, long poll exception:
Traceback (most recent call last):
  File "BitcoinMiner.pyo", line 261, in longPollThread
  File "BitcoinMiner.pyo", line 223, in request
  File "httplib.pyo", line 898, in request
  File "httplib.pyo", line 935, in _send_request
  File "httplib.pyo", line 892, in endheaders
  File "httplib.pyo", line 764, in _send_output
  File "httplib.pyo", line 723, in send
  File "httplib.pyo", line 704, in connect
  File "socket.pyo", line 514, in create_connection
This error message arises sometimes.

I´m mining at a pool and solving share after share but my balance won´t updated for more than a few hours. What´s wrong?
Last edited by nc-or-btc... on Thu Jun 23, 2011 11:14 pm, edited 2 times in total.

doublec
Posts: 149
Joined: Mon May 23, 2011 12:47 am
os: linux
Location: Auckland, New Zealand
Contact:

Re: Poolmining balance

Post by doublec »

nc-or-btc... wrote: This error message arises sometimes.

I´m mining at a pool and solving share after share but my balance won´t updated for more than a few hours. What´s wrong?
Your balance hasn't updated because blocks haven't been found. Keep an eye on the "Blocks Found" stat in the pool. This needs to increase before your balance will update. The error you are seeing is related. The long polling connection is timing out due to the large time between blocks. Your miner will just reconnect, it shouldn't be an issue.

Post Reply