Fix reorg issues
[electrum-server.git] / electrum.conf.sample
1 [server]
2 host = localhost
3 #report_host = 
4 stratum_tcp_port = 40001
5 stratum_http_port = 7081
6 #stratum_tcp_ssl_port = 40002
7 #stratum_http_ssl_port = 7082
8 #report_stratum_tcp_port = 40001
9 #report_stratum_http_port = 80
10 #report_stratum_tcp_ssl_port = 40002
11 #report_stratum_http_ssl_port = 443
12 password = secret
13 banner = Welcome to Electrum!
14 #irc = no
15 #irc_nick = <yournickname>
16 #ssl_certfile = /path/to/electrum-server.crt
17 #ssl_keyfile = /path/to/electrum-server.key
18
19 # default backend is leveldb (pruning server)
20 backend = leveldb
21
22 [leveldb]
23 #path = /path/to/your/database
24 #fulltree is the new UTXO tree, required for Electrum 2.0 clients
25 path_fulltree = /path/to/your/database
26 # for each address, history will be pruned if it is longer than this limit
27 pruning_limit = 100
28
29 [bitcoind]
30 host = localhost
31 port = 8344
32 # user and password from novacoin.conf
33 user = user
34 password = password