eth goerli 测试网RPC
公开得RPC
https://goerli.prylabs.net/
https://rpc.goerli.mudit.blog/
https://rpc.slock.it/goerli
https://www.ethercluster.com/goerli
https://services.fault.dev/
infura注册节点
自己搭建同步节点
下载geth
https://geth.ethereum.org/downloads/
运行
nohup ./*geth --goerli --datadir=./ethdata --syncmode "fast" --cache 4096 --rpc --rpcaddr 0.0.0.0 --rpcport 19000 --rpcapi eth,net,web3 &