-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathsample-xud.conf
83 lines (75 loc) · 1.9 KB
/
sample-xud.conf
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Sample configuration file for xud
#
# This sample file contains the default values for all configuration
# options for xud. Directories and file path options are platform &
# user specific and are not included, but are explained below.
#
# 'xudir' is the directory for data stored by xud including logs,
# keys, config and its database. Individual paths can be overridden
# by settings such as 'logpath' and 'dbpath'.
#
# Each lnd config section will have 'macaroonpath' and 'certpath'
# options specific to its chain.
#
# Default values:
#
# Linux
# xudir = "/home/<user>/.xud"
# certpath = "/home/<user>/.lnd/tls.cert"
# macaroonpath = "/home/<user>/.lnd/data/chain/<currency>/<network>/admin.macaroon"
#
# Darwin (macOS)
# xudir = "/Users/<user>/Library/Application Support/Xud"
# certpath = "/Users/<user>/Library/Application Support/Lnd/tls.cert"
# macaroonpath = "/Users/<user>/Library/Application Support/data/chain/<currency>/<network>/admin.macaroon"
#
# Windows
# xudir = "C:\Users\<user>\AppData\Local\Xud"
# certpath = "C:\Users\<user>\AppData\Local\Lnd\tls.cert"
# macaroonpath = "C:\Users\<user>\AppData\Local\Lnd\data\chain\<currency>\<network>\admin.macaroon"
initdb = true
instanceid = 0
logdateformat = "DD/MM/YYYY HH:mm:ss.SSS"
loglevel = "debug"
network = "simnet"
nobalancechecks = false
noencrypt = false
nomatching = false
nosanityswaps = true
strict = false
[connext]
disable = false
host = "localhost"
port = 5040
webhookhost = "localhost"
webhookport = 8887
[http]
host = "localhost"
port = 28887
[lnd.BTC]
cltvdelta = 40
disable = false
host = "localhost"
nomacaroons = false
port = 10009
[lnd.LTC]
cltvdelta = 576
disable = false
host = "localhost"
nomacaroons = false
port = 10010
[orderthresholds]
minQuantity = 0
[p2p]
addresses = []
detectexternalip = false
discover = true
discoverminutes = 720
listen = true
port = 28885
tor = false
torport = 0
[rpc]
disable = false
host = "localhost"
port = 28886