"
"
1. 필수 라이브러리 설치 # add-apt-repository ppa:longsleep/golang-backports # apt update # apt install golang-go 2. go-ethereum 다운로드 # cd /data # git clone https://github.com/ethereum/go-ethereum.git 3. go-ethereum 설치 # cd go-ethereum # make all 4. 블록 동기화 /data/go-ethereum/build/bin/geth --syncmode "full" --datadir "/data/.ethereum" --keystore "/data/.ethereum/keystore" |