From 3d49bed43495075534a6172a8d54bd29b22fb912 Mon Sep 17 00:00:00 2001 From: Kris Kolderson Date: Fri, 13 Mar 2026 12:56:07 +0200 Subject: [PATCH] Update Monero daemon to v0.18.4.6 (#5070) --- monero/docker-compose.yml | 2 +- monero/umbrel-app.yml | 22 ++++++++++------------ 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/monero/docker-compose.yml b/monero/docker-compose.yml index 3d7f5dd4..79559f50 100644 --- a/monero/docker-compose.yml +++ b/monero/docker-compose.yml @@ -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}" diff --git a/monero/umbrel-app.yml b/monero/umbrel-app.yml index 4550a5e3..254f6ca9 100644 --- a/monero/umbrel-app.yml +++ b/monero/umbrel-app.yml @@ -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