Stop Node
Stop Inery Protocol
Stopping the Inery protocol is straightforward, but the process slightly differs depending on whether you are managing a Master Node or a Lite Node
Stopping a Lite Node
Navigate to the Lite Node setup directory and execute the stop.sh
script:
cd inery-node/inery.setup/master-node
./stop.sh
This will terminate the nodine daemon process for the Master Node.
Kill node daemon process nodine manually by executing pkill nodine
command
Stop an Active Master Node
Before stopping a Master Node, it must be Unapproved from the active consensus pool
cline master unapprove <master-name>
Stopping a Master Node without following these steps can cause protocol disruption and consensus issues.
Navigate to the Master Node setup directory and execute the stop.sh
script:
cd inery-node/inery.setup/master-node
./clean.sh
Remove Node
To completely remove the node from your machine, execute the following commands:
rm -rf inery-node
pkill nodine
If you are removing the node to install a new protocol, it is highly recommended to reboot the server before starting the new protocol.
You can do this remotely by executing the reboot
command on the Ubuntu server.