๐Ÿ’กUseful Command

Useful command to check your goracle node and many more.

circle-exclamation

Update your goracle binary

goracle update

If you're using old version like 1.0.14, you need to download manually using the following command below.

sudo wget -qO /usr/bin/goracle https://staging.dev.goracle.io/downloads/latest-staging/goracle && sudo chmod u+x /usr/bin/goracle

Check your goracle node logs

docker logs -f goracle-nr

Check your goracle information

goracle info

Check your goracle node status

goracle docker-status

Stop your node

goracle docker-stop

โš ๏ธ Delete container โš ๏ธ

docker rm goracle-nr

โš ๏ธ Delete all container with exited status โš ๏ธ

Start node

circle-info

--background flags use for your node to run in the background.

Backup your node

Copy all the the input to notepad or you can use mobaxtermarrow-up-right and download .goracle file and save to your pc.

Last updated