[Ethereum] 以太坊区块链搭建与使用-私有链
Posted 一杯糖不加咖啡
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[Ethereum] 以太坊区块链搭建与使用-私有链相关的知识,希望对你有一定的参考价值。
步骤
一、下载go语言,并配置环境变量 //以太坊源代码依赖的编译与运行环境
二、通过git clone以太坊源码(go-ethereum),并编译
零、环境说明
服务器版本: Ubuntu18.04
序号 | 环境名称 | 环境版本 |
---|---|---|
1 | gcc | 7.5.0 |
2 | gcc-c++ | 7.5.0 |
3 | go | 1.16 |
4 | go-ethereum | 1.9.25 |
一、go安装
step1:下载
官方(一般打不开):https://golang.org/dl/
国内镜像:https://golang.google.cn/dl/
step2:解压
tar -zvxf xx
step3: 配置环境变量
vim /etc/profile
export PATH=$PATH:/usr/local/go/bin
source /etc/profile
<
以上是关于[Ethereum] 以太坊区块链搭建与使用-私有链的主要内容,如果未能解决你的问题,请参考以下文章