However I'm encountered an error when I launch the command "electrum-server" on putty:
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
How can I fix this?
Just try to install leveldb module with commands "yum install python-leveldb" and "yum install py-leveldb" but always with the same error, like this: "No package python-leveldb available, nothing to do."
Any suggest will be much appreciate.
Thank you!