일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ethereum
- aes decrypt
- aes ctr
- LIDAR
- catkin_make
- Linux
- aes-128-ctr
- build 에러
- aes-ctr
- geth 설치
- error
- gcc
- geth 설치 안됨
- ouster
- c언어로 쉽게 풀어쓴 자료구조
- ousterstudio
- OS1
- studio
- c
- aes_ctr
- aes ctr decrypt
- geth 설치 에러
- gcc를 사용한 컴파일 예제
- build:12
- gcc 실행
- ar과 make 사용법
- ros
- floyld
- 시스템프로그래밍
- build:15
- Today
- Total
CODERJH
ethereum geth 설치 방법 본문
Go 작업공간 없이 Geth 빌드
1. git clone https://github.com/ethereum/go-ethereum.git
GitHub - ethereum/go-ethereum: Official Go implementation of the Ethereum protocol
Official Go implementation of the Ethereum protocol - GitHub - ethereum/go-ethereum: Official Go implementation of the Ethereum protocol
github.com
2. cd go-ethereum
3. make geth ( 이때 go version == go1.18.2 or go1.9.7이상)
(현재 사용중 version은 go1.18.2
4. make geth시 에러 해결 방법
4.1 curl 이용 go 패키지 다운로드
curl -O https://dl.google.com/go/go1.18.2.linux-amd64.tar.gz
4.2 sudo apt-get install -y build-essential
4.3. tar -xzf go1.9.7.linux-amd64.tar.gz
4.4 sudo mv go /usr/local
4.5 vim ~/.profile 수정
echo 'GOPATH="/usr/local/go"'>>~/.profile
echo 'PATH="$PATH:$GOPATH/bin"'>>~/.profile
4.6 source ~/.profile
4.7 make geth 진행하면 된다.
'Ethereum Nodediscovery v5' 카테고리의 다른 글
이더리움 프라이빗 네트워크 노드 구축 (0) | 2022.11.25 |
---|---|
ubuntu wireshark 빌드 버전 설치 (0) | 2022.05.20 |