src.nth.io/

summaryrefslogtreecommitdiff
path: root/bitcoind
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-03-27 15:25:13 -0500
committerLuke Hoersten <[email protected]>2026-03-27 15:25:13 -0500
commitcaf13f1cbef5faf089a27f23b25202660780829c (patch)
tree6cfccd6f2f948727e01f24525bd4fe5bec760195 /bitcoind
parent083f604f4e3b3cf152cb42be92ea05635d03df59 (diff)
Reverted rev of bitcoind.
Diffstat (limited to 'bitcoind')
-rw-r--r--bitcoind/defaults/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitcoind/defaults/main.yaml b/bitcoind/defaults/main.yaml
index 472a230..462af27 100644
--- a/bitcoind/defaults/main.yaml
+++ b/bitcoind/defaults/main.yaml
@@ -2,7 +2,7 @@
bitcoind_user: "bitcoin"
# https://bitcoincore.org/bin
-bitcoind_version: "31.0"
+bitcoind_version: "28.4"
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"