author | Luke Hoersten <luke@hoersten.org> |
Mon, 12 Feb 2024 17:29:25 -0600 | |
changeset 33 | 8ef7fcebf4b1 |
parent 32 | 500a32d1f026 |
child 34 | 70cdf181aa9e |
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" |
29 | 4 |
# https://bitcoincore.org/bin |
32 | 5 |
bitcoind_version: "26.0" |
4 | 6 |
bitcoind_arch: "{{ansible_architecture}}" |
22 | 7 |
bitcoind_url: "https://bitcoincore.org/bin/bitcoin-core-{{bitcoind_version}}/bitcoin-{{bitcoind_version}}-{{bitcoind_arch}}-linux-gnu.tar.gz" |
4 | 8 |
bitcoind_conf_dir: "/home/{{bitcoind_user}}/.bitcoin" |
9 |
bitcoind_enable_txindex: "1" |