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. testnet
  2. Algorand

Find Server and Token

How to find your IP:PORT and API token in Algorand Node.

In this step if you're confusing what's your IP:PORT and token for your algorand node. You can use this following command to get that server and token you need to setup Goracle Node.

Go To the Algorand Directory

cd /var/lib/algorand

Check algod.net and algod.token

Copy all result and save in your notepad. The result of algod.net file for the port may be different. Because i saw someone not using 8080 port by default. So make sure double check.

cat algod.net

the result :

127.0.0.1:8080

Don't forget to add http:// in "server" configuration of your .goracle file later.

cat algod.token

the result :

85a6891e0ea.................

This is just example and now you can go to the next step to setup your goracle node.

PreviousFast SyncNextCustom Port (Optional)

Last updated 2 years ago

Was this helpful?

🔗
🔎