From ae5c5e99b38f0569caf0e37fa0e29fbdf9c4e73e Mon Sep 17 00:00:00 2001 From: smolgrrr Date: Tue, 16 Jan 2024 16:13:38 +1100 Subject: [PATCH] Update Bitcoin to 26.0 (#935) Co-authored-by: nmfretz --- bitcoin/docker-compose.yml | 2 +- bitcoin/umbrel-app.yml | 21 +++++++-------------- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/bitcoin/docker-compose.yml b/bitcoin/docker-compose.yml index 16611e1..bdb6d51 100644 --- a/bitcoin/docker-compose.yml +++ b/bitcoin/docker-compose.yml @@ -40,7 +40,7 @@ services: ipv4_address: $APP_BITCOIN_IP bitcoind: - image: lncm/bitcoind:v25.1@sha256:6562182e029221fe21c352f138540d8016963671c31b376e2ebad84914d9bed3 + image: lncm/bitcoind:v26.0@sha256:2a335ea0e77106fc8768cade374808485a43825a6b4a17e85dd36d4acd931b22 command: "${APP_BITCOIN_COMMAND}" restart: unless-stopped stop_grace_period: 15m30s diff --git a/bitcoin/umbrel-app.yml b/bitcoin/umbrel-app.yml index 6a1ae53..c3b07d8 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: "25.1" +version: "26.0" tagline: Run your personal node powered by Bitcoin Core description: >- Run your Bitcoin node and independently store and validate @@ -42,25 +42,18 @@ gallery: path: "" defaultPassword: "" releaseNotes: >- - This update brings Bitcoin Core 25.1, automatic 'settings.json' corruption detection and repair, along with several new advanced settings such as: + What's new in Bitcoin Core version 26.0? - - Peer Settings: Customize your node's connections and interactions with network peers. For example, you can now adjust ban durations for misbehaving peers. - - - - Optimization: Fine-tune your node's performance and resource usage with new settings like maximum mempool size. - - - - RPC and REST: Configure access to your node's RPC and REST APIs. + - P2P and network changes + - Pruning changes: Improved handling of prune budget when using assumeutxo with -prune. + - New and updated RPCs + - and more! - ⚠️ 'Peer Bloom Filters' is now disabled by default for all users, to enhance privacy and lower the risk of denial-of-serice (DoS attacks). You can read more at https://github.com/getumbrel/umbrel/issues/1624. - If you are connecting older wallet clients that depend on the BIP37 protocol (eg. Bisq), you can enable 'Peer Bloom Filters' in Advanced Settings at the cost of reduced security. - - - Discover what's new in Bitcoin Core 25.1: https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-25.1.md + Read the full release notes for additional information and detailed changes at https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-26.0.md submitter: Umbrel submission: https://github.com/getumbrel/umbrel-apps/commit/576ecd2bef8d625abceed0f67ec9c487da9b2b1b