bitcoind/defaults/main.yaml
author Luke Hoersten <luke@hoersten.org>
Sun, 06 Nov 2022 21:39:42 -0600
changeset 26 3b8585e567fe
parent 22 99c49642ff78
child 27 3abee15898bb
permissions -rw-r--r--
Version updates

---

bitcoind_user: "bitcoin"
bitcoind_version: "23.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"