LeoC
|
 |
January 04, 2014, 09:30:42 PM Last edit: January 04, 2014, 09:50:08 PM by LeoC |
|
Please help, I have bitcoin-qt running just fine and when I try to start Counterpart, I get this:
c:\counterpartyd_build>c:\python33\python.exe run.py -v
Traceback (most recent call last): File "c:\counterpartyd_build\env\lib\site-packages\requests\packages\urllib3\c onnectionpool.py", line 478, in urlopen body=body, headers=headers) File "c:\counterpartyd_build\env\lib\site-packages\requests\packages\urllib3\c onnectionpool.py", line 285, in _make_request conn.request(method, url, **httplib_request_kw) File "c:\python33\Lib\http\client.py", line 1065, in request self._send_request(method, url, body, headers) File "c:\python33\Lib\http\client.py", line 1103, in _send_request self.endheaders(body) File "c:\python33\Lib\http\client.py", line 1061, in endheaders self._send_output(message_body) File "c:\python33\Lib\http\client.py", line 906, in _send_output self.send(msg) File "c:\python33\Lib\http\client.py", line 844, in send self.connect() File "c:\python33\Lib\http\client.py", line 822, in connect self.timeout, self.source_address) File "c:\python33\Lib\socket.py", line 435, in create_connection raise err File "c:\python33\Lib\socket.py", line 426, in create_connection sock.connect(sa) OSError: [WinError 10055] An operation on a socket could not be performed becaus e the system lacked sufficient buffer space or because a queue was full
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "c:\counterpartyd_build\env\lib\site-packages\requests\adapters.py", line 324, in send timeout=timeout File "c:\counterpartyd_build\env\lib\site-packages\requests\packages\urllib3\c onnectionpool.py", line 528, in urlopen raise MaxRetryError(self, url, e) requests.packages.urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='loc alhost', port=8332): Max retries exceeded with url: (Caused by <class 'OSError '>: [WinError 10055] An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full)
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "c:\counterpartyd_build\dist\counterpartyd\lib\bitcoin.py", line 36, in r pc response = requests.post(config.RPC, data=json.dumps(payload), headers=heade rs) File "c:\counterpartyd_build\env\lib\site-packages\requests\api.py", line 88, in post return request('post', url, data=data, **kwargs) File "c:\counterpartyd_build\env\lib\site-packages\requests\api.py", line 44, in request return session.request(method=method, url=url, **kwargs) File "c:\counterpartyd_build\env\lib\site-packages\requests\sessions.py", line 382, in request resp = self.send(prep, **send_kwargs) File "c:\counterpartyd_build\env\lib\site-packages\requests\sessions.py", line 485, in send r = adapter.send(request, **kwargs) File "c:\counterpartyd_build\env\lib\site-packages\requests\adapters.py", line 372, in send raise ConnectionError(e) requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8 332): Max retries exceeded with url: (Caused by <class 'OSError'>: [WinError 1 0055] An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full)
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "c:\counterpartyd_build\dist\counterpartyd\counterpartyd.py", line 532, i n <module> blocks.follow() File "c:\counterpartyd_build\dist\counterpartyd\lib\blocks.py", line 389, in f ollow tx = bitcoin.rpc('getrawtransaction', [tx_hash, 1]) File "c:\counterpartyd_build\dist\counterpartyd\lib\bitcoin.py", line 40, in r pc raise exceptions.BitcoindRPCError('Cannot communicate with Bitcoind. (counte rpartyd is set to run on {}, is Bitcoind?)'.format(network)) lib.exceptions.BitcoindRPCError: Cannot communicate with Bitcoind. (counterparty d is set to run on mainnet, is Bitcoind?)
I have 8GB of ram. This thing keeps spitting out error after error and I followed the instructions to the letter. My profits are decreasing every day!
|