Update Monero daemon to v0.18.4.6 (#5070)

This commit is contained in:
Kris Kolderson 2026-03-13 12:56:07 +02:00 committed by GitHub
parent f71a68d899
commit 3d49bed434
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 13 deletions

View File

@ -44,7 +44,7 @@ services:
restart: unless-stopped
stop_grace_period: 15m
command: "${APP_MONERO_COMMAND}"
image: ghcr.io/sethforprivacy/simple-monerod:v0.18.4.5@sha256:3760d68b2825174e3db504cbea06e9dd06262a2e4593fb13940da3f9ddaa0685
image: ghcr.io/sethforprivacy/simple-monerod:v0.18.4.6@sha256:ed9299d73634a13f10de85e63d104276bf5e4ce5175ee4cc16f64f4bbeacbbd4
ports:
- "${APP_MONERO_P2P_PORT}:${APP_MONERO_P2P_PORT}"
- "${APP_MONERO_RPC_PORT}:${APP_MONERO_RPC_PORT}"

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: monero
category: crypto
name: Monero Node
version: "0.18.4.5"
version: "0.18.4.6"
tagline: Run a monero node
description: >-
Run your monero node and independently store and validate every single Monero transaction with it.
@ -16,23 +16,21 @@ support: https://github.com/deverickapollo/umbrel-monero/issues
port: 9976
submitter: deverickapollo
submission: https://github.com/getumbrel/umbrel-apps/pull/690
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
path: ""
defaultPassword: ""
releaseNotes: >-
This is the v0.18.4.5 release of the Monero software. This release fixes a bug with Ledger hardware wallet.
This is the v0.18.4.6 release of the Monero software. This release contains bug fixes.
Some highlights of this release are:
- Ledger: fix Ledger Monero app crash
- Ledger: add support for Ledger Nano Gen5
- Daemon: fix race condition causing dropped connections during sync
- Wallet: fix edge case where key images remain marked unspent
- Improve terminal color detection
- Daemon: fix bug in peer list filter
- Daemon: p2p connection bug fixes
- Multisig: fix key exchange failure in monero-gen-trusted-multisig
- Minor bug fixes and improvements
Further details can be found at https://www.getmonero.org/2026/01/11/monero-0.18.4.5-released.html
Further details can be found at https://www.getmonero.org/2026/03/04/monero-0.18.4.6-released.html