Ubuntu18.04下安装geth

本文档详细介绍了在Ubuntu18.04操作系统中如何安装以太坊客户端geth。首先,需要确保系统已经安装了git,然后通过步骤安装geth,并验证geth安装是否成功。

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的操作命令,就不一一列举了
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值