Last active
December 30, 2015 14:43
-
-
Save nicolasgramlich/5e944040311fab44e6ff to your computer and use it in GitHub Desktop.
Bitcoin XT Node on Google Compute Engine
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
wget -O- https://gist.githubusercontent.com/snakecharmer1024/97bcc84f6336ee50e63d/raw/9d15cb62c4e53ba27f5f7e00c71404f437d2cf64/bitcoinxt-installer.sh | sudo bash | |
sudo cat /etc/bitcoinxt/bitcoin.conf | |
bitcoinxt-cli -rpcuser=bitcoinxt -rpcpassword=INSERT_PASSWORD_HERE getinfo | |
sudo apt-get install python-pip build-essential python-dev | |
sudo pip install Glances |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment