Install Go Ethereum on CentOS 6
CentOS 6에 Go Ethereum 소스코드를 컴파일하여 설치하는 과정입니다.
Go Ethereum 소스코드 컴파일에 필요한 패키지 설치
$ sudo yum install -y golang gmp-devel
Git 설치
Git 2.x 버전이 필요합니다. Git 버전을 확인해 보고 1.x 버전인 경우 아래 순서로 업그레이드를 진행합니다.
$ git --version
$ sudo yum erase git
$ sudo yum install http://opensource.wandisco.com/centos/6/git/x86_64/wandisco-git-release-6-1.noarch.rpm
$ sudo yum install -y git
$ git --version
Git SSL Connection 관련 패키지 업데이트
$ sudo yum update -y nss curl
Go Ethereum 소스코드 다운로드 & 컴파일
$ git clone https://github.com/ethereum/go-ethereum
$ cd go-ethereum
$ make geth
$ build/bin/geth version
Congratulations @liveegg! You received a personal award!
Click here to view your Board of Honor
Do not miss the last post from @steemitboard:
Congratulations @liveegg! You received a personal award!
You can view your badges on your Steem Board and compare to others on the Steem Ranking
Vote for @Steemitboard as a witness to get one more award and increased upvotes!