🦌Migrate an IntegrationNet Node to MainNet
Quick Start Guide to migrate a node from IntegrationNet to MainNet
Table of Contents
✨Prepare Node
1
Validate VPS Specifications
Ensure your VPS meets the minimum specifications for a MainNet Hybrid node.
IntegrationNet nodes often already meet these specs, but this is a good time to confirm before migrating.
2
SSH Into Your VPS
ssh -i /path/to/ssh/private/key nodeadmin@<vps_ip_address>
3
4
5
6
7
8
9
Upgrade nodectl
sudo nodectl upgrade_nodectl
If prompted to migrate your node configuration, select:
y
to confirm migrationn
if asked to upgradenodectl
again immediately after migration
🦌Migrate Node
2
5
7
Collateralize Your Node
Follow the official collateralization guide to complete the staking process. Once complete, return to this guide.
8
Starchiver
Optionally, you may utiltize the community owned and maintained Starchiver Utility.
sudo nodectl execute_starchiver -p dag-l0 --restart
🔘 Optional Post Migration Steps
💫Enable Auto Restart💰Delegated StakingLast updated
Was this helpful?