geth在服务器里搭建的多节点私链和poa私链,服务器外可以访问吗?比如外部钱包,如果可以,节点链接rpc和链id是在哪里产生的?谢谢!
可以。链id在 genesis.json 文件配置,RPC 设置 geth 启动参数 --http、--http.port 和 http.addr。
--http
--http.port
http.addr
参考官方文档 https://geth.ethereum.org/docs/interacting-with-geth/rpc https://geth.ethereum.org/docs/fundamentals/private-network