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.
2013-10-28 00:29:27,579 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 "/daten/bitcoinchain/eloipool/eloipool/stratumserver.py", line 91, in found_terminator
rv = getattr(self, funcname)(*rpc['params'])
File "/daten/bitcoinchain/eloipool/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'
-ShareTarget = 0x00000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff
+ShareTarget = 0x000000000fffffffffffffffffffffffffffffffffffffffffffffffffffffff
2013-10-28 00:29:27,579 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 "/daten/bitcoinchain/eloipool/eloipool/stratumserver.py", line 91, in found_terminator
rv = getattr(self, funcname)(*rpc['params'])
File "/daten/bitcoinchain/eloipool/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-10-28 11:44:15,520 merkleMaker CRITICAL Traceback (most recent call last):
File "/daten/bitcoinchain/eloipool/eloipool/merklemaker.py", line 692, in run
self.merkleMaker_I()
File "/daten/bitcoinchain/eloipool/eloipool/merklemaker.py", line 682, in merkleMaker_I
self.merkleMaker_II()
File "/daten/bitcoinchain/eloipool/eloipool/merklemaker.py", line 660, in merkleMaker_II
return self._updateMerkleTree()
File "/daten/bitcoinchain/eloipool/eloipool/merklemaker.py", line 548, in _updateMerkleTree
self._updateMerkleTree_I()
File "/daten/bitcoinchain/eloipool/eloipool/merklemaker.py", line 512, in _updateMerkleTree_I
r = self._updateMerkleTree_fromTS(TS)
File "/daten/bitcoinchain/eloipool/eloipool/merklemaker.py", line 477, in _updateMerkleTree_fromTS
MP = self._CallGBT(TS)
File "/daten/bitcoinchain/eloipool/eloipool/merklemaker.py", line 327, in _CallGBT
MP = access.getblocktemplate(self.GBTReq)
File "/daten/bitcoinchain/python-bitcoinrpc/bitcoinrpc/authproxy.py", line 112, in __call__
'Content-type': 'application/json'})
File "/usr/lib/python3.2/http/client.py", line 970, in request
self._send_request(method, url, body, headers)
File "/usr/lib/python3.2/http/client.py", line 998, in _send_request
self.putrequest(method, url, **skips)
File "/usr/lib/python3.2/http/client.py", line 853, in putrequest
raise CannotSendRequest(self.__state)
http.client.CannotSendRequest: Request-sent
from jsonrpc.proxy import ServiceProxy
aa = ServiceProxy("http://rpcuser:[email protected]:8332")
aa.getinfo()
File "probe.py", line 17, in
aa.getinfo()
File "/home/icreator/pools/eloipool-3/bitcoinrpc/authproxy.py", line 118, in __call__
response = self._get_response()
File "/home/icreator/pools/eloipool-3/bitcoinrpc/authproxy.py", line 156, in _get_response
parse_float=decimal.Decimal)
File "/usr/lib/python3.3/json/__init__.py", line 332, in loads
return cls(**kw).decode(s)
File "/usr/lib/python3.3/json/decoder.py", line 353, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python3.3/json/decoder.py", line 371, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
def decode(self, s, _w=WHITESPACE.match):
"""Return the Python representation of ``s`` (a ``str`` instance
containing a JSON document).
"""
print(' decoder.decode')
print( ' str:',s)
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
end = _w(s, end).end()
if end != len(s):
raise ValueError(errmsg("Extra data", s, end, len(s)))
return obj
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">Error 401 Unauthorized.
try:
import http.client as httplib
except ImportError:
import httplib