Skip to content

Instantly share code, notes, and snippets.

@rnkhouse
Last active May 4, 2018 20:54
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 rnkhouse/47b83e5c86599fa88100a8502402ae8e to your computer and use it in GitHub Desktop.
Save rnkhouse/47b83e5c86599fa88100a8502402ae8e to your computer and use it in GitHub Desktop.
# Server requirement: Ubuntu 16.04
# IMPORTANT: Run this script from /home/<USER>/ directory: bash -c "$(curl SCRIPT_URL)"
set -e
purpleColor='\033[0;95m'
normalColor='\033[0m'
USER=$(whoami)
# https://www.youtube.com/watch?v=Qkhj1SaDJZA&t=802s
# Once syncing is done (download and extract index file from smartcash):
# smartcash-cli stop
# smartcashd -externalip=x.x.x.x
# smartcash-cli smartnode status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment