forked from spesmilo/electrum-server
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathelectrum-drk.conf.sample
35 lines (33 loc) · 918 Bytes
/
electrum-drk.conf.sample
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
[server]
# username for running the daemon
username =
# hostname. set it to a FQDN in order to be reached from outside
host = localhost
# ports
electrum_rpc_port = 8010
stratum_tcp_port = 50001
#stratum_tcp_ssl_port = 50002
#report_host =
#report_stratum_tcp_port = 50001
#report_stratum_tcp_ssl_port = 50002
password = secret
banner = Welcome to Electrum-DRK!
banner_file = /etc/electrum-drk.banner
#irc = no
#irc_nick = <yournickname>
#ssl_certfile = /path/to/electrum-server.crt
#ssl_keyfile = /path/to/electrum-server.key
logfile = /var/log/electrum-drk.log
donation_address =
[leveldb]
# path to your database
path =
# for each address, history will be pruned if it is longer than this limit
# can lower to 100 if performance issues are present
pruning_limit = 1000
[darkcoind]
darkcoind_host = localhost
darkcoind_port = 9998
# user and password from darkcoin.conf
darkcoind_user =
darkcoind_password =