Baldur to Heimdall
Moving your node from Baldur to Heimdall testnets
If you were running a validator node on the Baldur testnet, and need to move it to the new heimdall testnet, follow the steps below;
In the odin-testnet-public-tools/ folder, update your repo by running
Start the node with the atart script. It will download the new docker image, start it, and even sets up port forwarding rules on the host for you.
Verify the node is running. This command, and the next one, assume you have already set the odin alias.
Import your wallet and set the keyring password
You will nees to run a create validator transaction. Check to make sure your variables are still populated. If they are not, or are incorrext, update them now;
Set your STAKE variable with your desired amount of loki.
Pass the variables on to your docker container;
Finally, you will run your create validator transaction;
You should now be able to see your node in odin web, or with query commands.
Last updated