bitcoind/defaults/main.yaml
author Luke Hoersten <luke@hoersten.org>
Sat, 07 Nov 2020 08:18:50 -0600
changeset 15 f1c6e6e4c43b
parent 13 f052a25a2f96
child 17 385a16f443c5
permissions -rw-r--r--
Bumped dbcache size

---

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