πSwitching Network
Switching network algorand node to Mainnet.
Last updated
Switching network algorand node to Mainnet.
sudo systemctl stop algorandcd /var/lib/algorand/genesis/mainnetsudo cp genesis.json /var/lib/algorand/Start the node to make sure you're already switched in mainnet.
sudo systemctl start algorandCheck your node after start the service.
goal node status -d /var/lib/algorandHere is the result if you're already set up to testnet.

Last updated