add bitcoind section
[electrum-server.git] / electrum.conf.sample
index 6aebfc3..5c2dae5 100644 (file)
@@ -4,6 +4,7 @@ port = 50000
 password = secret
 banner = Welcome to Electrum!
 irc = yes
+ircname = public Electrum server
 
 [database]
 type = sqlite3
@@ -16,3 +17,10 @@ database = electrum.sqlite
 
 # type = psycopg2
 # database = electrum
+
+[bitcoind]
+host = localhost
+port = 8332
+# user and password from bitcoin.conf
+user = user 
+password = password