fix error message in get_address
[electrum-server.git] / electrum.conf.sample
1 [server]
2 host = localhost
3 #report_host = 
4 stratum_tcp_port = 50001
5 stratum_http_port = 8081
6 #stratum_tcp_ssl_port = 50002
7 #stratum_http_ssl_port = 8082
8 #report_stratum_tcp_port = 50001
9 #report_stratum_http_port = 80
10 #report_stratum_tcp_ssl_port = 50002
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 # for each address, history will be pruned if it is longer than this limit
25 pruning_limit = 100
26
27 [bitcoind]
28 host = localhost
29 port = 8332
30 # user and password from bitcoin.conf
31 user = user
32 password = password