btcd/templates/btcd.conf.j2
author Luke Hoersten <luke@hoersten.org>
Sun, 03 May 2020 15:55:50 -0500
changeset 2 0556e208fbee
parent 1 d3ef4e0b4baa
child 3 74f60cd1440b
permissions -rw-r--r--
Made btcd and lnd arch changeable.
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}}