Skip to content

Instantly share code, notes, and snippets.

View dondiimperial's full-sized avatar

Dondi Imperial dondiimperial

View GitHub Profile
@dondiimperial
dondiimperial / gist:173fe74dfe09c3a6ad2dd6a0adbf5069
Last active July 24, 2022 19:10
How to setup a private ethereum blockchain testnet

These instructions have worked for me on Ubuntu 17.04

Install the go ethereum client (geth)

$ sudo add-apt-repository -y ppa:ethereum/ethereum 
$ sudo apt-get update 
S sudo apt-get install ethereum 

Note: The 'ethereum' package was not found so i installed unstable instead. Try to install ethereum first and if that does not work then try 'ethereum-unstable'