bitcoind/defaults/main.yaml
author Luke Hoersten <luke@hoersten.org>
Sun, 08 Jan 2023 12:56:06 -0600
changeset 27 3abee15898bb
parent 22 99c49642ff78
child 29 ad6f64e4c46c
permissions -rw-r--r--
Updated bitcoind and lnd versions and added a lnd hex macaroon script for Zeus.

---

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"