元宇宙-之私链搭建--远程无法连接

217 阅读1分钟

解决方案:

 geth --http --http.port 8545 --http.addr 192.168.56.120  --http.api personal,eth,net,web3 --http.corsdomain '*'  --datadir data --networkid 666 console 2>output.log

对应官网地址:geth.ethereum.org/docs/rpc/se…