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

Fast Sync

How to reach the latest block using fast sync. Don't waste your time to wait.

PreviousSwitching NetworkNextFind Server and Token

Last updated 2 years ago

Was this helpful?

In this step you need to use fast sync or catch up to make more faster to reach the latest block.

goal node catchup $(curl -s https://algorand-catchpoints.s3.us-east-2.amazonaws.com/channel/testnet/latest.catchpoint) -d /var/lib/algorand/

Check your node status.

goal node status -d /var/lib/algorand

Here is the result after your node fully synced using fast sync.

If your Sync Time is 0.0s, that means your node already reach latest block. To reach the latest block, it depends your VPS specs, It takes around 1-2 hours.

Now your Algorand Node Testnet is ready to use. Now you can do next step to run goracle node and using your own algo node API.

🔗
⚡
InstallationSTR-NaN
Logo