forked from spesmilo/electrum-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelectrum.conf.sample
More file actions
49 lines (43 loc) · 993 Bytes
/
electrum.conf.sample
File metadata and controls
49 lines (43 loc) · 993 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[server]
host = localhost
#report_host =
stratum_tcp_port = 50001
stratum_http_port = 8081
#stratum_tcp_ssl_port = 50002
#stratum_http_ssl_port = 8082
#report_stratum_tcp_port = 50001
#report_stratum_http_port = 80
#report_stratum_tcp_ssl_port = 50002
#report_stratum_http_ssl_port = 443
password = secret
banner = Welcome to Electrum!
irc = yes
#irc_nick = <yournickname>
#ssl_certfile = /path/to/electrum-server.crt
#ssl_keyfile = /path/to/electrum-server.key
#default backend is abe
#backend = leveldb
#for abe only, number of requests per single hash
#limit = 1000
[database]
type = MySQLdb
database = electrum
username = electrum
password = secret
# [database]
# type = psycopg2
# database = electrum
#
# [database]
# type = sqlite3
# database = electrum.sqlite
# comment database section above
# if you use backend = leveldb
# [leveldb]
# path = /path/to/your/database
[bitcoind]
host = localhost
port = 8332
# user and password from bitcoin.conf
user = user
password = password