src.nth.io/

summaryrefslogtreecommitdiff
path: root/bitcoind
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-08-30 14:07:47 -0500
committerLuke Hoersten <[email protected]>2020-08-30 14:07:47 -0500
commitc29bf2bd420a858c7299aa5416b0c1b3912fba54 (patch)
tree6d7ed60077ddbb835302a74435f491d7debdb3bf /bitcoind
parentb59f4815228e2a562f5af15a99e9f877030fa173 (diff)
Update to bitcoind 0.20.1 and lnd 0.11.0
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 84b53e1..b932e75 100644
--- a/bitcoind/defaults/main.yaml
+++ b/bitcoind/defaults/main.yaml
@@ -1,7 +1,7 @@
---
bitcoind_user: "bitcoin"
-bitcoind_version: "0.20.0"
+bitcoind_version: "0.20.1"
bitcoind_arch: "{{ansible_architecture}}"
bitcoind_url: "https://bitcoin.org/bin/bitcoin-core-{{bitcoind_version}}/bitcoin-{{bitcoind_version}}-{{bitcoind_arch}}-linux-gnu.tar.gz"
bitcoind_conf_dir: "/home/{{bitcoind_user}}/.bitcoin"