diff options
| author | Luke Hoersten <[email protected]> | 2026-03-27 11:06:26 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2026-03-27 11:06:26 -0500 |
| commit | 083f604f4e3b3cf152cb42be92ea05635d03df59 (patch) | |
| tree | 3de35a7ca7119a093ce474d3335bc2ddb9f9a34e /bitcoind | |
| parent | cb2bfbfa2abd06b52f1d7b40527c8d132eab06a3 (diff) | |
version bumps.
Diffstat (limited to 'bitcoind')
| -rw-r--r-- | bitcoind/defaults/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitcoind/defaults/main.yaml b/bitcoind/defaults/main.yaml index 0f352e7..472a230 100644 --- a/bitcoind/defaults/main.yaml +++ b/bitcoind/defaults/main.yaml @@ -2,7 +2,7 @@ bitcoind_user: "bitcoin" # https://bitcoincore.org/bin -bitcoind_version: "29.0" +bitcoind_version: "31.0" bitcoind_arch: "{{ansible_facts['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" |
