Skip to main content

Stoping a Node

Stop Protocol

To stop active node go to inery-node/inery.setup/master.node and execute ./stop.sh script

info

Kill node daemon process nodine

Resume Protocol

./start.sh

info

Start nodine process with parametrs defined in start.sh script

Remove Blockchain

To remove blockchain from local machine go to inery-node/inery.setup/master.node and execute ./clean.sh script

danger

This will delete all blockchain data on your machine

Remove Node

To completly remove node execute rm -rf inery-node and pkill nodine commands

danger

If you removing node for new protocol its highly recomended to reboot server before starting new protcol you can do it remotely by executing reboot command on ubuntu server