非常感谢大佬
在部署 solana rpc 节点时,一开始可以通过下面命令查看区块同步进度,过一段时间就通过命令查看不了了,提示连接超时。
solana catchup --our-localhost
Error: error sending request for url (http://localhost:8899/): operation timed out
@InkyWang 大佬,请教下,我安装的是 2.0 版本,想查看同步进度,运行如下命令提示连接不上,8899 端口是存在的。除了上述的方法,还有哪些可以查看 rpc 节点是否部署完成吗?我看脚本是设置了--no-voting,但是日志一直在刷 voting 的投票进度。
solana catchup --our-localhost Error: error sending request for url (http://localhost:8899/:) operation timed out