I have installed electrum server according to the guide at
https://github.com/spesmilo/electrum-server/blob/master/HOWTO.mdI downloaded electrum-fulltree-10000-2015-12-29.tar.gz and checked the md5sum.
bitcoind is running.
When I start electrum server I get the following
[30/12/2015-15:06:38] Starting Electrum server on localhost
[30/12/2015-15:06:41] Database version 3.
[30/12/2015-15:06:41] Pruning limit for spent outputs is 10000.
[30/12/2015-15:06:41] Blockchain height 390710
[30/12/2015-15:06:41] UTXO tree root hash: b4c35e623ac12d85a92062fe39dd4a10dc9c0c0d160164828c2891450a3a73da
[30/12/2015-15:06:41] Coins in database: 1501495740711105
[30/12/2015-15:06:41] TCP server started on [::1]:50001
[30/12/2015-15:06:41] block 390711 (1 0.24s) ae52a703a35f1c5b32060998d4b8b2c5eabec0bf3543b9ecc327e8e074b035dd (4.14tx/s, 0.24s/block) (eta 1min, 254 blocks)
But it will not continue.
If I execute any ohter electrum-server command (e.g. stop, status, getinfo) then electrum will use 100% CPU but will be stuck.
The only way to stop it is to kill the process.
If I start it again I see the following in the log
[30/12/2015-15:40:11] Starting Electrum server on localhost
[30/12/2015-15:40:11] Database version 3.
[30/12/2015-15:40:11] Pruning limit for spent outputs is 10000.
[30/12/2015-15:40:11] Blockchain height 390711
[30/12/2015-15:40:11] UTXO tree root hash: ae52a703a35f1c5b32060998d4b8b2c5eabec0bf3543b9ecc327e8e074b035dd
[30/12/2015-15:40:11] Coins in database: 1501498240711105
[30/12/2015-15:40:11] catching up missing headers: 390710 390711
[30/12/2015-15:40:12] TCP server started on [::1]:50001
Any ideas?
Thanks.