Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 689 Bytes

install.md

File metadata and controls

26 lines (22 loc) · 689 Bytes

Installation

Installation avec docker:

docker pull ethereum/client-cpp
mkdir -p ~/.ethereum ~/.web3
docker run --rm -it -p 127.0.0.1:8545:8545 \
-p 0.0.0.0:30303:30303 -v ~/.ethereum:/.ethereum \
-v ~/.web3:/.web3 -e HOME=/ \
--user $(id -u):$(id -g) ethereum/client-cpp \
docker-eth

Installation Ubuntu:

sudo  apt-get  install software-properties-common
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo  apt-get  update
sudo  apt-get  install  ethereum

Liens pour le client go-ethereum: