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.
$./bitcoind getinfo
....
"version" : 70100,
"protocolversion" : 60002,
"walletversion" : 40000,
....
$./run_p2pool.py
2012-12-26 07:36:45.305205 > Error while checking Bitcoin connection:
2012-12-26 07:36:45.305419 > Traceback (most recent call last):
2012-12-26 07:36:45.305524 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
2012-12-26 07:36:45.305624 > current.result = callback(current.result, *args, **kw)
2012-12-26 07:36:45.305726 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
2012-12-26 07:36:45.305871 > _inlineCallbacks(r, g, deferred)
2012-12-26 07:36:45.305966 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2012-12-26 07:36:45.306088 > result = result.throwExceptionIntoGenerator(g)
2012-12-26 07:36:45.306208 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2012-12-26 07:36:45.306317 > return g.throw(self.type, self.value, self.tb)
2012-12-26 07:36:45.306418 > ------
2012-12-26 07:36:45.306519 > File "~/forrestv-p2pool-6880123/p2pool/util/deferral.py", line 41, in f
2012-12-26 07:36:45.306623 > result = yield func(*args, **kwargs)
2012-12-26 07:36:45.306721 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2012-12-26 07:36:45.306828 > result = result.throwExceptionIntoGenerator(g)
2012-12-26 07:36:45.306930 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2012-12-26 07:36:45.307052 > return g.throw(self.type, self.value, self.tb)
2012-12-26 07:36:45.307158 > File "/mnt/1/exdeath/forrestv-p2pool-6880123/p2pool/bitcoin/helper.py", line 13, in check
2012-12-26 07:36:45.307267 > if not (yield net.PARENT.RPC_CHECK(bitcoind)):
2012-12-26 07:36:45.307366 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2012-12-26 07:36:45.307465 > result = result.throwExceptionIntoGenerator(g)
2012-12-26 07:36:45.307557 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2012-12-26 07:36:45.307661 > return g.throw(self.type, self.value, self.tb)
2012-12-26 07:36:45.307761 > File "~/forrestv-p2pool-6880123/p2pool/bitcoin/networks.py", line 16, in
2012-12-26 07:36:45.307865 > 'bitcoinaddress' in (yield bitcoind.rpc_help()) and
2012-12-26 07:36:45.307963 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2012-12-26 07:36:45.308069 > result = result.throwExceptionIntoGenerator(g)
2012-12-26 07:36:45.308166 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2012-12-26 07:36:45.308313 > return g.throw(self.type, self.value, self.tb)
2012-12-26 07:36:45.308415 > File "~/forrestv-p2pool-6880123/p2pool/util/jsonrpc.py", line 64, in callRemote
2012-12-26 07:36:45.308519 > raise e
2012-12-26 07:36:45.308617 > twisted.web.error.Error: 401 Authorization Required
$./bitcoind getinfo
....
"version" : 70100,
"protocolversion" : 60002,
"walletversion" : 40000,
....
$./run_p2pool.py
2012-12-26 07:36:45.305205 > Error while checking Bitcoin connection:
2012-12-26 07:36:45.305419 > Traceback (most recent call last):
2012-12-26 07:36:45.305524 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
2012-12-26 07:36:45.305624 > current.result = callback(current.result, *args, **kw)
2012-12-26 07:36:45.305726 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
2012-12-26 07:36:45.305871 > _inlineCallbacks(r, g, deferred)
2012-12-26 07:36:45.305966 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2012-12-26 07:36:45.306088 > result = result.throwExceptionIntoGenerator(g)
2012-12-26 07:36:45.306208 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2012-12-26 07:36:45.306317 > return g.throw(self.type, self.value, self.tb)
2012-12-26 07:36:45.306418 > ------
2012-12-26 07:36:45.306519 > File "~/forrestv-p2pool-6880123/p2pool/util/deferral.py", line 41, in f
2012-12-26 07:36:45.306623 > result = yield func(*args, **kwargs)
2012-12-26 07:36:45.306721 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2012-12-26 07:36:45.306828 > result = result.throwExceptionIntoGenerator(g)
2012-12-26 07:36:45.306930 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2012-12-26 07:36:45.307052 > return g.throw(self.type, self.value, self.tb)
2012-12-26 07:36:45.307158 > File "/mnt/1/exdeath/forrestv-p2pool-6880123/p2pool/bitcoin/helper.py", line 13, in check
2012-12-26 07:36:45.307267 > if not (yield net.PARENT.RPC_CHECK(bitcoind)):
2012-12-26 07:36:45.307366 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2012-12-26 07:36:45.307465 > result = result.throwExceptionIntoGenerator(g)
2012-12-26 07:36:45.307557 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2012-12-26 07:36:45.307661 > return g.throw(self.type, self.value, self.tb)
2012-12-26 07:36:45.307761 > File "~/forrestv-p2pool-6880123/p2pool/bitcoin/networks.py", line 16, in
2012-12-26 07:36:45.307865 > 'bitcoinaddress' in (yield bitcoind.rpc_help()) and
2012-12-26 07:36:45.307963 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2012-12-26 07:36:45.308069 > result = result.throwExceptionIntoGenerator(g)
2012-12-26 07:36:45.308166 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2012-12-26 07:36:45.308313 > return g.throw(self.type, self.value, self.tb)
2012-12-26 07:36:45.308415 > File "~/forrestv-p2pool-6880123/p2pool/util/jsonrpc.py", line 64, in callRemote
2012-12-26 07:36:45.308519 > raise e
2012-12-26 07:36:45.308617 > twisted.web.error.Error: 401 Authorization Required
Payout if a block were found NOW: x.yz BTC to 1AfPXDktciQyw1Q1wTwT4xPZTbhAKruyL7. Expected after mining for 24 hours: x.yz BTC