πŸ’‘ Useful commands

βš™οΈ Service Commands

Run all the commands in the $HOME/dill directory to get to it, it is enough to run the cd dill command after connecting to the server

Check if the dill node is running healthily

./health_check.sh -v

View the public key of the validators

./show_pubkey.sh

Stop the dill node

./stop_dill_node.sh

Start the dill node

./start_dill_node.sh

Exit the validator(s) Use the Exit script to signal your intentions to permanently stop your duties as a validator.

./exit_validator.sh

Delete node

cd $HOME
./stop_dill_node.sh
rm -rf $HOME/dill

Last updated