btcd/templates/btcd.conf.j2
author Luke Hoersten <luke@hoersten.org>
Fri, 01 May 2020 17:00:59 -0500
changeset 1 d3ef4e0b4baa
parent 0 474ccafc2349
child 3 74f60cd1440b
permissions -rw-r--r--
Expose lnd and btcd to listening public ip.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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={{btcd_data_dir}}
474ccafc2349 Initial commit of btcd and lnd roles.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     5
logdir={{btcd_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
rpcuser={{btcd_rpc_user}}
474ccafc2349 Initial commit of btcd and lnd roles.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     8
rpcpass={{btcd_rpc_pass}}
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
txindex={{btcd_enable_txindex}}