bitcoind/defaults/main.yaml
author Luke Hoersten <luke@hoersten.org>
Mon, 07 Oct 2024 23:30:59 -0500
changeset 36 8de33340cca9
parent 35 f7dc2fa74e74
permissions -rw-r--r--
Added hacks to fix lnd bitcoind 28 bug.

---

bitcoind_user: "bitcoin"
# https://bitcoincore.org/bin
bitcoind_version: "28.0"
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"