bitcoind/defaults/main.yaml
changeset 35 f7dc2fa74e74
parent 34 70cdf181aa9e
equal deleted inserted replaced
34:70cdf181aa9e 35:f7dc2fa74e74
     1 ---
     1 ---
     2 
     2 
     3 bitcoind_user: "bitcoin"
     3 bitcoind_user: "bitcoin"
     4 # https://bitcoincore.org/bin
     4 # https://bitcoincore.org/bin
     5 bitcoind_version: "27.1"
     5 bitcoind_version: "28.0"
     6 bitcoind_arch: "{{ansible_architecture}}"
     6 bitcoind_arch: "{{ansible_architecture}}"
     7 bitcoind_url: "https://bitcoincore.org/bin/bitcoin-core-{{bitcoind_version}}/bitcoin-{{bitcoind_version}}-{{bitcoind_arch}}-linux-gnu.tar.gz"
     7 bitcoind_url: "https://bitcoincore.org/bin/bitcoin-core-{{bitcoind_version}}/bitcoin-{{bitcoind_version}}-{{bitcoind_arch}}-linux-gnu.tar.gz"
     8 bitcoind_conf_dir: "/home/{{bitcoind_user}}/.bitcoin"
     8 bitcoind_conf_dir: "/home/{{bitcoind_user}}/.bitcoin"
     9 bitcoind_enable_txindex: "1"
     9 bitcoind_enable_txindex: "1"