一:安装geth
brew install ethereum
geth github网址: https://github.com/ethereum/go-ethereum
二: 用geth连接以太坊
以太坊有主网络(Ethereum Mainnet),有测试网络(Sepolia、Goerli 等等)
官方文档:https://ethereum.org/zh/developers/docs/networks/
想要连接以太坊网络,可以通过该网站查询到各个区块链的节点 https://chainlist.org/
也可以通过sepolia官网,查看该区块链信息。 https://sepolia.dev/
通过geth连接到sepolia:
geth attach https://rpc.sepolia.org/
查看某个地址的余额:
eth.getBalance('0xb43ae8c139caae156805be03aaf8dbe315e4823c')
也可以通过该网站查看链上信息: https://sepolia.etherscan.io/
三:进行mine操作
可以使用这个网站,在测试链上进行mine操作 https://sepolia-faucet.pk910.de/