Skip to content

Instantly share code, notes, and snippets.

@lukestokes
Last active March 10, 2019 10:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lukestokes/be1bf88ea07d08b3b7a9d44ef35b99ae to your computer and use it in GitHub Desktop.
Save lukestokes/be1bf88ea07d08b3b7a9d44ef35b99ae to your computer and use it in GitHub Desktop.
Start a specific Smart Node.
#!/bin/bash
# To start node 1: ./smart-start.sh 01
/usr/bin/smartcashd -datadir=~/smartcash/SmartNode$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment