重眀殿
솔리디티 연구실 geth 연구실 본문
* 우분투 터미널 접속
1. git 설치
$ sudo apt-get install git
2. ethereum 설치
$ git clone https://github.com/ethereum/go-ethereum.git
3.Go & C complier install
$ sudo apt-get install -y build-essential libgmp3-dev golang git tree
4. cd go-ethereum
$ make geth
5. geth version check
/go-ethereum$ ./build/bin/geth version
Geth
Version: 1.5.5-stable
Git Commit: ff07d54843ea7ed9997c420d216b4c007f9c80c3
Protocol Versions: [63 62]
Network Id: 1
Go Version: go1.6.2
OS: linux
GOPATH=
GOROOT=/usr/lib/go-1.6
6. geth copy(location : go-ethereum)
$ sudo cp build/bin/geth /usr/local/bin/
7. path setting check
$ which geth
/usr/local/bin/geth
'大圖書館 > 硏究室' 카테고리의 다른 글
비트파이넥스 가입 절차 (0) | 2018.04.30 |
---|
Comments