步骤
1. 安装 yq(tomlq 工具)
2. 检查配置验证脚本
3. 运行配置验证脚本
如果配置不符合 Auth UDP 要求
请考虑以下步骤:- 遵循 Auth UDP 指南:Authenticated UDP 迁移
- 验证引导节点对等配置已更新,之前的通知如下:
引导对等节点更新(2026 年 2 月 11 日)
引导对等节点更新(2026 年 2 月 11 日)
随着最近激活 Authenticated UDP 流量,所有节点的引导对等节点都需要更新,以便加入网络。
- 获取新的引导对等节点签名(所有 [[bootstrap.peers]] 条目):
- Validators: https://bucket.monadinfra.com/config/mainnet/latest/node.toml
- Full node: https://bucket.monadinfra.com/config/mainnet/latest/full-node-node.toml
- Validators: https://bucket.monadinfra.com/config/testnet/latest/node.toml
- Full node: https://bucket.monadinfra.com/config/testnet/latest/full-node-node.toml
- 确保用新记录替换现有的对等记录。对于给定的 secp256k1_pubkey,配置中不应有重复条目。
- 重启节点:systemctl restart monad-bft monad-execution monad-rpc。(无需硬重置)
- 验证节点可以重新加入网络。
- 确保上游/下游连接(验证者 <> 专用/优先全节点)正在使用 Auth UDP
- 如果远程对等节点已经支持 Auth UDP,脚本应在 peers.toml 中找到相应的记录并打印预期的配置。
- 如果远程对等节点仍在使用 Clear UDP,脚本将找不到匹配的记录。 在这种情况下,请联系远程对等节点的运营者,请求激活 Auth UDP 并获取新的名称记录签名。

