Skip to content

Instantly share code, notes, and snippets.

@glynnbird
Last active April 5, 2017 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glynnbird/afd06aaa514a6c36db473699d735dcc7 to your computer and use it in GitHub Desktop.
Save glynnbird/afd06aaa514a6c36db473699d735dcc7 to your computer and use it in GitHub Desktop.
Ethereum getting started guide

On your new Ubuntu machine

Install solc and ethereum

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

Run geth on the testnet

geth --testnet --fast --bootnodes "enode://20c9ad97c081d63397d7b685a412227a40e23c8bdc6688c6f37e97cfbc22d2b4d1db1510d8f61e6a8866ad7f0e17c02b14182d37ea7c3c8b9c2683aeb6b733a1@52.169.14.227:30303,enode://6ce05930c72abc632c58e2e4324f7c7ea478cec0ed4fa2528982cf34483094e9cbc9216e7aa349691242576d552a2a56aaeae426c5303ded677ce455ba1acd9d@13.84.180.240:30303" 

Leave it running!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment