bitcoind/defaults/main.yaml
author Luke Hoersten <luke@hoersten.org>
Wed, 28 May 2025 19:24:22 -0500
changeset 37 d89c55c55f7c
parent 35 f7dc2fa74e74
child 38 6010e08ece63
permissions -rw-r--r--
Enabled the default wallet for wallet based queries on rpc.

---

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