1. 程式人生 > >區塊鏈探索一(在阿裏雲Ubuntu系統上搭建一個以太坊)

區塊鏈探索一(在阿裏雲Ubuntu系統上搭建一個以太坊)

data get date 阿裏 highlight The pro bubuko posit

測試機為阿裏雲主機

1.升級apt

sudo apt-get update
sudo apt-get -f install

2.安裝git

sudo apt install git-all

3.安裝以太坊(按照官網教程https://www.ethereum.org/cli)

sudo apt-get install software-properties-common
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install ethereum

4.檢查環境是否可行

geth --help

技術分享圖片

以太坊安裝成功

區塊鏈探索一(在阿裏雲Ubuntu系統上搭建一個以太坊)