#!/bin/bash

sudo apt-get install git -y

git clone https://github.com/ethereum/go-ethereum

sudo apt-get install -y build-essential

sudo apt-get install curl -y

curl -O https://dl.google.com/go/go1.9.7.linux-amd64.tar.gz

tar -xzf go1.9.7.linux-amd64.tar.gz

sudo mv go /usr/local

echo 'GOPATH="/usr/local/go"' >> ~/.profile

echo 'PATH="$PATH:$GOPATH/bin"' >> ~/.profile

source .profile

cd ~/go-ethereum/

make geth

cd ~/go-ethereum/build/bin

sudo mv geth /usr/bin/

'이더리움' 카테고리의 다른 글

입금주소 생성  (0) 2018.11.30
이더스캔API 계좌 account 트렌젝션 조회  (0) 2018.11.30
이더리움 infura.io 주소  (0) 2018.11.28
이더스캔 제작3 (개인별 송금조회)  (0) 2018.11.28
이더스캔 제작3 (입금)  (0) 2018.11.26
블로그 이미지

iesay

,