๐Ÿ‘พCLI Reference

The commands below can be used to interact with your node. The commands are platform-agnostic, so there's no need to edit them according to your setup.

Start node

In order to start your node, execute the following command:

sudo service quil start
circle-info

Your node will automatically start whenever your server boots or if there are any failures.

Stop node

In order to start your node, execute the following command:

sudo service quil stop

Logs

In order to view the logs of your node, execute the following command:

sudo journalctl -u quil -f

Peer-ID

In order to find the peer id of a running node, execute the following command:

($HOME/quil/node-*amd64 -peer-id 2>/dev/null || $HOME/quil/node-*arm64 -peer-id)

Node-Info

In order to get more statistics about a running node, execute the following command:

($HOME/quil/node-*amd64 -node-info 2>/dev/null || $HOME/quil/node-*arm64 -node-info)

Token Balance

Last updated