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注册节点

https://infura.io/

自己搭建同步节点

下载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 &

版权属于:Surou

本文链接:https://www.bcskill.com/index.php/archives/1094.html

相关技术文章仅限于相关区块链底层技术研究,禁止用于非法用途,后果自负!本站严格遵守一切相关法律政策!

评论