bitcoind/defaults/main.yaml
author Luke Hoersten <luke@hoersten.org>
Thu, 14 May 2020 20:19:45 -0500
changeset 8 fd72f6774874
parent 5 5873b7e583d7
child 10 26ed67281db6
permissions -rw-r--r--
rpi optimizations were causing problems.

---

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