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.
Testing bitcoind RPC connection to 'http://127.0.0.1:5555/' with username 'user'...
2013-12-30 00:24:16.668394 > Error getting work from bitcoind:
2013-12-30 00:24:16.668474 > Traceback (most recent call last):
2013-12-30 00:24:16.668509 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
2013-12-30 00:24:16.668538 > current.result = callback(current.result, *args, **kw)
2013-12-30 00:24:16.668566 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
2013-12-30 00:24:16.668598 > _inlineCallbacks(r, g, deferred)
2013-12-30 00:24:16.668626 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-12-30 00:24:16.668675 > result = result.throwExceptionIntoGenerator(g)
2013-12-30 00:24:16.668704 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-12-30 00:24:16.668732 > return g.throw(self.type, self.value, self.tb)
2013-12-30 00:24:16.668759 > ------
2013-12-30 00:24:16.668785 > File "/home/x/p2pool-eac/p2pool/util/deferral.py", line 41, in f
2013-12-30 00:24:16.668812 > result = yield func(*args, **kwargs)
2013-12-30 00:24:16.668838 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1039, in _inlineCallbacks
2013-12-30 00:24:16.668866 > result = g.send(result)
2013-12-30 00:24:16.668892 > File "/home/x/p2pool-eac/p2pool/bitcoin/helper.py", line 49, in getwork
2013-12-30 00:24:16.668919 > transactions=map(bitcoin_data.tx_type.unpack, packed_transactions),
2013-12-30 00:24:16.668945 > File "/home/x/p2pool-eac/p2pool/util/pack.py", line 63, in unpack
2013-12-30 00:24:16.668972 > obj = self._unpack(data, ignore_trailing)
2013-12-30 00:24:16.668998 > File "/home/x/p2pool-eac/p2pool/util/pack.py", line 47, in _unpack
2013-12-30 00:24:16.669024 > raise LateEnd()
2013-12-30 00:24:16.669050 > p2pool.util.pack.LateEnd:
def _unpack(self, data, ignore_trailing=False):
obj, (data2, pos) = self.read((data, 0))
assert data2 is data
if pos != len(data) and not ignore_trailing:
raise LateEnd()
return obj
def unpack(self, data, ignore_trailing=False):
obj = self._unpack(data, ignore_trailing)
if p2pool.DEBUG:
packed = self._pack(obj)
good = data.startswith(packed) if ignore_trailing else data == packed
if not good:
raise AssertionError()
return obj
earthcoin=math.Object(
PARENT=networks.nets['earthcoin'],
SHARE_PERIOD=10, # seconds
CHAIN_LENGTH=3*60*60//5, # shares
REAL_CHAIN_LENGTH=3*60*60//5, # shares
TARGET_LOOKBEHIND=120, # shares
SPREAD=30, # blocks
IDENTIFIER='e137d5b8c6923410'.decode('hex'),
PREFIX='7218c1a53ef629b0'.decode('hex'),
P2P_PORT=9338,
MIN_TARGET=0,
MAX_TARGET=2**256//2**20 - 1,
PERSIST=False,
WORKER_PORT=19330,
BOOTSTRAP_ADDRS=''.split(' '),
ANNOUNCE_CHANNEL='#spool',
VERSION_CHECK=lambda v: True,
),
earthcoin=math.Object(
P2P_PREFIX='c0dbf1fd'.decode('hex'),
P2P_PORT=15677,
ADDRESS_VERSION=93,
RPC_PORT=15678,
RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
'earthcoinaddress' in (yield bitcoind.rpc_help()) and
not (yield bitcoind.rpc_getinfo())['testnet']
)),
SUBSIDY_FUNC=lambda height: 10000*100000000 >> (height + 1)//525600,
POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data)),
BLOCK_PERIOD=60, # s
SYMBOL='EAC',
CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'earthcoin') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/earthcoin/') if platform.system() == 'Darwin' else os.path.expanduser('~/.earthcoin'), 'earthcoin.conf'),
BLOCK_EXPLORER_URL_PREFIX='http://earthchain.info/block/',
ADDRESS_EXPLORER_URL_PREFIX='http://earthchain.info/address/',
TX_EXPLORER_URL_PREFIX='http://earthchain.info/tx/',
SANE_TARGET_RANGE=(2**256//1000000000 - 1, 2**256//1000 - 1),
DUMB_SCRYPT_DIFF=2**16,
DUST_THRESHOLD=1e8,
),
IDENTIFIER='e037d5b8c6923410'.decode('hex')
IDENTIFIER='e037d5b8c6923415'.decode('hex')
Error getting work from bitcoind:
2013-12-26 23:31:26.253079 > Traceback (most recent call last):
2013-12-26 23:31:26.253110 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
2013-12-26 23:31:26.253156 > current.result = callback(current.result, *args, **kw):
Error getting work from bitcoind:
2013-12-26 23:31:26.253079 > Traceback (most recent call last):
2013-12-26 23:31:26.253110 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
2013-12-26 23:31:26.253156 > current.result = callback(current.result, *args, **kw)
2013-12-26 23:31:26.253189 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
2013-12-26 23:31:26.253219 > _inlineCallbacks(r, g, deferred)
2013-12-26 23:31:26.253248 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-12-26 23:31:26.253280 > result = result.throwExceptionIntoGenerator(g)
2013-12-26 23:31:26.253321 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-12-26 23:31:26.253352 > return g.throw(self.type, self.value, self.tb)
2013-12-26 23:31:26.253378 > ------
2013-12-26 23:31:26.253404 > File "/home/squiggie/p2pool-eac/p2pool/util/deferral.py", line 41, in f
2013-12-26 23:31:26.253430 > result = yield func(*args, **kwargs)
2013-12-26 23:31:26.253456 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1039, in _inlineCallbacks
2013-12-26 23:31:26.253483 > result = g.send(result)
2013-12-26 23:31:26.253509 > File "/home/squiggie/p2pool-eac/p2pool/bitcoin/helper.py", line 49, in getwork
2013-12-26 23:31:26.253536 > transactions=map(bitcoin_data.tx_type.unpack, packed_transactions),
2013-12-26 23:31:26.253562 > File "/home/squiggie/p2pool-eac/p2pool/util/pack.py", line 63, in unpack
2013-12-26 23:31:26.253593 > obj = self._unpack(data, ignore_trailing)
2013-12-26 23:31:26.253620 > File "/home/squiggie/p2pool-eac/p2pool/util/pack.py", line 47, in _unpack
2013-12-26 23:31:26.253652 > raise LateEnd()
2013-12-26 23:31:26.253680 > p2pool.util.pack.LateEnd:
casinocoin=math.Object(
PARENT=networks.nets['casinocoin'],
SHARE_PERIOD=5, # seconds target spacing
CHAIN_LENGTH=3*60*60//5, # shares
REAL_CHAIN_LENGTH=3*60*60//5, # shares
TARGET_LOOKBEHIND=60,
SPREAD=60, # blocks
IDENTIFIER='7696C5EF0B281C2F'.decode('hex'),
PREFIX='4C2E2CD651764B9F'.decode('hex'),
P2P_PORT=23640,
MIN_TARGET=0,
MAX_TARGET=2**256//2**20 - 1,
PERSIST=False,
WORKER_PORT=8840,
BOOTSTRAP_ADDRS='csc.xpool.net bigiron.homelinux.com'.split(' '),
ANNOUNCE_CHANNEL='#p2pool-alt',
VERSION_CHECK=lambda v: True,
),