Browse Source

Update Bitcoin to 26.0 (#935)

Co-authored-by: nmfretz <nmfretz@gmail.com>
main
smolgrrr 12 months ago
committed by GitHub
parent
commit
ae5c5e99b3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      bitcoin/docker-compose.yml
  2. 19
      bitcoin/umbrel-app.yml

2
bitcoin/docker-compose.yml

@ -40,7 +40,7 @@ services:
ipv4_address: $APP_BITCOIN_IP ipv4_address: $APP_BITCOIN_IP
bitcoind: bitcoind:
image: lncm/bitcoind:v25.1@sha256:6562182e029221fe21c352f138540d8016963671c31b376e2ebad84914d9bed3 image: lncm/bitcoind:v26.0@sha256:2a335ea0e77106fc8768cade374808485a43825a6b4a17e85dd36d4acd931b22
command: "${APP_BITCOIN_COMMAND}" command: "${APP_BITCOIN_COMMAND}"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 15m30s stop_grace_period: 15m30s

19
bitcoin/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: bitcoin id: bitcoin
category: bitcoin category: bitcoin
name: Bitcoin Node name: Bitcoin Node
version: "25.1" version: "26.0"
tagline: Run your personal node powered by Bitcoin Core tagline: Run your personal node powered by Bitcoin Core
description: >- description: >-
Run your Bitcoin node and independently store and validate Run your Bitcoin node and independently store and validate
@ -42,25 +42,18 @@ gallery:
path: "" path: ""
defaultPassword: "" defaultPassword: ""
releaseNotes: >- 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. - P2P and network changes
- Pruning changes: Improved handling of prune budget when using assumeutxo with -prune.
- Optimization: Fine-tune your node's performance and resource usage with new settings like maximum mempool size. - New and updated RPCs
- RPC and REST: Configure access to your node's RPC and REST APIs.
- and more! - 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. 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
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
submitter: Umbrel submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/commit/576ecd2bef8d625abceed0f67ec9c487da9b2b1b submission: https://github.com/getumbrel/umbrel-apps/commit/576ecd2bef8d625abceed0f67ec9c487da9b2b1b

Loading…
Cancel
Save