blob: b6c4fa002a70cdaa505d4f63f48e81014ef4d628 (
plain)
1
2
3
4
5
6
7
8
9
|
---
bitcoind_user: "bitcoin"
# https://bitcoincore.org/bin
bitcoind_version: "26.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"
|