故障排除
常见错误和解决方案
以下是启动节点时的常见错误列表及其推荐的解决方案:
Default gas fails when staking
Use --gas auto
Error: couldn't read GenesisDoc file: open /root/.cantod/config/genesis.json: no such file or directory
Put the genesis.json
file in the specified location, such as:
sudo wget https://github.com/Canto-Network/Canto/raw/main/Mainnet/genesis.json -P/root/.cantod/config/
Error during handshake: error on replay: validator set is nil in genesis and still empty after InitChain
Local: Remove datadir
and restart
Cloud: Start a new instance
Failed to execute message; message index: 0: failed to delegate; acanto is smaller than acanto: insufficient funds"
Decrease the amount to less than your total $CANTO balance
Stopping peer for error
No action required
提示:从头开始重建
如果您在启动节点时遇到意外问题,则值得在进行任何故障排除工作之前从头开始重建。 按着这些次序:
删除config中的addressbook.json
删除所有旧节点
将持久性对等体和种子更新为新共享
获取新的创世文件
确保二进制文件是最新的
启动你的节点
提示:查阅 EVMOS 文档
如果您遇到此处未解释的问题,查找有关您的问题的更多信息的好地方是 EVMOS 社区和文档。
最后更新于