Validator Node Service Commands
Last updated
Last updated
The following commands can be run on a node to aid in daily operation.
Always make sure that you have admin rights before running any command with sudo -s
Run this command to see the status of all containers:
After encountering problems e.g. with the parity client, it is better to run
If after restarting the client you are still encountering problems, you can try to delete the database and re-sync the node (please only do this after trying to restart without deleting the database first; if you have any questions or need assistance please post in the Validator Knowledge Base):
Set the desired version in
save it and run
Make the configuration change in either .env
or docker-compose.yml
and run
In docker-stack
run
to e.g. show the last 100 lines of the parity client logs run
vi docker-stack/.env
docker-compose up -d
docker-compose up -d
docker-compose logs