65c58fc196f987c5ec044bb2e617a4ece18ebdf3
[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 = yes
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
28 # ABE configuration for full servers
29
30 # number of requests per single hash
31 # limit = 1000
32
33 # [database]
34 # type = MySQLdb
35 # database = electrum
36 # username = electrum
37 # password = secret
38
39 # [database]
40 # type = psycopg2
41 # database = electrum
42 #
43 # [database]
44 # type = sqlite3
45 # database = electrum.sqlite
46
47
48 [bitcoind]
49 host = localhost
50 port = 8332
51 # user and password from bitcoin.conf
52 user = user
53 password = password