Skip to content

Instantly share code, notes, and snippets.

@ngtrieuvi92
Last active July 1, 2021 13:47
Show Gist options
  • Save ngtrieuvi92/50a837c94507b65765033dfc467fc1c2 to your computer and use it in GitHub Desktop.
Save ngtrieuvi92/50a837c94507b65765033dfc467fc1c2 to your computer and use it in GitHub Desktop.
Mysterium network enable node #myst
sudo apt update; sudo apt install myst
sudo systemctl stop mysterium-consumer.service # stop current consumer service
sudo systemctl disable mysterium-consumer.service # disable consumer service so it doesn't start again automatically
sudo systemctl enable mysterium-node.service # enable node service
sudo systemctl start mysterium-node.service # start node service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment