Build with Script
Guide to set up SwipeChain Node with shell script on Ubuntu.
This repo contains a script to install SwipeNode
wget https://github.com/SwipeWallet/swipechain-node/build/linux/ubuntu/swipenode.bash
sudo chmod u+x swipenode.bash
./swipenode.bash
Once this runs and thornode is installed, you'll need to configure it.
PEER=<SEED IP ADDRESS> ../../scripts/validator.sh
For more documentation, read...
../../../docs/validator.md
Last modified 1yr ago