We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
同一台服务器上已经跑了一个cosmos系节点,在更改gated启动后报错误,应该是检查端口有问题或者是没有正确读取监听端口 启动命令: gated start --pruning nothing --address tcp://0.0.0.0:21651 --p2p.laddr tcp://0.0.0.0:21652 --rpc.laddr tcp://127.0.0.1:21653 --d /node/gate 错误信息: Could not start node: listen tcp :8080: bind: address already in use
gated start --pruning nothing --address tcp://0.0.0.0:21651 --p2p.laddr tcp://0.0.0.0:21652 --rpc.laddr tcp://127.0.0.1:21653 --d /node/gate
Could not start node: listen tcp :8080: bind: address already in use
The text was updated successfully, but these errors were encountered:
不需要加这么多 --flag,把/node/gate下config.json的配置修改下"EndpointAddress": "127.0.0.1:xxxx", xxxx改成没占用的端口就可以。
Sorry, something went wrong.
No branches or pull requests
同一台服务器上已经跑了一个cosmos系节点,在更改gated启动后报错误,应该是检查端口有问题或者是没有正确读取监听端口
启动命令:
gated start --pruning nothing --address tcp://0.0.0.0:21651 --p2p.laddr tcp://0.0.0.0:21652 --rpc.laddr tcp://127.0.0.1:21653 --d /node/gate
错误信息:
Could not start node: listen tcp :8080: bind: address already in use
The text was updated successfully, but these errors were encountered: