Package: monero
Version: 0.18.4.5+~0+20200826-1+b1
Upon the initial sync, I found the following error messages in the log:
…
2026-04-07 18:38:35.491 [P2P7] INFO global
src/cryptonote_protocol/cryptonote_protocol_handler.inl:1618 Synced
3647399/3647400 (99%, 1 left)
2026-04-07 18:38:35.992 [P2P7] INFO global
src/cryptonote_protocol/cryptonote_protocol_handler.inl:1618 Synced
3647400/3647400
2026-04-07 18:38:36.458 [P2P7] INFO global
src/cryptonote_protocol/cryptonote_protocol_handler.inl:2409 Synced 11449
blocks in 5.5 hours (0.58 blocks per second)
2026-04-07 18:38:36.458 [P2P7] INFO global
src/cryptonote_protocol/cryptonote_protocol_handler.inl:2413
2026-04-07 18:38:36.458 [P2P7] INFO global
src/cryptonote_protocol/cryptonote_protocol_handler.inl:2413
**********************************************************************
2026-04-07 18:38:36.458 [P2P7] INFO global
src/cryptonote_protocol/cryptonote_protocol_handler.inl:2413 You are now
synchronized with the network. You may now start monero-wallet-cli.
2026-04-07 18:38:36.458 [P2P7] INFO global
src/cryptonote_protocol/cryptonote_protocol_handler.inl:2413
2026-04-07 18:38:36.458 [P2P7] INFO global
src/cryptonote_protocol/cryptonote_protocol_handler.inl:2413 Use the "help"
command to see the list of available commands.
2026-04-07 18:38:36.458 [P2P7] INFO global
src/cryptonote_protocol/cryptonote_protocol_handler.inl:2413
**********************************************************************
2026-04-07 18:38:39.493 [P2P9] ERROR net.p2p.tx
src/cryptonote_protocol/levin_notify.cpp:575 Unable to send transaction(s)
via Dandelion++ stem
The level is ERROR, so probably at least a decrease in privacy is to worry
about. Here is my ~/.config/systemd/user/monerod.service:
[Unit]
Description=Monero Node
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/monerod --data-dir /path_to_my_Monero_folder
--prune-blockchain --log-file /path_to_my_Monero_folder/bitmonero.log
--non-interactive
Restart=always
RestartSec=30
Environment=MONERO_RANDOMX_UMASK=1
Nice=19
IOSchedulingClass=idle
[Install]
WantedBy=default.target
I'd be grateful for a fix.
Albert