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.
$ bitcoin-cli getinfo
{
"version": 130200,
"protocolversion": 70015,
"blocks": 1092963,
"timeoffset": 0,
"connections": 8,
"proxy": "",
"difficulty": 2528103.236677098,
"testnet": true,
"paytxfee": 0.00000000,
"relayfee": 0.00001000,
"errors": "Warning: unknown new rules activated (versionbit 28)"
}
config.set('network', 'type', 'bitcoin_test')
ERROR: cannot parse 45c50927f9580e5f82b0ad0986df5889d338fc84836f32cf5c67596c9550a721
.......
ERROR: cannot parse ee15a82586f5b02983f33b230e307c342e0c0f405e0da48eef64ea286ff10824
Exception in thread Thread-4:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "build/bdist.linux-x86_64/egg/electrumserver/blockchain_processor.py", line 106, in do_catch_up
self.catch_up(sync=False)
File "build/bdist.linux-x86_64/egg/electrumserver/blockchain_processor.py", line 679, in catch_up
n = self.import_block(next_block, next_block_hash, self.storage.height+1)
File "build/bdist.linux-x86_64/egg/electrumserver/blockchain_processor.py", line 424, in import_block
undo = self.storage.import_transaction(txid, tx, block_height, touched_addr)
File "build/bdist.linux-x86_64/egg/electrumserver/storage.py", line 666, in import_transaction
self.add_to_history(addr, txid, x.get('index'), x.get('value'), block_height)
File "build/bdist.linux-x86_64/egg/electrumserver/storage.py", line 584, in add_to_history
self.add_key(key + txo, value, tx_height)
File "build/bdist.linux-x86_64/egg/electrumserver/storage.py", line 414, in add_key
s = (int_to_hex8(value) + int_to_hex4(height)).decode('hex')
File "build/bdist.linux-x86_64/egg/electrumserver/utils.py", line 85, in int_to_hex8
return int_to_bytes8(i).encode('hex')
error: integer out of range for 'Q' format code