geth是以太坊的官方用戶端,它是一個指令行工具,提供很多指令和選項,可以運作以太坊節點、建立和管理賬戶、發送交易、挖礦、部署智能合約等
1.安裝Ubuntu虛拟機。
官網下載下傳位址:
http://www.ubuntu.com如下圖,選擇Alternative downloads,向下拉到BitTorrent頁,下載下傳種子後,用迅雷下載下傳ios鏡像,最後用VMWare 安裝鏡像。
參考:http://blog.csdn.net/wumumang/article/details/54099997
2.在Ubuntu上安裝go-ethereum用戶端:
https://github.com/ethereum/go-ethereum/wiki/Installation-Instructions-for-Ubuntu#installing-from-ppa Installing from PPA
sudo apt-get install software-properties-common sudo add-apt-repository -y ppa:ethereum/ethereum sudo apt-get update sudo apt-get install ethereum
參考:https://github.com/ethereum/go-ethereum/wiki/Installation-Instructions-for-Ubuntu#installing-from-ppa
3.檢視geth是否安裝完成:
geth --help
原文釋出時間為:2018年03月10日
本文作者:lv_zj
本文來源:
CSDN,如需轉載請聯系原作者。