src.nth.io/

summaryrefslogtreecommitdiff
path: root/bitcoind
diff options
context:
space:
mode:
Diffstat (limited to 'bitcoind')
-rw-r--r--bitcoind/defaults/main.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitcoind/defaults/main.yaml b/bitcoind/defaults/main.yaml
index 880cd55..1a2b050 100644
--- a/bitcoind/defaults/main.yaml
+++ b/bitcoind/defaults/main.yaml
@@ -1,6 +1,7 @@
---
bitcoind_user: "bitcoin"
+# https://bitcoincore.org/bin
bitcoind_version: "24.0.1"
bitcoind_arch: "{{ansible_architecture}}"
bitcoind_url: "https://bitcoincore.org/bin/bitcoin-core-{{bitcoind_version}}/bitcoin-{{bitcoind_version}}-{{bitcoind_arch}}-linux-gnu.tar.gz"