💡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 updateIf 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/goracleCheck your goracle node logs
docker logs -f goracle-nrCheck your goracle information
goracle infoCheck your goracle node status
goracle docker-statusStop 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 --backgroundBackup your node
cat .goracleCopy all the the input to notepad or you can use mobaxterm and download .goracle file and save to your pc.
Last updated
Was this helpful?