Detailed Instructions-Step 4
Sync the latest snapshot on the new instance before updating the validator address
Please sync the latest snapshot before updating your validator's network address.
Download the snapshot data from the Supra Validator node in your target environment on the new instance.
Include the
smr_storage folder
and ensure the snapshot matches the new epoch data.
Install rclone
Define Variables
Testnet
Run the following command to configure rclone, which allows secure transfer and synchronization of files between your system and remote storage.
Execute the following command to download the snapshot for the new instance.
Sync Testnet Snapshot
Mainnet
Execute the following command to download the snapshot for the new instance.
Sync Mainnet Snapshot
Note:
We need to verify if the snapshot data has been fully downloaded into `smr_storage` for the
mainnet
orTestnet
Verification: Run the clone command multiple times until you observe that the downloaded data is zero bytes.
This will allow your validator to rejoin the network more quickly once the address update is complete, as the sync process will ensure that it has the latest data before the update.
Last updated