Useful Commands
Useful Commands
# Restart docker
docker restart shardeum-dashboard# Check docker logs
sudo docker logs shardeum-dashboard -fn100Go to folder .shardeum
cd && cd .shardeumLaunching a shell
./shell.shTo exit the shell, use the command
exitStop the node
operator-cli stopCheck node status
operator-cli statusChange the port through the terminal if necessary
operator-cli gui set port your_port_hereStart node
operator-cli startoperator-cli status | grep "state"operator-cli stake 10Last updated
Was this helpful?