Ubuntu18.04下安装geth
系统:Ubuntu18.04
安装git
sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git
查看是否安装成功
git --version
git version 2.18.0
安装geth
sudo apt-get install software-properties-common
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install ethereum
查看geth是否安装成功
geth --help
NAME:
geth - the go-ethereum command line interface
Copyright 2013-2018 The go-ethereum Authors
USAGE:
geth [options] command [command options] [arguments...]
VERSION:
1.8.12-stable-37685930
.......后面就是geth的操作命令,就不一一列举了
本文档详细介绍了在Ubuntu18.04操作系统中如何安装以太坊客户端geth。首先,需要确保系统已经安装了git,然后通过步骤安装geth,并验证geth安装是否成功。

1642

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



