Migrate Validator
Migrate your validator to another machine
1. install the mainnet node on your new server
2. Confirm that you have the recovery seed phrase information for the active key running on the old machine
entangled keys export mykeyentangled keys list3. Recover the active key of the old machine on the new machine
entangled keys add mykey --recoverentangled keys import mykey mykey.backup4. Wait for the new full node on the new machine to finish catching-up
entangled status 2>&1 | jq .SyncInfo5. After the new node has caught-up, stop the validator node
6. Stop service on new machine
7. Move the validator's private key from the old machine to the new machine
8. Start service on a new validator node
9. Make sure your validator is not jailed
Last updated