i think the bitcoind goes well,but the electrum server goes something wrong,
and i install it with nothing problem ,but when i start it ,it shows some probles.
bitcoin@:~/electrum-server$ ./run_electrum_server.py
[06/03/2019-00:18:29] Starting Electrum server on *****
[06/03/2019-00:18:29] Database version 3.
[06/03/2019-00:18:29] Pruning limit for spent outputs is 100.
[06/03/2019-00:18:29] Reorg limit is 100 blocks.
[06/03/2019-00:18:29] Blockchain height 8
[06/03/2019-00:18:29] UTXO tree root hash: 5fc1481b939*****5d5e80c1748322d1
[06/03/2019-00:18:29] Coins in database: 40000000000
[06/03/2019-00:18:29] catching up missing headers: 0 8
Traceback (most recent call last):
File "./run_electrum_server.py", line 307, in
start_server(config)
File "./run_electrum_server.py", line 254, in start_server
chain_proc = BlockchainProcessor(config, shared)
File "/home/bitcoin/electrum-server/src/blockchain_processor.py", line 92, in __init__
self.init_headers(self.storage.height)
File "/home/bitcoin/electrum-server/src/blockchain_processor.py", line 212, in init_headers
header = self.get_header(height)
File "/home/bitcoin/electrum-server/src/blockchain_processor.py", line 188, in get_header
block_hash = self.bitcoind('getblockhash', (height,))
File "/home/bitcoin/electrum-server/src/blockchain_processor.py", line 171, in bitcoind
raise BaseException(r['error'])
BaseException: {u'message': u'Block height out of range', u'code': -8}
bitcoin@:~/src/bitcoin-0.15.2/src$ ./bitcoin-cli getblockchaininfo
{
"chain": "main",
"blocks": 0,
"headers": 404327,
"bestblockhash": "000000000019d6689****1e934ff763ae46a2a6c172******",
"difficulty": 1,
"mediantime": 1231006505,
"verificationprogress": 2.506862242713261e-09,
"chainwork": "000000000000000000000*****0000000000000000000000000100010001",
"pruned": false,
"softforks": [
{
"id": "bip34",
"version": 2,
"reject": {
"status": false
}
},
{
"id": "bip66",
"version": 3,
"reject": {
"status": false
}
},
{
"id": "bip65",
"version": 4,
"reject": {
"status": false
}
}
],
"bip9_softforks": {
"csv": {
"status": "defined",
"startTime": 1462060800,
"timeout": 1493596800,
"since": 0
},
"segwit": {
"status": "defined",
"startTime": 1479168000,
"timeout": 1510704000,
"since": 0
}
}
}