diff --git a/btc-knots/docker-compose.yml b/btc-knots/docker-compose.yml index 9e5638d..6204516 100644 --- a/btc-knots/docker-compose.yml +++ b/btc-knots/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 3005 server: - image: retropexx/umbrel-bitcoin-knots:v0.5.3@sha256:c21fc893fb943c92fb078afb7622ab0741eccccf9073629a5bda713ed7a8f537 + image: ghcr.io/retropex/umbrel-bitcoin-knots:v0.5.6@sha256:ea2dbea78c257b8670035f1fed389ced6071b95491ff22058300016819d9013a depends_on: [bitcoind] restart: on-failure volumes: diff --git a/btc-knots/umbrel-app.yml b/btc-knots/umbrel-app.yml index 1b2110b..1854a8d 100644 --- a/btc-knots/umbrel-app.yml +++ b/btc-knots/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: btc-knots category: Bitcoin name: Bitcoin Knots arm64 -version: "27.1.2" +version: "27.1.3" tagline: Run your personal node powered by Bitcoin Knots icon: https://raw.githubusercontent.com/getumbrel/umbrel-apps-gallery/master/bitcoin-knots/icon.svg description: >- @@ -23,9 +23,6 @@ gallery: path: "" defaultPassword: "" releaseNotes: >- - This release make Bitcoin Knots compatible with Datum. - - - Full release notes can be found at https://github.com/bitcoinknots/bitcoin/releases/tag/v27.1.knots20240801 + This update add new policy settings to be able fully customise your mempool and your mining template. it also make Knots compatible with Datum. submitter: Léo Haf submission: https://github.com/getumbrel/umbrel-apps/pull/953 diff --git a/btc-knotsx86/docker-compose.yml b/btc-knotsx86/docker-compose.yml index 9e5638d..6204516 100644 --- a/btc-knotsx86/docker-compose.yml +++ b/btc-knotsx86/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 3005 server: - image: retropexx/umbrel-bitcoin-knots:v0.5.3@sha256:c21fc893fb943c92fb078afb7622ab0741eccccf9073629a5bda713ed7a8f537 + image: ghcr.io/retropex/umbrel-bitcoin-knots:v0.5.6@sha256:ea2dbea78c257b8670035f1fed389ced6071b95491ff22058300016819d9013a depends_on: [bitcoind] restart: on-failure volumes: diff --git a/btc-knotsx86/umbrel-app.yml b/btc-knotsx86/umbrel-app.yml index 98ce83c..1402db1 100644 --- a/btc-knotsx86/umbrel-app.yml +++ b/btc-knotsx86/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: btc-knotsx86 category: Bitcoin name: Bitcoin Knots x86 -version: "27.1.2" +version: "27.1.3" tagline: Run your personal node powered by Bitcoin Knots for x86 platform icon: https://raw.githubusercontent.com/getumbrel/umbrel-apps-gallery/master/bitcoin-knots/icon.svg description: >- @@ -23,9 +23,6 @@ gallery: path: "" defaultPassword: "" releaseNotes: >- - This release make Bitcoin Knots compatible with Datum. - - - Full release notes can be found at https://github.com/bitcoinknots/bitcoin/releases/tag/v27.1.knots20240801 + This update add new policy settings to be able fully customise your mempool and your mining template. it also make Knots compatible with Datum. submitter: Léo Haf submission: https://github.com/getumbrel/umbrel-apps/pull/953