It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
File "./eloipool.py", line 668, in receiveShare
checkShare(share)
File "./eloipool.py", line 506, in checkShare
MWL = workLog[None]
KeyError: None
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/bitcoin/eloipool/stratumserver.py", line 91, in found_terminator
rv = getattr(self, funcname)(*rpc['params'])
File "/home/bitcoin/eloipool/stratumserver.py", line 199, in _stratum_mining_submit
self.server.receiveShare(share)
File "./eloipool.py", line 677, in receiveShare
logShare(share)
File "./eloipool.py", line 651, in logShare
share['solution'] = b2a_hex(swap32(share['data'])).decode('utf8')
KeyError: 'data'
File "./eloipool.py", line 668, in receiveShare
checkShare(share)
File "./eloipool.py", line 506, in checkShare
MWL = workLog[None]
KeyError: None
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/bitcoin/eloipool/stratumserver.py", line 91, in found_terminator
rv = getattr(self, funcname)(*rpc['params'])
File "/home/bitcoin/eloipool/stratumserver.py", line 199, in _stratum_mining_submit
self.server.receiveShare(share)
File "./eloipool.py", line 677, in receiveShare
logShare(share)
File "./eloipool.py", line 651, in logShare
share['solution'] = b2a_hex(swap32(share['data'])).decode('utf8')
KeyError: 'data'
2013-11-23 03:58:18,716 StratumHandler DEBUG Traceback (most recent call last):
File "./eloipool.py", line 668, in receiveShare
checkShare(share)
File "./eloipool.py", line 506, in checkShare
MWL = workLog[None]
KeyError: None
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/foo/build/eloipool/stratumserver.py", line 91, in found_terminator
rv = getattr(self, funcname)(*rpc['params'])
File "/home/foo/build/eloipool/stratumserver.py", line 199, in _stratum_mining_submit
self.server.receiveShare(share)
File "./eloipool.py", line 677, in receiveShare
logShare(share)
File "./eloipool.py", line 651, in logShare
share['solution'] = b2a_hex(swap32(share['data'])).decode('utf8')
KeyError: 'data'
2013-11-23 03:58:18,720 JSONRPCServer INFO Nobody to longpoll
2013-11-23 03:58:18,716 StratumHandler DEBUG Traceback (most recent call last):
File "./eloipool.py", line 668, in receiveShare
checkShare(share)
File "./eloipool.py", line 506, in checkShare
MWL = workLog[None]
KeyError: None
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/foo/build/eloipool/stratumserver.py", line 91, in found_terminator
rv = getattr(self, funcname)(*rpc['params'])
File "/home/foo/build/eloipool/stratumserver.py", line 199, in _stratum_mining_submit
self.server.receiveShare(share)
File "./eloipool.py", line 677, in receiveShare
logShare(share)
File "./eloipool.py", line 651, in logShare
share['solution'] = b2a_hex(swap32(share['data'])).decode('utf8')
KeyError: 'data'
2013-11-23 03:58:18,720 JSONRPCServer INFO Nobody to longpoll
$ cd /repo/python-bitcoinrpc
$ git checkout -b solo-mining 770881c8bd9b1f92427290270b37a28751cf9df0
2013-11-23 03:58:18,716 StratumHandler DEBUG Traceback (most recent call last):
File "./eloipool.py", line 668, in receiveShare
checkShare(share)
File "./eloipool.py", line 506, in checkShare
MWL = workLog[None]
KeyError: None
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/foo/build/eloipool/stratumserver.py", line 91, in found_terminator
rv = getattr(self, funcname)(*rpc['params'])
File "/home/foo/build/eloipool/stratumserver.py", line 199, in _stratum_mining_submit
self.server.receiveShare(share)
File "./eloipool.py", line 677, in receiveShare
logShare(share)
File "./eloipool.py", line 651, in logShare
share['solution'] = b2a_hex(swap32(share['data'])).decode('utf8')
KeyError: 'data'
2013-11-23 03:58:18,720 JSONRPCServer INFO Nobody to longpoll
# python3 eloipool.py
Traceback (most recent call last):
File "eloipool.py", line 81, in
import jsonrpc
File "/opt/python3/lib/python3.3/site-packages/jsonrpc/__init__.py", line 24, in
from jsonrpc.serviceHandler import ServiceMethod, ServiceHandler, ServiceMethodNotFound, ServiceException
File "/opt/python3/lib/python3.3/site-packages/jsonrpc/serviceHandler.py", line 54
except ServiceRequestNotTranslatable, e:
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "eloipool.py", line 77, in
bcnode = BitcoinNode(config.UpstreamNetworkId)
File "/eloipool/bitcoin/node.py", line 146, in __init__
super().__init__(*a, **ka)
TypeError: super() takes at least 1 argument (0 given)
[bitcoinrpc]$ git diff
diff --git a/bitcoinrpc/authproxy.py b/bitcoinrpc/authproxy.py
index 2914477..cfad7fb 100644
--- a/bitcoinrpc/authproxy.py
+++ b/bitcoinrpc/authproxy.py
@@ -105,11 +105,15 @@ class AuthServiceProxy(object):
'method': self.__service_name,
'params': args,
'id': self.__id_count})
- self.__conn.request('POST', self.__url.path, postdata,
+ try:
+ self.__conn.request('POST', self.__url.path, postdata,
{'Host': self.__url.hostname,
'User-Agent': USER_AGENT,
'Authorization': self.__auth_header,
'Content-type': 'application/json'})
+ except http.client.CannotSendRequest:
+ ## swallow exception
+ pass
response = self._get_response()
if response['error'] is not None: