/usr/local/lib/python2.7/dist-packages/Abe/DataStore.py:484: Warning: Truncated incorrect INTEGER value: '1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
store.cursor.execute(stmt, params)
Everything still works just fine, though. Thanks again!
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.
/usr/local/lib/python2.7/dist-packages/Abe/DataStore.py:484: Warning: Truncated incorrect INTEGER value: '1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
store.cursor.execute(stmt, params)
> python -m Abe.abe --upgrade --dbtype=sqlite3 --connect-args=abe.sqlite --port 2750 --datadir=../
no chain_id
...
OverflowError: long too big to convert
python -m Abe.abe --upgrade --dbtype=sqlite3 --connect-args=abe.sqlite --port 2750 --datadir=../ --int-type=str
> python -m Abe.abe --upgrade --dbtype=sqlite3 --connect-args=abe.sqlite --port 2750 --datadir=../
no chain_id
catch_up_rpc: abort
Opened ../blocks/blk00000.dat
...
...
block_tx 2260 2290
commit
Exception at 521845
Failed to catch up {'blkfile_offset': 521621, 'blkfile_number': 100000, 'chain_id': None, 'loader': None, 'dirname': '../', 'id': 3}
Traceback (most recent call last):
File "Abe/DataStore.py", line 2596, in catch_up
store.catch_up_dir(dircfg)
File "Abe/DataStore.py", line 2850, in catch_up_dir
store.import_blkdat(dircfg, ds, blkfile['name'])
File "Abe/DataStore.py", line 2958, in import_blkdat
store.import_block(b, chain_ids = chain_ids)
File "Abe/DataStore.py", line 1811, in import_block
len(b['transactions']), b['search_block_id']))
File "Abe/DataStore.py", line 507, in sql
store._execute(cached, params)
File "Abe/DataStore.py", line 484, in _execute
store.cursor.execute(stmt, params)
OverflowError: long too big to convert
$ python -m Abe.abe --config abe.conf
no chain_id
$ sqlite3 abe.sqlite
sqlite> UPDATE datadir SET chain_id = 1 WHERE dirname='/home/user/.bitcoin';
sqlite> .quit
$ python -m Abe.abe --config abe.conf
ddl_implicit_commit=true
create_table_epilogue=''
max_varchar=4294967295
clob_type=CLOB
binary_type=buffer
int_type=str
Created silly table abe_dual
sequence_type=update
limit_style=native
commit
Failed to catch up {'blkfile_offset': 0, 'blkfile_number': 1, 'chain_id': 1, 'loader': u'rpc', 'dirname': u'/home/user/.bitcoin', 'id': 1}
Traceback (most recent call last):
File "Abe/DataStore.py", line 2551, in catch_up
if not store.catch_up_rpc(dircfg):
File "Abe/DataStore.py", line 2716, in catch_up_rpc
format = "binary")
File "Abe/DataStore.py", line 2254, in export_tx
'prevout_hash': store.hashout(prevout_hash),
File "Abe/DataStore.py", line 319, in rev
return x[::-1]
TypeError: 'NoneType' object has no attribute '__getitem__'
Abe initialized.
Listening on http://192.168.1.2:2750
$ python -m Abe.abe --config abe.conf
no chain_id
Failed to catch up {'blkfile_offset': 77633101, 'blkfile_number': 100060, 'chain_id': None, 'loader': None, 'dirname': u'/home/user/.bitcoin', 'id': 1}
Traceback (most recent call last):
File "Abe/DataStore.py", line 2553, in catch_up
raise Exception("RPC load failed")
Exception: RPC load failed
Abe initialized.
Listening on http://192.168.1.2:2750
$ python -m Abe.abe --config abe.conf
ddl_implicit_commit=true
create_table_epilogue=''
max_varchar=4294967295
clob_type=CLOB
binary_type=buffer
int_type=str
Created silly table abe_dual
sequence_type=update
limit_style=native
commit
Failed to catch up {'blkfile_offset': 0, 'blkfile_number': 1, 'chain_id': 1, 'loader': u'rpc', 'dirname': u'/home/user/.bitcoin', 'id': 1}
Traceback (most recent call last):
File "Abe/DataStore.py", line 2551, in catch_up
if not store.catch_up_rpc(dircfg):
File "Abe/DataStore.py", line 2716, in catch_up_rpc
format = "binary")
File "Abe/DataStore.py", line 2254, in export_tx
'prevout_hash': store.hashout(prevout_hash),
File "Abe/DataStore.py", line 319, in rev
return x[::-1]
TypeError: 'NoneType' object has no attribute '__getitem__'
Abe initialized.
Listening on http://192.168.1.2:2750
[2013-05-14 10:42:53] >> File "Abe/DataStore.py", line 481, in sql
[2013-05-14 10:42:53] >> store.cursor.execute(cached, params)
[2013-05-14 10:42:53] >> InternalError: invalid page header in block 61022 of relation base/17556/17801
[2013-05-14 10:42:53] >> Opened /opt/litecoin/.litecoin/blk0001.dat
[2013-05-14 10:42:53] >> Exception at 1034257218
[2013-05-14 10:42:53] >> Failed to catch up {'blkfile_offset': 1034252127, 'blkfile_number': 1, 'chain_id': 8, 'loader': None, 'dirname': '/opt/litecoin/.litecoin', 'id': Decimal('1')}
[2013-05-14 10:42:53] >> Traceback (most recent call last):
[2013-05-14 10:42:53] >> File "Abe/DataStore.py", line 2549, in catch_up
[2013-05-14 10:42:53] >> store.catch_up_dir(dircfg)
[2013-05-14 10:42:53] >> File "Abe/DataStore.py", line 2809, in catch_up_dir
[2013-05-14 10:42:53] >> store.import_blkdat(dircfg, ds, blkfile['name'])
[2013-05-14 10:42:53] >> File "Abe/DataStore.py", line 2917, in import_blkdat
[2013-05-14 10:42:53] >> store.import_block(b, chain_ids = chain_ids)
[2013-05-14 10:42:53] >> File "Abe/DataStore.py", line 1692, in import_block
[2013-05-14 10:42:53] >> tx['tx_id'] = store.import_tx(tx, pos == 0)
[2013-05-14 10:42:53] >> File "Abe/DataStore.py", line 2146, in import_tx
[2013-05-14 10:42:53] >> txin['prevout_hash'], txin['prevout_n'])
[2013-05-14 10:42:53] >> File "Abe/DataStore.py", line 2470, in lookup_txout
[2013-05-14 10:42:53] >> (store.hashin(tx_hash), txout_pos))
[2013-05-14 10:42:53] >> File "Abe/DataStore.py", line 605, in selectrow
[2013-05-14 10:42:53] >> store.sql(stmt, params)
[2013-05-14 10:42:53] >> File "Abe/DataStore.py", line 481, in sql
[2013-05-14 10:42:53] >> store.cursor.execute(cached, params)
[2013-05-14 10:42:53] >> InternalError: invalid page header in block 61022 of relation base/17556/17801