-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathencompass-mercury.conf.sample
65 lines (58 loc) · 1.47 KB
/
encompass-mercury.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[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 = 8000
stratum_tcp_port = 50001
#stratum_tcp_ssl_port = 50002
#report_host =
#report_stratum_tcp_port = 50001
#report_stratum_tcp_ssl_port = 50002
banner = Welcome to Encompass!
banner_file = /etc/encompass.banner
#irc = no
#irc_nick = <yournickname>
#ssl_certfile = /path/to/electrum-server.crt
#ssl_keyfile = /path/to/electrum-server.key
logfile = /var/log/encompass-mercury.log
donation_address =
# number of blocks to keep in memory (fixes bug in some chains where we can't retrieve orphaned txs from the node)
block_cache_size = 20
[leveldb]
# path to your database
path =
# for each address, history will be pruned if it is longer than this limit
pruning_limit = 100
[bitcoind]
bitcoind_host = localhost
bitcoind_port = 8332
# user and password from bitcoin.conf
bitcoind_user =
bitcoind_password =
[btc]
coind_user = bitcoinrpc
coind_password = bitcoinrpcpassword
coind_host = localhost
coind_port = 8332
[mzc]
coind_user = mazacoinrpc
coind_password = mazacoinrpcpassword
coind_host = localhost
coind_port = 12832
[clams]
coind_user = clamrpc
coind_password = clamrpcpassword
coind_host = localhost
coind_port = 30174
[pkb]
coind_user = pkbrpc
coind_password = pkbrpcpassword
coind_host = localhost
coind_port = 59060
[doged]
coind_user = dogedrpcuser
coind_password = rpcpassword
coind_host = localhost
coind_port = 107337