πSwitching Network
Switching network algorand node from mainnet to testnet.
Stop the algorand service
sudo systemctl stop algorandGo to directory
cd /var/lib/algorand/genesis/testnetCopy the testnet genesis
sudo cp genesis.json /var/lib/algorand/Start Node
sudo systemctl start algorandgoal node status -d /var/lib/algorand
Last updated