Notice
Recent Posts
Recent Comments
Link
devops
우분투(Ubuntu), geth(Go-Ethereum) 설치하기 본문
반응형
우분투에서 geth를 설치하는 방법은 간단하다. 아래 코드는 PPA를 통해서 geth를 설치하는 방법이다.
$ sudo apt-get install software-properies-common
$ sudo add-apt-repository -y ppa:ethereum/ethereum
$ sudo apt-get update
$ sudo apt-get install ethereum
버전을 확인하려면 아래와 같이 입력하면 된다.
$ geth version
그럼 위와같은 버전, Commit, OS 에대한 정보가 나온다. 그럼 설치완료.
반응형
'개발' 카테고리의 다른 글
Infura로 파일코인 API 접근하기 with IPFS (0) | 2021.10.19 |
---|---|
레이드 RAID란? (RAID 0, RAID 1, RAID 6) (0) | 2021.09.22 |
Comments