author | Luke Hoersten <luke@hoersten.org> |
Tue, 16 Feb 2021 20:54:09 -0600 | |
changeset 17 | 385a16f443c5 |
parent 13 | f052a25a2f96 |
child 20 | 4f4893542c40 |
permissions | -rw-r--r-- |
4 | 1 |
--- |
2 |
||
5
5873b7e583d7
Removed btcd role and combined lnd role.
Luke Hoersten <luke@hoersten.org>
parents:
4
diff
changeset
|
3 |
bitcoind_user: "bitcoin" |
17 | 4 |
bitcoind_version: "0.21.0" |
4 | 5 |
bitcoind_arch: "{{ansible_architecture}}" |
6 |
bitcoind_url: "https://bitcoin.org/bin/bitcoin-core-{{bitcoind_version}}/bitcoin-{{bitcoind_version}}-{{bitcoind_arch}}-linux-gnu.tar.gz" |
|
7 |
bitcoind_conf_dir: "/home/{{bitcoind_user}}/.bitcoin" |
|
8 |
bitcoind_enable_txindex: "1" |