安装geth
Ubuntu:
sudo apt-gets install software-properties-common
sudo add-apt-repository -y pea:ethereum/ethereum
sudo apt-get update
sudo apt-get install ethereum
MacOS:
brew tap ethereum/ethereum
brew install ethereum
1.配置创世块文件
genesis.json
博客介绍了以太坊geth的安装方法,包括在Ubuntu系统下通过一系列sudo命令安装,以及在MacOS系统下使用brew命令安装。此外,还提及了配置创世块文件genesis.json。
安装geth
Ubuntu:
sudo apt-gets install software-properties-common
sudo add-apt-repository -y pea:ethereum/ethereum
sudo apt-get update
sudo apt-get install ethereum
MacOS:
brew tap ethereum/ethereum
brew install ethereum
1.配置创世块文件
genesis.json
3614
1377

被折叠的 条评论
为什么被折叠?