⚙️Validator migration

  • Launch the node on the new server as usual and fully synchronize

  • After synchronization on the new server, run the command and copy the new key curl -H "Content-Type: application/json" -d '{"id":1, "jsonrpc":"2.0", "method": "author_rotateKeys", "params":[]}' http://localhost:9933

  • Go to Network - Accounts - Change session keys and change our key. Sign the transaction

  • If you are in an active set, you must wait until 2 full epochs have passed. Only then will the keys change. If you are not in an active set, the validator keys will change immediately

  • Make sure that the keys have changed on the Network - Accounts page and only then disconnect the old server

Last updated