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.
Python 2.7.3: /usr/bin/python
Tue Jul 2 06:55:47 2013
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/usr/lib/pymodules/python2.7/flup/server/fcgi_base.py in run(self=)
556 """Runs the handler, flushes the streams, and ends the request."""
557 try:
=> 558 protocolStatus, appStatus = self.server.handler(self)
559 except:
560 traceback.print_exc(file=self.stderr)
protocolStatus undefined, appStatus undefined, self =, self.server = , self.server.handler = >
/usr/lib/pymodules/python2.7/flup/server/fcgi_base.py in handler(self=, req= )
1116 try:
1117 try:
=> 1118 result = self.application(environ, start_response)
1119 try:
1120 for data in result:
result = None, self =, self.application = <__main__.Abe instance>, environ = {'DOCUMENT_ROOT': '/etc/apache2/htdocs', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-gb,en-us;q=0.7,en;q=0.3', 'HTTP_CONNECTION': 'close', 'HTTP_DNT': '1', 'HTTP_HOST': 'blockexplorer.coinworld.us', 'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0', 'PATH': '/usr/local/bin:/usr/bin:/bin', ...}, start_response =
/usr/local/lib/python2.7/dist-packages/Abe/abe.py in __call__(abe=<__main__.Abe instance>, env={'DOCUMENT_ROOT': '/etc/apache2/htdocs', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-gb,en-us;q=0.7,en;q=0.3', 'HTTP_CONNECTION': 'close', 'HTTP_DNT': '1', 'HTTP_HOST': 'blockexplorer.coinworld.us', 'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0', 'PATH': '/usr/local/bin:/usr/bin:/bin', ...}, start_response=)
271 return ''
272 except:
=> 273 abe.store.rollback()
274 raise
275
abe = <__main__.Abe instance>, abe.store =, abe.store.rollback = >
/usr/local/lib/python2.7/dist-packages/Abe/DataStore.py in rollback(store=)
862 store.sqllog.info("ROLLBACK")
863 try:
=> 864 store.conn.rollback()
865 store.in_transaction = False
866 except store.module.OperationalError, e:
store =, store.conn = , store.conn.rollback = : SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140633392367360 and this is thread id 140633321785088
args = ('SQLite objects created in a thread can only be u...33392367360 and this is thread id 140633321785088',)
message = 'SQLite objects created in a thread can only be u...33392367360 and this is thread id 140633321785088'