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.
TypeError: Decimal('4294967295') is not JSON serializable- - [26/Jan/2013 20:15:37] "GET /rawtx/38b46ec5330c445d0e6451d305a08e0fd91a660510ba5aa3ed3c9b1f43356905 HTTP/1.1" 500 59
TypeError: Decimal('4294967295') is not JSON serializable- - [26/Jan/2013 20:15:37] "GET /rawtx/38b46ec5330c445d0e6451d305a08e0fd91a660510ba5aa3ed3c9b1f43356905 HTTP/1.1" 500 59
Traceback (most recent call last):
File "/usr/lib/python2.7/wsgiref/handlers.py", line 85, in run
self.result = application(self.environ, self.start_response)
File "abe.py", line 205, in __call__
handler(page)
File "abe.py", line 909, in handle_rawtx
abe.do_raw(page, abe.do_rawtx(page))
File "abe.py", line 921, in do_rawtx
return json.dumps(tx, sort_keys=True, indent=2)
File "/usr/lib/python2.7/json/__init__.py", line 238, in dumps
**kw).encode(obj)
File "/usr/lib/python2.7/json/encoder.py", line 203, in encode
chunks = list(chunks)
File "/usr/lib/python2.7/json/encoder.py", line 428, in _iterencode
for chunk in _iterencode_dict(o, _current_indent_level):
File "/usr/lib/python2.7/json/encoder.py", line 402, in _iterencode_dict
for chunk in chunks:
File "/usr/lib/python2.7/json/encoder.py", line 326, in _iterencode_list
for chunk in chunks:
File "/usr/lib/python2.7/json/encoder.py", line 402, in _iterencode_dict
for chunk in chunks:
File "/usr/lib/python2.7/json/encoder.py", line 436, in _iterencode
o = _default(o)
File "/usr/lib/python2.7/json/encoder.py", line 178, in default
raise TypeError(repr(o) + " is not JSON serializable")
TypeError: Decimal('4294967295') is not JSON serializable- - [26/Jan/2013 20:15:37] "GET /rawtx/38b46ec5330c445d0e6451d305a08e0fd91a660510ba5aa3ed3c9b1f43356905 HTTP/1.1" 500 59
mysql> select * from datadir;
+------------+------------------------+----------------+----------------+----------+
| datadir_id | dirname | blkfile_number | blkfile_offset | chain_id |
+------------+------------------------+----------------+----------------+----------+
| 1 | /home/bitcoin/.bitcoin | 1 | 699231568 | NULL |
+------------+------------------------+----------------+----------------+----------+
Traceback (most recent call last):
File "/usr/lib/python2.6/wsgiref/handlers.py", line 93, in run
self.result = application(self.environ, self.start_response)
File "/usr/local/lib/python2.6/dist-packages/Abe/abe.py", line 205, in __call__
handler(page)
File "/usr/local/lib/python2.6/dist-packages/Abe/abe.py", line 459, in handle_chain
ss = int(ss)
TypeError: int() argument must be a string or a number, not 'NoneType'
Traceback (most recent call last):
File "/usr/lib/python2.6/wsgiref/handlers.py", line 93, in run
self.result = application(self.environ, self.start_response)
File "/usr/local/lib/python2.6/dist-packages/Abe/abe.py", line 205, in __call__
handler(page)
File "/usr/local/lib/python2.6/dist-packages/Abe/abe.py", line 459, in handle_chain
ss = int(ss)
TypeError: int() argument must be a string or a number, not 'NoneType'
Traceback (most recent call last):
File "/usr/lib/python2.6/wsgiref/handlers.py", line 93, in run
self.result = application(self.environ, self.start_response)
File "/usr/local/lib/python2.6/dist-packages/Abe/abe.py", line 205, in __call__
handler(page)
File "/usr/local/lib/python2.6/dist-packages/Abe/abe.py", line 459, in handle_chain
ss = int(ss)
TypeError: int() argument must be a string or a number, not 'NoneType'
Traceback (most recent call last):
File "/usr/lib/python2.6/wsgiref/handlers.py", line 93, in run
self.result = application(self.environ, self.start_response)
File "/usr/local/lib/python2.6/dist-packages/Abe/abe.py", line 205, in __call__
handler(page)
File "/usr/local/lib/python2.6/dist-packages/Abe/abe.py", line 459, in handle_chain
ss = int(ss)
TypeError: int() argument must be a string or a number, not 'NoneType'
block_tx 1 308
commit
Failed to catch up {'blkfile_number': 1, 'dirname': '/home/REDACTED/.bitcoin', 'chain_id': None, 'id': 1L, 'blkfile_offset': 110603}
Traceback (most recent call last):
File "Abe/DataStore.py", line 2329, in catch_up
store.catch_up_dir(dircfg)
File "Abe/DataStore.py", line 2363, in catch_up_dir
store.import_blkdat(dircfg, ds)
File "Abe/DataStore.py", line 2485, in import_blkdat
store.import_block(b, chain_ids = chain_ids)
File "Abe/DataStore.py", line 1646, in import_block
store.find_prev(hashPrev))
File "Abe/DataStore.py", line 1600, in find_prev
store.binout_int(chain_work),
File "Abe/DataStore.py", line 429, in
store.binout_int = lambda x: int(binout_hex(x), 16)
TypeError: int() can't convert non-string with explicit base