bitcoind/defaults/main.yaml
author Luke Hoersten <luke@hoersten.org>
Sat, 24 Jul 2021 10:30:31 -0500
changeset 20 4f4893542c40
parent 17 385a16f443c5
child 21 bf53e2eb4d30
permissions -rw-r--r--
Updated version: bitcoind and lnd

---

bitcoind_user: "bitcoin"
bitcoind_version: "0.21.1"
bitcoind_arch: "{{ansible_architecture}}"
bitcoind_url: "https://bitcoin.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"