Last active
July 1, 2021 13:47
-
-
Save ngtrieuvi92/50a837c94507b65765033dfc467fc1c2 to your computer and use it in GitHub Desktop.
Mysterium network enable node #myst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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