author | Luke Hoersten <luke@hoersten.org> |
Thu, 23 Feb 2023 18:11:39 -0600 | |
changeset 28 | c94c54d5e61b |
parent 27 | 3abee15898bb |
child 29 | ad6f64e4c46c |
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" |
27
3abee15898bb
Updated bitcoind and lnd versions and added a lnd hex macaroon script for Zeus.
Luke Hoersten <luke@hoersten.org>
parents:
22
diff
changeset
|
4 |
bitcoind_version: "24.0.1" |
4 | 5 |
bitcoind_arch: "{{ansible_architecture}}" |
22 | 6 |
bitcoind_url: "https://bitcoincore.org/bin/bitcoin-core-{{bitcoind_version}}/bitcoin-{{bitcoind_version}}-{{bitcoind_arch}}-linux-gnu.tar.gz" |
4 | 7 |
bitcoind_conf_dir: "/home/{{bitcoind_user}}/.bitcoin" |
8 |
bitcoind_enable_txindex: "1" |