STR-NaN
Website
  • 🏠Home
  • 🔗mainnet
    • Algorand
      • 🖥️Installation
      • 🔁Switching Network
      • ⚡Fast Sync
      • 🔎Find Server and Token
      • 🌐Custom Port (Optional)
      • 🛠️Troubleshooting
      • 💡Useful Command
    • Goracle
      • 🖥️Installation
      • ⬆️Upgrade
      • 🛠️Troubleshooting
      • 💡Useful Command
  • 🔗testnet
    • Algorand
      • 🖥️Installation
      • 🔁Switching Network
      • ⚡Fast Sync
      • 🔎Find Server and Token
      • 🌐Custom Port (Optional)
      • 🛠️Troubleshooting
      • 💡Useful Command
    • Aleo
      • 🖥️Installation
      • 💡Useful Command
    • BlockX
      • 🖥️Installation
    • Goracle
      • 🖥️Installation
      • ⬆️Upgrade
      • 🛠️Troubleshooting
      • 💡Useful Command
    • Impact Protocol
      • 🖥️Installation
      • 💡Useful Command
    • NuLink
      • 🖥️Installation
      • ⬆️Upgrade
      • 🛠️Troubleshooting
      • 💡Useful Command
    • Polymer
      • 📝Challenge 3
Powered by GitBook
On this page

Was this helpful?

  1. mainnet
  2. Goracle

Useful Command

Useful command to check your goracle node and many more.

PreviousTroubleshootingNextAlgorand

Last updated 1 year ago

Was this helpful?

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 and download .goracle file and save to your pc.

🔗
💡
⚠️
⚠️
⚠️
⚠️
mobaxterm