直接GITHUB下載
我是 CD 到HOME 或者mkdir 一個文件夾
cd home
git clone https://github.com/ethereum/go-ethereum
由于內網網絡問題應該 git clone 一直中斷 后續沒有操作
后續代碼沒有測試
下載成功后安裝為
make geth
或者,構建全套實用程序:
make all
最后輸入:
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
命令參照
https://github.com/ethereum/go-ethereum/