Last active
May 4, 2018 20:54
-
-
Save rnkhouse/47b83e5c86599fa88100a8502402ae8e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 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