bitcoind/defaults/main.yaml
author Luke Hoersten <luke@hoersten.org>
Wed, 19 Jul 2023 13:55:03 -0500
changeset 30 ff5ba9f5d7ab
parent 29 ad6f64e4c46c
child 32 500a32d1f026
permissions -rw-r--r--
Version updates.

---

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