Move VPS
Backup file
Save old mnemonic
Backup the folder validator_keys to your local or any other desired location.
You can use Termius to easily backup the folder validator_keys, or use another method if you prefer.
Run node on new vps
Reminder: If you want to use the same VPS to run the old node again, you need to stop the node and back up the dill folder using the following command:
1. Update and install packages for compiling
2. Download Light Validator Binary
For Linux-like systems: Download Link
For macOS: Download Link
3. Extract the package
4. Generate Validator Keys with existing mnemonic (fill your old mnemonic)
This command will generate validator keys with existing mnemonic in the ./validator_keys directory.
5. Update deposit data & old keystore
Delete the two files, deposit data and keystore, in the folder validator_key.
Copy the two old files, deposit data and keystore, saved during the backup step back into the folder validator_key, you can use Termius.
6. Import Validator Keys
During this process, set and save your keystore password.
7. Save Password to a File
Replace <your-password> with your actual password.
8. Start Light Validator Node
9. Verify Node is Running
Run the following command to check if the node is up and running:
END
Last updated