From: Ovidiu Constantin Date: Sat, 31 Mar 2012 12:57:21 +0000 (+0300) Subject: Fix keys in the sample config file. X-Git-Url: https://git.novaco.in/?p=electrum-server.git;a=commitdiff_plain;h=0c017e18235caeb9a6303ef4221eba69db87b6b9 Fix keys in the sample config file. --- diff --git a/electrum.conf.sample b/electrum.conf.sample index f56f155..941f362 100644 --- a/electrum.conf.sample +++ b/electrum.conf.sample @@ -1,10 +1,12 @@ [server] host = localhost -port = 50000 +native_port = 50000 +stratum_tcp_port = 50001 +stratum_http_port = 8081 password = secret banner = Welcome to Electrum! irc = yes -ircname = public Electrum server +irc_nick = MyNick cache = no [database]