Monero Node
Run a monero node
deverickapollo



Run your monero node and independently store and validate every single Monero transaction with it. This is a full node that will download the entire Monero blockchain and store it on your Umbrel. This is the most secure way to run a Monero node, but it will take a long time to sync and will require a lot of storage space.
This is a recommended release that fixes a bug with Ledger hardware wallet when rejecting secret view key export.
Some highlights of this release are:
- Ledger: make secret view key export mandatory
- Wallet: identify spends in pool when scanning
- Daemon: relay empty fluffy block on found block
- Daemon: correct txpool weight miscalculation in edge case
- Daemon: refine sync height selection logic
- Additional logging deadlock fixes
- Minor bug fixes and improvements
Further details can be found at https://www.getmonero.org/2025/11/14/monero-0.18.4.4-released.html
This is a highly recommended release that enhances protection against spy nodes.
Some highlights of this release are:
- Daemon: improved peer selection with /24 subnet deduplication to disadvantage 'spy nodes'
- Daemon: add max_block_count field to getblocks.bin RPC request
- Daemon: send ZMQ miner notifications after txpool additions
- Daemon: seed node maintenance
- Daemon: fix on_getblockhash error return on too high height
- RPC: allow creating more than 64 addresses at once
- Minor bug fixes and improvements
Further details can be found at https://www.getmonero.org/2025/10/08/monero-0.18.4.3-released.html
This release contains bug fixes related to the wallet, the daemon, and more.
Some highlights of this release are:
- Wallet: fix privacy leak with malicious remote node
- Daemon: more accurate connection count
- Minor bug fixes and improvements
Further details can be found at https://www.getmonero.org/2025/08/26/monero-0.18.4.2-released.html
This release contains bug fixes related to the wallet, the daemon, the RPC, and more.
Some highlights of this release are:
- add new dynamic fees to ZMQ
- add set_subaddresss_lookahead endpoint
- improve logic when connecting to a peer
- fix edge case causing unresponsive wallet
- add safeguard for rare exception in TCP accept handler
Further details can be found at https://www.getmonero.org/2025/07/25/monero-0.18.4.1-released.html
This is a recommended release that fixes multiple daemon-related (monerod) network vulnerabilities.
Some highlights of this release are:
- reduce disk writes from 2 to 1 per transaction
- fix temp fails causing alt blocks to be permanently invalid
- fix daemon connection speed throttling incorrectly
- fix --anonymous-inbound data leak
- update seed nodes
- minor bug fixes and improvements
Further details can be found at https://www.getmonero.org/2025/04/05/monero-0.18.4.0-released.html
This update keeps monerod on version 0.18.3.4, but enables a ban list of suspected spy node IP addresses, as recommended by Monero Reesearch Lab.
Further details can be found at https://github.com/monero-project/meta/issues/1124
Highlights:
- Support for locked transfers has been removed.
- The daemon now skips privacy networks that lack outgoing connections.
- Improvements to the daemon include preventing duplicate transactions in the fluff queue and fixing unintended disconnections.
- Resolved bugs in the daemon’s ZMQ DaemonInfo functionality.
- Fixed an issue with the stagenet wallet restore height estimate.
- Added support for Ledger Flex in the wallet.
- Resolved a bug in the log rotation mechanism.
