mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update Bitcoin Node to Core v25.0 (#627)
This commit is contained in:
parent
7b60ef0d2b
commit
01aaf955e5
|
@ -40,7 +40,7 @@ services:
|
||||||
ipv4_address: $APP_BITCOIN_IP
|
ipv4_address: $APP_BITCOIN_IP
|
||||||
|
|
||||||
bitcoind:
|
bitcoind:
|
||||||
image: getumbrel/bitcoind:v24.0.1@sha256:33ff257bd8a24b41bef5b5c3aea1e32ea6dcc08917e24122728687eb393814fa
|
image: lncm/bitcoind:v25.0@sha256:fad11d4874f1c2dc4373f6fea913bf95e0f0491f377b9a0930f488565e6266f0
|
||||||
command: "${APP_BITCOIN_COMMAND}"
|
command: "${APP_BITCOIN_COMMAND}"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
stop_grace_period: 15m30s
|
stop_grace_period: 15m30s
|
||||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||||
id: bitcoin
|
id: bitcoin
|
||||||
category: Finance
|
category: Finance
|
||||||
name: Bitcoin Node
|
name: Bitcoin Node
|
||||||
version: "24.0.1-2"
|
version: "25.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
|
||||||
|
@ -35,24 +35,24 @@ gallery:
|
||||||
path: ""
|
path: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
releaseNotes: >-
|
releaseNotes: >-
|
||||||
Advanced settings are here!
|
What's new in Bitcoin Core version 25.0?
|
||||||
|
|
||||||
|
|
||||||
- Toggle Tor, Clearnet, and I2P for outgoing connections, and enable Mempool Full RBF.
|
- P2P and network changes
|
||||||
|
|
||||||
|
- New and updated RPCs as well as low-level changes
|
||||||
|
|
||||||
|
- New and updated settings
|
||||||
|
|
||||||
|
- Compatibility updates
|
||||||
|
|
||||||
|
- Wallet updates
|
||||||
|
|
||||||
|
- REST changes
|
||||||
|
|
||||||
|
- Reduced peers.dat corruption risks
|
||||||
|
|
||||||
|
|
||||||
- Enable incoming connections to run a listening node and help others sync their node.
|
Read the full release notes for additional information and detailed changes at https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-25.0.md
|
||||||
|
|
||||||
|
|
||||||
- Switch networks between mainnet, testnet, regtest, and signet.
|
|
||||||
|
|
||||||
|
|
||||||
- Setting up a new node? Speed up your initial sync by increasing the cache size.
|
|
||||||
|
|
||||||
|
|
||||||
- Finally, you can run a pruned node, which allows you to delete old blocks that are not relevant to you to save on storage space.
|
|
||||||
|
|
||||||
|
|
||||||
Note: This update fixes a bug with pruning in the previous 24.0.1 update.
|
|
||||||
submitter: Umbrel
|
submitter: Umbrel
|
||||||
submission: https://github.com/getumbrel/umbrel-apps/commit/576ecd2bef8d625abceed0f67ec9c487da9b2b1b
|
submission: https://github.com/getumbrel/umbrel-apps/commit/576ecd2bef8d625abceed0f67ec9c487da9b2b1b
|
||||||
|
|
Loading…
Reference in New Issue
Block a user