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