Skip to content

Instantly share code, notes, and snippets.

@dcnl1980
Last active August 19, 2022 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dcnl1980/a28b7f8109ecc8094ddc171c75440e68 to your computer and use it in GitHub Desktop.
Save dcnl1980/a28b7f8109ecc8094ddc171c75440e68 to your computer and use it in GitHub Desktop.
install-crypto-servers-ubuntu
#Install Bitcoind
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt update
sudo apt install bitcoind
#Install Geth
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt update
sudo apt install ethereum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment