💡Useful Command

Useful command to check your goracle node and many more.

Add sudo if you're not ROOT users.

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 ⚠️

docker rm $(docker ps --filter status=exited -q)

Start node

goracle docker-start --background

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

Backup your node

cat .goracle

Copy all the the input to notepad or you can use mobaxterm and download .goracle file and save to your pc.

Last updated