Last active
August 19, 2022 15:13
-
-
Save dcnl1980/a28b7f8109ecc8094ddc171c75440e68 to your computer and use it in GitHub Desktop.
install-crypto-servers-ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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