spesmilo / electrum-server

Electrum server
MIT License
301 stars 388 forks source link

Server seems to be unable to open sockets #119

Closed bauerj closed 9 years ago

bauerj commented 9 years ago

I get a lot of messages like

cannot start TCP session[Errno 2] No such file or directory ('123.123.123.123', 59817)

and it seems to be impossible to connect to the server. What's the issue here? The server seems to join IRC just fine.

This is my config:

[server]
# username for running the daemon
username = electrum
# hostname. set it to a FQDN in order to be reached from outside
host = 192.198.88.125
# ports
electrum_rpc_port = 8000
stratum_tcp_port = 50001
stratum_tcp_ssl_port = 50002
report_host = electrum.bauerj.eu
#report_stratum_tcp_port = 50001
#report_stratum_tcp_ssl_port = 50002
banner = Welcome to Electrum!
banner_file = /etc/electrum.banner
irc = yes
irc_nick = bauerj
ssl_certfile = /home/electrum/electrum-server.crt
ssl_keyfile = /home/electrum/electrum-server.key
logfile = /var/log/electrum.log
donation_address = 1bauerT1GbQBYCkiC2swk48ckhjAdJca5

[leveldb]
# path to your database
path = /home/electrum/levels
# for each address, history will be pruned if it is longer than this limit
pruning_limit = 10000

[bitcoind]
bitcoind_host = localhost
bitcoind_port = 8332
# user and password from bitcoin.conf
bitcoind_user = bitcoinrpc
bitcoind_password = ...

Running the latest version of electrum-server.

bauerj commented 9 years ago

Nvm, that happens when you give the wrong path to the cert and key