btcd/templates/btcd.conf.j2
author Luke Hoersten <luke@hoersten.org>
Tue, 12 May 2020 19:19:36 -0500
changeset 4 9934a00b9e97
parent 3 74f60cd1440b
permissions -rw-r--r--
Added bitcoind ansible
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 %}