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

Switching Network

Switching network algorand node from mainnet to testnet.

PreviousInstallationNextFast Sync

Last updated 2 years ago

Was this helpful?

In this step you need to switch the default network (mainnet) to testnet. If your algorand already in testnet network, you just skip all of this step and go to next step (Fast Sync).

Stop the algorand service

sudo systemctl stop algorand

Go to directory

cd /var/lib/algorand/genesis/testnet

Copy the testnet genesis

sudo cp genesis.json /var/lib/algorand/

Start Node

Start the node to make sure you're already switched in testnet.

sudo systemctl start algorand

Check your node after start the service.

goal node status -d /var/lib/algorand

Here is the result if you're already set up to testnet.

🔗
🔁