Instructions for node operators
1. SSH into the node as root user
2. Update configuration file
Add theping_rate_limit_per_second parameter to the [peer_discovery] section in your configuration file:
[peer_discovery] section:
3. Check systemctl overrides (if applicable)
To check if you have overrides:4. Upgrade monad package
5. Restart the services and verify
Active: active (running)
6. Verify the correct version is running
Sidecars need their own CPU cores and cannot share cores with monad processes. Monad uses all 16 cores on a standard setup (cores 0-15), so running a sidecar on the same cores will cause performance issues.
Patch notes
Please refer to the public changelog forv0.12.6.
Important updates for node operators
- [Node ops / Peer Discovery] Add ping rate limiting configuration
- New required parameter:
ping_rate_limit_per_second = 100in[peer_discovery]section - Prevents excessive ping traffic and improves network stability
- New required parameter:

