1. 程式人生 > >ethereum-go win7 64位編譯

ethereum-go win7 64位編譯

1.安裝go語言 輸入go version 輸出go version go1.9.2表示成功

2. github:https://github.com/ethereum/go-ethereum

    dowmload zip到本地

目錄結構


GOPATH/src
├── github.com
│   └── ethereum
│       └── go-ethereum
└── golang.org
    └── x
        └── net


3.下載 http://www.mingw.org/  安裝好後在cmd輸入gcc -v  提示gcc version x.x.x表示安裝成功

4.cmd   輸入go install -v github.com/ethereum/go-ethereum/cmd/geth

go install -v github.com/ethereum/go-ethereum/cmd/evm

就可以在go/bin檔案中找到生成的檔案


執行geth.exe


成功了。