adding report_ config fields for different host and port settings on IRC for NAT...
[electrum-server.git] / electrum.conf.sample
index 83f8aea..d7f1199 100644 (file)
@@ -1,9 +1,32 @@
 [server]
-host = 127.0.0.1
-port = 50000
+host = localhost
+#report_host = 
+stratum_tcp_port = 50001
+stratum_http_port = 8081
+#report_stratum_tcp_port = 50001
+#report_stratum_http_port = 80
 password = secret
 banner = Welcome to Electrum!
+irc = yes
+cache = no
 
 [database]
-type = sqlite3
-database = electrum.sqlite
+type = MySQLdb
+database = electrum
+username = electrum
+password = secret
+#
+# [database]
+# type = psycopg2
+# database = electrum
+#
+# [database]
+# type = sqlite3
+# database = electrum.sqlite
+
+[bitcoind]
+host = localhost
+port = 8332
+# user and password from bitcoin.conf
+user = user
+password = password