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.
Failure: twisted.internet.defer.TimeoutError: Getting http://127.0.0.1:8332/ took longer than 5 seconds.
Failure: twisted.internet.defer.TimeoutError: Getting http://127.0.0.1:8332/ took longer than 5 seconds.
2012-02-12 16:16:08.016118 ... done processing 209 shares. New: 209 Have: 12263/~17280
2012-02-12 16:16:08.017009 > Watchdog timer went off at:
2012-02-12 16:16:08.017406 > File "run_p2pool.py", line 5, in
2012-02-12 16:16:08.017821 > main.run()
2012-02-12 16:16:08.018156 > File "/home/neptop/p2pool/p2pool/main.py", line 1186, in run
2012-02-12 16:16:08.018555 > reactor.run()
2012-02-12 16:16:08.018952 > File "/usr/lib/python2.7/site-packages/twisted/internet/base.py", line 1169, in run
2012-02-12 16:16:08.019369 > self.mainLoop()
2012-02-12 16:16:08.019697 > File "/usr/lib/python2.7/site-packages/twisted/internet/base.py", line 1181, in mainLoop
2012-02-12 16:16:08.020076 > self.doIteration(t)
2012-02-12 16:16:08.020397 > File "/usr/lib/python2.7/site-packages/twisted/internet/pollreactor.py", line 167, in doPoll
2012-02-12 16:16:08.020802 > log.callWithLogger(selectable, _drdw, selectable, fd, event)
2012-02-12 16:16:08.021141 > File "/usr/lib/python2.7/site-packages/twisted/python/log.py", line 84, in callWithLogger
2012-02-12 16:16:08.021505 > return callWithContext({"system": lp}, func, *args, **kw)
2012-02-12 16:16:08.021837 > File "/usr/lib/python2.7/site-packages/twisted/python/log.py", line 69, in callWithContext
2012-02-12 16:16:08.022236 > return context.call({ILogContext: newCtx}, func, *args, **kw)
2012-02-12 16:16:08.022593 > File "/usr/lib/python2.7/site-packages/twisted/python/context.py", line 118, in callWithContext
2012-02-12 16:16:08.022929 > return self.currentContext().callWithContext(ctx, func, *args, **kw)
2012-02-12 16:16:08.023315 > File "/usr/lib/python2.7/site-packages/twisted/python/context.py", line 81, in callWithContext
2012-02-12 16:16:08.023645 > return func(*args,**kw)
2012-02-12 16:16:08.024056 > File "/usr/lib/python2.7/site-packages/twisted/internet/posixbase.py", line 581, in _doReadOrWrite
2012-02-12 16:16:08.024390 > why = selectable.doRead()
2012-02-12 16:16:08.024760 > File "/usr/lib/python2.7/site-packages/twisted/internet/tcp.py", line 199, in doRead
2012-02-12 16:16:08.025098 > rval = self.protocol.dataReceived(data)
2012-02-12 16:16:08.025468 > File "/home/neptop/p2pool/p2pool/p2p.py", line 65, in new_dataReceived
2012-02-12 16:16:08.025849 > old_dataReceived(data)
2012-02-12 16:16:08.026218 > File "/home/neptop/p2pool/p2pool/util/datachunker.py", line 40, in _DataChunker
2012-02-12 16:16:08.026564 > wants = receiver.send(buf.get(wants))
2012-02-12 16:16:08.026901 > File "/home/neptop/p2pool/p2pool/bitcoin/p2p.py", line 64, in dataReceiver
2012-02-12 16:16:08.027286 > self.packetReceived(command, payload2)
2012-02-12 16:16:08.027616 > File "/home/neptop/p2pool/p2pool/p2p.py", line 78, in packetReceived
2012-02-12 16:16:08.028036 > bitcoin_p2p.BaseProtocol.packetReceived(self, command, payload2)
2012-02-12 16:16:08.028457 > File "/home/neptop/p2pool/p2pool/bitcoin/p2p.py", line 74, in packetReceived
2012-02-12 16:16:08.028955 > handler(**payload2)
2012-02-12 16:16:08.029299 > File "/home/neptop/p2pool/p2pool/p2p.py", line 210, in handle_shares
2012-02-12 16:16:08.029705 > self.node.handle_shares(res, self)
2012-02-12 16:16:08.030035 > File "/home/neptop/p2pool/p2pool/main.py", line 269, in handle_shares
2012-02-12 16:16:08.030412 > set_real_work2()
2012-02-12 16:16:08.030737 > File "/home/neptop/p2pool/p2pool/main.py", line 184, in set_real_work2
2012-02-12 16:16:08.031094 > best, desired = tracker.think(get_height_rel_highest, pre_current_work.value['previous_block'], pre_current_work.value['bits'])
2012-02-12 16:16:08.031445 > File "/home/neptop/p2pool/p2pool/data.py", line 289, in think
2012-02-12 16:16:08.031773 > if self.attempt_verify(share):
2012-02-12 16:16:08.032181 > File "/home/neptop/p2pool/p2pool/data.py", line 268, in attempt_verify
2012-02-12 16:16:08.032523 > share.check(self)
2012-02-12 16:16:08.032897 > File "/home/neptop/p2pool/p2pool/data.py", line 133, in check
2012-02-12 16:16:08.033224 > share_info, gentx = generate_transaction(tracker, self.share_info['share_data'], self.header['bits'].target, self.share_info['timestamp'], self.net)
2012-02-12 16:16:08.033666 > File "/home/neptop/p2pool/p2pool/data.py", line 209, in generate_transaction
2012-02-12 16:16:08.034008 > other_weights, other_total_weight, other_donation_weight = tracker.get_cumulative_weights(previous_share_hash, min(height, chain_length), 65535*max(0, max_att - this_att))
2012-02-12 16:16:08.034416 > File "/home/neptop/p2pool/p2pool/util/skiplist.py", line 55, in __call__
2012-02-12 16:16:08.034746 > updates[x] = updates[x][0], self.combine_deltas(updates[x][1], delta) if updates[x][1] is not None else delta
2012-02-12 16:16:08.035138 > File "/home/neptop/p2pool/p2pool/skiplists.py", line 13, in combine_deltas
2012-02-12 16:16:08.035469 > return share_count1 + share_count2, math.add_dicts(weights1, weights2), total_weight1 + total_weight2, total_donation_weight1 + total_donation_weight2
2012-02-12 16:16:08.035902 > File "/home/neptop/p2pool/p2pool/util/math.py", line 64, in add_dicts
2012-02-12 16:16:08.036240 > res[k] = res.get(k, 0) + v
2012-02-12 16:16:08.036595 > File "/home/neptop/p2pool/p2pool/main.py", line 887, in
2012-02-12 16:16:08.036934 > sys.stderr.write, 'Watchdog timer went off at:\n' + ''.join(traceback.format_stack())
2012-02-12 16:16:08.111189 P2Pool: 12263 shares in chain (3622 verified/12263 total) Peers: 1 (0 incoming)
Failure: twisted.internet.defer.TimeoutError: Getting http://127.0.0.1:8332/ took longer than 5 seconds.