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.
catch_up_rpc: abort
Opened /home/ubuntu/.bitcoin/blocks/blk00105.dat
Exception at 62110992
Failed to catch up {'blkfile_offset': 61209101, 'blkfile_number': 100105, 'chain_id': None, 'loader': None, 'dirname': '/home/ubuntu/.bitcoin', 'id': Decimal('1')}
Traceback (most recent call last):
File "Abe/DataStore.py", line 2639, in catch_up
store.catch_up_dir(dircfg)
File "Abe/DataStore.py", line 2897, in catch_up_dir
store.import_blkdat(dircfg, ds, blkfile['name'])
File "Abe/DataStore.py", line 3027, in import_blkdat
store.import_block(b, chain_ids = chain_ids)
File "Abe/DataStore.py", line 1741, in import_block
tx['tx_id'] = store.import_tx(tx, pos == 0)
File "Abe/DataStore.py", line 2195, in import_tx
pubkey_id = store.script_to_pubkey_id(txout['scriptPubKey'])
File "Abe/DataStore.py", line 2563, in script_to_pubkey_id
return store.pubkey_hash_to_id(match.group(1))
File "Abe/DataStore.py", line 2596, in pubkey_hash_to_id
return store._pubkey_id(pubkey_hash, None)
File "Abe/DataStore.py", line 2607, in _pubkey_id
WHERE pubkey_hash = ?""", (dbhash,))
File "Abe/DataStore.py", line 638, in selectrow
store.sql(stmt, params)
File "Abe/DataStore.py", line 510, in sql
store._execute(cached, params)
File "Abe/DataStore.py", line 487, in _execute
store.cursor.execute(stmt, params)
File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 174, in execute
self.errorhandler(self, exc, value)
File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler
raise errorclass, errorvalue
OperationalError: (2013, 'Lost connection to MySQL server during query')
Reconnecting after rollback error: (2006, 'MySQL server has gone away')
Reconnecting to database.
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/var/www/abe/Abe/abe.py", line 2248, in
sys.exit(main(sys.argv[1:]))
File "/var/www/abe/Abe/abe.py", line 2242, in main
store = make_store(args)
File "/var/www/abe/Abe/abe.py", line 157, in make_store
store.catch_up()
File "Abe/DataStore.py", line 2647, in catch_up
store.rollback()
File "Abe/DataStore.py", line 871, in rollback
store.reconnect()
File "Abe/DataStore.py", line 271, in reconnect
store.init_conn()
File "Abe/DataStore.py", line 213, in init_conn
store.conn = store.connect()
File "Abe/DataStore.py", line 224, in connect
conn = store._connect(cargs)
File "Abe/DataStore.py", line 256, in _connect
return store.module.connect(**cargs)
File "/usr/lib/python2.7/dist-packages/MySQLdb/__init__.py", line 81, in Connect
return Connection(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 187, in __init__
super(Connection, self).__init__(*args, **kwargs2)
_mysql_exceptions.OperationalError: (2002, "Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111)")
sudo find / -name '*.sock'
/run/mysqld/mysqld.sock
sudo ln -s /run/mysqld/mysqld.sock /var/run/mysqld/mysqld.sock
ln: failed to create symbolic link ‘/var/run/mysqld/mysqld.sock’: File exists