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@satoshidiamond ~]$ electrum-server
Traceback (most recent call last):
File "/home/bitcoin/bin/electrum-server", line 146, in
from backends.bitcoind import BlockchainProcessor
File "/home/bitcoin/src/electrum/server/backends/bitcoind/__init__.py", line 1, in
from blockchain_processor import BlockchainProcessor
File "/home/bitcoin/src/electrum/server/backends/bitcoind/blockchain_processor.py", line 4, in
import leveldb
ImportError: No module named leveldb
[bitcoin@satoshidiamond ~]$ electrum-server
Traceback (most recent call last):
File "/home/bitcoin/bin/electrum-server", line 146, in
from backends.bitcoind import BlockchainProcessor
File "/home/bitcoin/src/electrum/server/backends/bitcoind/__init__.py", line 1, in
from blockchain_processor import BlockchainProcessor
File "/home/bitcoin/src/electrum/server/backends/bitcoind/blockchain_processor.py", line 4, in
import leveldb
ImportError: No module named leveldb
block number: 184242
WARNING: missing tx_in for tx 3977349
WARNING: missing tx_out for tx 3977349
block number: 184243
WARNING: missing tx_in for tx 3977352
block number: 184244
WARNING: missing tx_in for tx 3977356
block number: 184245
WARNING: missing tx_in for tx 3977404
block number: 184246
WARNING: missing tx_in for tx 3977413
block number: 184247
WARNING: missing tx_in for tx 3977461
block number: 184248
[18/04/2013-16:42:33] Starting Electrum server on BlaBla
Traceback (most recent call last):
File "/home/bitcoin/src/electrum-server/backends/bitcoind/blockchain_processor.py", line 62, in __init__
hist = self.deserialize(self.db.Get('height'))
KeyError
[18/04/2013-16:42:34] initializing database
Exception in thread Thread-4:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 1082, in run
self.function(*self.args, **self.kwargs)
File "/home/bitcoin/src/electrum-server/backends/bitcoind/blockchain_processor.py", line 82, in
threading.Timer(0, lambda: self.catch_up(sync=False)).start()
File "/home/bitcoin/src/electrum-server/backends/bitcoind/blockchain_processor.py", line 783, in catch_up
next_block = self.bitcoind('getblock', [next_block_hash, 1])
File "/home/bitcoin/src/electrum-server/backends/bitcoind/blockchain_processor.py", line 105, in bitcoind
raise BaseException(r['error'])
BaseException: {u'message': u'getblock\nReturns details of a block with given block-hash.', u'code': -1}
apt-get install python make build-essential python-leveldb libboost-all-dev libdb++-dev libminiupnpc-dev python-setuptools python-openssl