Post
Topic
Board Electrum
Re: Electrum server discussion thread
by
santzi
on 05/08/2015, 15:10:42 UTC
Hi,

I have just finished Electrum LTC server up and running, but I have" small" issue left.

All working fine when I connected to Electrum client from localhost.
But I like to get work also as public server.

The problem is that, TCP and SSL sockets could not open...I don't know why.

[05/08/2015-15:36:26] Blockchain height 828417
[05/08/2015-15:36:26] UTXO tree root hash: dd4cdb5b61e1d92b50b745b3d758b62c98bb2fc9b28925033cb6c8c0667aa8ca
[05/08/2015-15:36:26] Coins in database: 4141945190326061
[05/08/2015-15:36:26] could not open TCP socket on zz.xx.cc.vv:50001
[05/08/2015-15:36:26] could not open SSL socket on zz.xx.cc.vv.:50002
[05/08/2015-15:36:26] Blockchain is up to date.
[05/08/2015-15:36:26] Memory pool initialized.
[05/08/2015-15:36:26] blockchain: 828418 (0.005s)
[05/08/2015-15:36:26] litecoind is responding
[05/08/2015-15:36:27] joining IRC

IRC connect is OK.
"electrum-ltc-server peers" -command prints my nick name correctly.
Port forwarding has done to these two ports (50001 and 50002) and iptables should be ok. Also ports 50001 and 50002 are open.

Could someone help me with this issue?

Thank you!

Problem solved.
Configuration problem on /etc/electrum-ltc.conf -file.

Should be:
"host = 192.168.1.33"
not FQDN address.