Skip to content

Instantly share code, notes, and snippets.

@jibinpb
Last active March 14, 2018 02:52
Show Gist options
  • Save jibinpb/72e6ff5c015bb1a36fb93ce02d2f30d0 to your computer and use it in GitHub Desktop.
Save jibinpb/72e6ff5c015bb1a36fb93ce02d2f30d0 to your computer and use it in GitHub Desktop.
Download and unzip GETH Binaries
# Get the latest GETH package url from https://geth.ethereum.org/downloads/
wget "https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.1-1e67410e.tar.gz"
# Unzip the file(file name need to change if the package is different)
tar -xvzf geth-linux-amd64-1.8.1-1e67410e.tar.gz
# Rename the folder and change working directory to that
mv geth-linux-amd64-1.8.1-1e67410e geth-linux
cd geth-linux/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment