author | Luke Hoersten <luke@hoersten.org> |
Mon, 07 Oct 2024 23:30:59 -0500 | |
changeset 36 | 8de33340cca9 |
parent 25 | c2bab619cfb5 |
permissions | -rw-r--r-- |
0
474ccafc2349
Initial commit of btcd and lnd roles.
Luke Hoersten <luke@hoersten.org>
parents:
diff
changeset
|
1 |
[Application Options] |
1
d3ef4e0b4baa
Expose lnd and btcd to listening public ip.
Luke Hoersten <luke@hoersten.org>
parents:
0
diff
changeset
|
2 |
externalip={{node_external_ip}} |
d3ef4e0b4baa
Expose lnd and btcd to listening public ip.
Luke Hoersten <luke@hoersten.org>
parents:
0
diff
changeset
|
3 |
|
0
474ccafc2349
Initial commit of btcd and lnd roles.
Luke Hoersten <luke@hoersten.org>
parents:
diff
changeset
|
4 |
datadir={{lnd_data_dir}} |
474ccafc2349
Initial commit of btcd and lnd roles.
Luke Hoersten <luke@hoersten.org>
parents:
diff
changeset
|
5 |
logdir={{lnd_log_dir}} |
474ccafc2349
Initial commit of btcd and lnd roles.
Luke Hoersten <luke@hoersten.org>
parents:
diff
changeset
|
6 |
|
474ccafc2349
Initial commit of btcd and lnd roles.
Luke Hoersten <luke@hoersten.org>
parents:
diff
changeset
|
7 |
alias={{lnd_alias}} |
474ccafc2349
Initial commit of btcd and lnd roles.
Luke Hoersten <luke@hoersten.org>
parents:
diff
changeset
|
8 |
; color=#3399FF |
474ccafc2349
Initial commit of btcd and lnd roles.
Luke Hoersten <luke@hoersten.org>
parents:
diff
changeset
|
9 |
|
474ccafc2349
Initial commit of btcd and lnd roles.
Luke Hoersten <luke@hoersten.org>
parents:
diff
changeset
|
10 |
tlsextradomain={{lnd_alias}} |
25
c2bab619cfb5
Added REST api and cleaned up service unit file.
Luke Hoersten <luke@hoersten.org>
parents:
1
diff
changeset
|
11 |
listen=0.0.0.0:9735 |
0
474ccafc2349
Initial commit of btcd and lnd roles.
Luke Hoersten <luke@hoersten.org>
parents:
diff
changeset
|
12 |
rpclisten=0.0.0.0:10009 |
25
c2bab619cfb5
Added REST api and cleaned up service unit file.
Luke Hoersten <luke@hoersten.org>
parents:
1
diff
changeset
|
13 |
restlisten=0.0.0.0:8080 |
0
474ccafc2349
Initial commit of btcd and lnd roles.
Luke Hoersten <luke@hoersten.org>
parents:
diff
changeset
|
14 |
|
474ccafc2349
Initial commit of btcd and lnd roles.
Luke Hoersten <luke@hoersten.org>
parents:
diff
changeset
|
15 |
[Bitcoin] |
474ccafc2349
Initial commit of btcd and lnd roles.
Luke Hoersten <luke@hoersten.org>
parents:
diff
changeset
|
16 |
bitcoin.mainnet=true |
474ccafc2349
Initial commit of btcd and lnd roles.
Luke Hoersten <luke@hoersten.org>
parents:
diff
changeset
|
17 |
bitcoin.node={{lnd_bitcoin_node}} |