bitcoind/defaults/main.yaml
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--
lndcli was renamed to lncli.

---

bitcoind_user: "bitcoin"
bitcoind_version: "24.0.1"
bitcoind_arch: "{{ansible_architecture}}"
bitcoind_url: "https://bitcoincore.org/bin/bitcoin-core-{{bitcoind_version}}/bitcoin-{{bitcoind_version}}-{{bitcoind_arch}}-linux-gnu.tar.gz"
bitcoind_conf_dir: "/home/{{bitcoind_user}}/.bitcoin"
bitcoind_enable_txindex: "1"