btcd/templates/btcd.conf.j2
author Luke Hoersten <luke@hoersten.org>
Sun, 10 May 2020 17:28:15 -0500
changeset 3 74f60cd1440b
parent 1 d3ef4e0b4baa
permissions -rw-r--r--
Config tweaks
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}}
3
74f60cd1440b Config tweaks
Luke Hoersten <luke@hoersten.org>
parents: 1
diff changeset
     3
uacomment={{btcd_comment}}
1
d3ef4e0b4baa Expose lnd and btcd to listening public ip.
Luke Hoersten <luke@hoersten.org>
parents: 0
diff changeset
     4
0
474ccafc2349 Initial commit of btcd and lnd roles.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     5
datadir={{btcd_data_dir}}
474ccafc2349 Initial commit of btcd and lnd roles.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     6
logdir={{btcd_log_dir}}
3
74f60cd1440b Config tweaks
Luke Hoersten <luke@hoersten.org>
parents: 1
diff changeset
     7
debuglevel=error
0
474ccafc2349 Initial commit of btcd and lnd roles.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     8
474ccafc2349 Initial commit of btcd and lnd roles.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     9
rpcuser={{btcd_rpc_user}}
474ccafc2349 Initial commit of btcd and lnd roles.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
    10
rpcpass={{btcd_rpc_pass}}
474ccafc2349 Initial commit of btcd and lnd roles.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
    11
474ccafc2349 Initial commit of btcd and lnd roles.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
    12
txindex={{btcd_enable_txindex}}
3
74f60cd1440b Config tweaks
Luke Hoersten <luke@hoersten.org>
parents: 1
diff changeset
    13
74f60cd1440b Config tweaks
Luke Hoersten <luke@hoersten.org>
parents: 1
diff changeset
    14
{% for peer in btcd_add_peer %}addpeer={{peer}}
74f60cd1440b Config tweaks
Luke Hoersten <luke@hoersten.org>
parents: 1
diff changeset
    15
{% endfor %}