author | Luke Hoersten <luke@hoersten.org> |
Wed, 28 May 2025 19:24:22 -0500 | |
changeset 37 | d89c55c55f7c |
parent 35 | f7dc2fa74e74 |
child 38 | 6010e08ece63 |
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 |
37
d89c55c55f7c
Enabled the default wallet for wallet based queries on rpc.
Luke Hoersten <luke@hoersten.org>
parents:
35
diff
changeset
|
5 |
bitcoind_version: "29.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" |