src.nth.io/

summaryrefslogtreecommitdiff
path: root/bitcoind
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2023-01-08 12:56:06 -0600
committerLuke Hoersten <[email protected]>2023-01-08 12:56:06 -0600
commite831ff11f332c91a4f6ddd6766d16ef93215b438 (patch)
treeeaa10f9ec36235946d847e1bc32d7a890952064a /bitcoind
parent73282d914fc5f571de51a0fc73d5af684f3833fe (diff)
Updated bitcoind and lnd versions and added a lnd hex macaroon script for Zeus.
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 b211a8a..880cd55 100644
--- a/bitcoind/defaults/main.yaml
+++ b/bitcoind/defaults/main.yaml
@@ -1,7 +1,7 @@
---
bitcoind_user: "bitcoin"
-bitcoind_version: "23.0"
+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"
bitcoind_conf_dir: "/home/{{bitcoind_user}}/.bitcoin"