Browse Source

Update Bitcoin Knots to v26.1 (#1027)

Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Léo Haf 9 months ago
committed by GitHub
parent
commit
faa1805b6d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      bitcoin-knots/docker-compose.yml
  2. 8
      bitcoin-knots/umbrel-app.yml

2
bitcoin-knots/docker-compose.yml

@ -41,7 +41,7 @@ services:
ipv4_address: $APP_BITCOIN_KNOTS_IP
bitcoind:
image: retropexx/bitcoind:v25.1@sha256:4091eb570744d24f4234a0efc6d8b6aaf7de1c86d1a6e3077525d59bbd98336e
image: retropexx/bitcoind:v26.1@sha256:14d3acf5f5d3030631161e37d8f8115f489acf94340cd6bc45328584442603e4
command: "${APP_BITCOIN_KNOTS_COMMAND}"
restart: unless-stopped
stop_grace_period: 15m30s

8
bitcoin-knots/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: bitcoin-knots
category: bitcoin
name: Bitcoin Knots
version: "25.1"
version: "26.1"
tagline: Run your personal node powered by Bitcoin Knots
description: >-
Take control of your digital sovereignty by running a Bitcoin node that aligns with your needs and preferences.
@ -26,6 +26,10 @@ gallery:
- 3.jpg
path: ""
defaultPassword: ""
releaseNotes: ""
releaseNotes: >-
This release updates Bitcoin Knots to version 26.1.
Full release notes can be found at https://github.com/bitcoinknots/bitcoin/blob/v26.1.knots20240325/doc/release-notes.md
submitter: Léo Haf
submission: https://github.com/getumbrel/umbrel-apps/pull/953

Loading…
Cancel
Save