我正在尝试在单独的虚拟机上连接2个节点。 这些机器运行的是Ubuntu 64位16.04和Geth 1.8.27稳定版。
问题是我们正在输入此命令
geth --datadir " " --rpc --rpcaddr my-address --port 20202 -networkid 123
console 2>console.log
当我们键入该代码时,我们会收到此错误
"Fatal: Error starting protocol stack: listen tcp my-address:port: bind:
cannot assign requested address.
我们希望它说“欢迎使用Geth JavaScript控制台!”并让节点信息显示公共IP地址。
请帮助,谢谢。