Notice
Recent Posts
Recent Comments
«   2025/08   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
Tags more
Archives
Today
Total
관리 메뉴

重眀殿

솔리디티 연구실 geth 연구실 본문

大圖書館/硏究室

솔리디티 연구실 geth 연구실

앙마당 2018. 9. 20. 11:06

* 우분투 터미널 접속


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