基於Ubuntu系統搭建以太坊go-ethereum源碼的開發環境

來源:互聯網
上載者:User

第一、先安裝geth的CLI環境sudo apt-get install geth,這個很重要

第二、下載原始碼

git clone https://github.com/ethereum/go-ethereum
第三、依賴環境

註:(重要)先通過此連結配置GO語言的開發環境:https://github.com/ethereum/go-ethereum/wiki/Installing-Go#ubuntu-1404
Ethereum Go是使用Go語言開發的,需要Go和C的編譯器
sudo apt-get install -y build-essential golang


cd go-ethereummake geth

最後輸入:

build/bin/geth --datadir "~/ethdev" --dev

啟動用戶端


然後另起終端輸入

geth --dev console 2>> file_to_log_output

輸出

Welcome to the Geth JavaScript console!

instance: Geth/v1.5.7-stable-da2a22c3/linux/go1.7.3
 modules: admin:1.0 debug:1.0 eth:1.0 miner:1.0 net:1.0 personal:1.0 rpc:1.0 shh:1.0 txpool:1.0 web3:1.0

>

即為成功

然後就可以進行以太坊命令操作



也可已使用build/bin/geth --identity "secbro etherum" --rpc --rpccorsdomain "*" --datadir "/home/zero/eth/chain" --port "30303" --rpcapi "db,eth,net,web3" -- networkid 95518 console --dev建立私人連,創世塊

最後配置Go語言環境可以參考我的部落格

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.