From c113145a9af886fcf4434075c4729ae21eef62d9 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Wed, 11 Sep 2024 21:48:53 +1000 Subject: [PATCH] Update Bitcoin Node to v27.1 (#1461) --- bitcoin/docker-compose.yml | 3 ++- bitcoin/umbrel-app.yml | 19 +++---------------- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/bitcoin/docker-compose.yml b/bitcoin/docker-compose.yml index 28c89309..412820e8 100644 --- a/bitcoin/docker-compose.yml +++ b/bitcoin/docker-compose.yml @@ -40,7 +40,8 @@ services: ipv4_address: $APP_BITCOIN_IP bitcoind: - image: lncm/bitcoind:v27.0@sha256:324fec72192e8a1c7b79e7ab91003e47678b808d46da2c1943e72ec212ab348f + image: getumbrel/bitcoind:v27.1@sha256:c5c7a98af15bedf73401d9623b192ad8e920e94b8cd23474553bf9bd30a31407 + user: "1000:1000" command: "${APP_BITCOIN_COMMAND}" restart: unless-stopped stop_grace_period: 15m30s diff --git a/bitcoin/umbrel-app.yml b/bitcoin/umbrel-app.yml index a038c5d8..b3340342 100644 --- a/bitcoin/umbrel-app.yml +++ b/bitcoin/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: bitcoin category: bitcoin name: Bitcoin Node -version: "27.0" +version: "27.1" tagline: Run your personal node powered by Bitcoin Core description: >- Run your Bitcoin node and independently store and validate @@ -42,23 +42,10 @@ gallery: path: "" defaultPassword: "" releaseNotes: >- - This release of the Bitcoin Node app includes the following updates: + This release updates Bitcoin Core to v27.1, which includes various bug fixes and performance improvements. - - Bitcoin Core: Upgrades Bitcoin Core to version 27.0. Full release notes for Bitcoin Core 27.0 can be found at https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-27.0.md. - - - - New Advanced Settings Options: Adds 3 new options to the Advanced Settings menu: - - datacarrier: Choose whether or not to relay transactions with OP_RETURN outputs. - - datacarriersize: Set the maximum size of the data in OP_RETURN outputs (in bytes) that your node will relay. - - permitbaremultisig: Choose wether or not to relay non-P2SH multisig transactions. - - - - JoinMarket Compatibility: The deprecated RPC 'deprecatedrpc=create_bdb' is enabled to allow integration with JoinMarket and the Jam app by default. - This fixes an issue where Jam app users who upgraded to Bitcoin Core v26.0 would have to manually add 'deprecatedrpc=create_bdb' to their bitcoin.conf file in order for the app to work. - - - ⚠️ For existing Jam users, if you receive a connection error in Jam after updating to Bitcoin Core v27.0, please restart the Jam app from your homescreen by right-clicking on the app and selecting 'restart'. + Full Bitcoin Core release notes for this release are found at https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-27.1.md widgets: - id: "stats" type: "four-stats"