安装go:
安装:
git clone https://github.com/ethereum/go-ethereum
cd go-ethereum
make geth
验证:
build/bin/geth version
可以把 geth 命令放到系统命令路径下,便于以后快速执行:
cp go-ethereum/build/bin/geth /usr/local/bin/
安装go:
安装:
git clone https://github.com/ethereum/go-ethereum
cd go-ethereum
make geth
验证:
build/bin/geth version
可以把 geth 命令放到系统命令路径下,便于以后快速执行:
cp go-ethereum/build/bin/geth /usr/local/bin/