Download the Node Management Scripts for RPC

Before proceeding with the upgrade, download the latest node management scripts.

Note:

For successful snapshot downloads, pls ensure your hard disk has at least 2TB of space

To download the script, run the following command:

wget https://mainnet-data.supra.com/configs/rpc_migration.sh

Then make it executable by running the following command:

chmod +x rpc_migration.sh

Now run the script using the following command:

./rpc_migration.sh <container_name> <supra_home> <validator_ip>

Last updated