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.
[bitcoind]
bitcoind_host = localhost
bitcoind_port = 8332
# user and password from bitcoin.conf (not needed for localhost)
bitcoind_user =
bitcoind_password =
[bitcoind]
bitcoind_host = localhost
bitcoind_port = 8332
# user and password from bitcoin.conf (not needed for localhost)
bitcoind_user = bitcoin
bitcoind_password = pass
root@serv:~# electrum-server start
Starting server as daemon
root@serv:~# electrum-server status
Server not running
root@serv:~# cat /var/log/electrum.log
Starting Electrum server on localhost
db init
Traceback (most recent call last):
File "build/bdist.linux-x86_64/egg/electrumserver/storage.py", line 205, in __init__
self.db_utxo = DB(self.dbpath, 'utxo', config.getint('leveldb', 'utxo_cache'))
File "build/bdist.linux-x86_64/egg/electrumserver/storage.py", line 154, in __init__
self.db = plyvel.DB(os.path.join(path, name), create_if_missing=True, compression=None, lru_cache_size=cache_size)
File "_plyvel.pyx", line 236, in plyvel._plyvel.DB.__init__ (plyvel/_plyvel.cpp:3129)
File "_plyvel.pyx", line 80, in plyvel._plyvel.raise_for_status (plyvel/_plyvel.cpp:1698)
IOError: IO error: lock /var/electrum-server/utxo/LOCK: Resource temporarily unavailable
Stopping Stratum
Initializing database
Traceback (most recent call last):
File "/usr/local/bin/run_electrum_server.py", line 4, in
__import__('pkg_resources').run_script('electrum-server==1.0', 'run_electrum_server.py')
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 534, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1445, in run_script
exec(script_code, namespace, namespace)
File "/usr/local/lib/python2.7/dist-packages/electrum_server-1.0-py2.7.egg/EGG-INFO/scripts/run_electrum_server.py", line 307, in
File "/usr/local/lib/python2.7/dist-packages/electrum_server-1.0-py2.7.egg/EGG-INFO/scripts/run_electrum_server.py", line 254, in start_server
File "build/bdist.linux-x86_64/egg/electrumserver/blockchain_processor.py", line 80, in __init__
File "build/bdist.linux-x86_64/egg/electrumserver/storage.py", line 220, in __init__
File "build/bdist.linux-x86_64/egg/electrumserver/storage.py", line 355, in put_node
AttributeError: 'Storage' object has no attribute 'db_utxo'
cannot reach bitcoind...
cannot reach bitcoind...
cannot reach bitcoind...
cannot reach bitcoind...
cannot reach bitcoind...
cannot reach bitcoind...
[bitcoind]
bitcoind_host = localhost
bitcoind_port = 8332
# user and password from bitcoin.conf (not needed for localhost)
# bitcoind_user =
# bitcoind_password =
ConfigParser.NoOptionError: No option 'bitcoind_user' in section: 'bitcoind'
[bitcoind]
bitcoind_host = localhost
bitcoind_port = 8332
# user and password from bitcoin.conf (not needed for localhost)
# bitcoind_user =
# bitcoind_password =
ConfigParser.NoOptionError: No option 'bitcoind_user' in section: 'bitcoind'