Skip to content

Instantly share code, notes, and snippets.

@nicolasgramlich
Last active December 30, 2015 14:43
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 nicolasgramlich/5e944040311fab44e6ff to your computer and use it in GitHub Desktop.
Save nicolasgramlich/5e944040311fab44e6ff to your computer and use it in GitHub Desktop.
Bitcoin XT Node on Google Compute Engine
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