node
node copied to clipboard
Change email for mystnodes
Currently the only option if a user wishes to change their registered email is to sign up under that email and then re-import all their nodes. A better option would be to allow users to change their registered email address.
I vote for this, as Skiff, the email I used to sign up the node is going to demise in 6 months. This sort of thing could happen.
For anyone wanting to change their email:
- Sign up with a new email.
- Grab your new API key on https://mystnodes.com/nodes.
- On the node machine, run
myst config show | grep mmn.api-keyto see your current API key registered with your node. - Run
myst config set mmn.api-key <your new API key>. You might want to re-check the key with the previous command. - Run
sudo systemctl restart mysterium-node.serviceto restart your node. It will run with a new config. You should be able to see your node on a new account.