Useful Commands

Useful Commands

# Restart docker
docker restart shardeum-dashboard
# Check docker logs
sudo docker logs shardeum-dashboard -fn100

Go to folder .shardeum

cd && cd .shardeum

Launching a shell

./shell.sh

To exit the shell, use the command

exit

Stop the node

operator-cli stop

Check node status

operator-cli status

Change the port through the terminal if necessary

operator-cli gui set port your_port_here

Start node

operator-cli start
operator-cli status | grep "state"
operator-cli stake 10

Last updated

Was this helpful?