Hello everyone, today I will guide you thoroughly how to install a Myria Node with VPS Linux
THIS TUTORIAL IS EXCLUSIVELY FOR SOMEONE WHO ALRREADY BOUGHT MYRIA NODE LICENSE.
IF YOU HAVEN'T GOT ONE, YOU CAN GET IT HERE.
I suggest we rent a VPS (Virtual Private Sever). I choose Contabo because it’s cheap with the hardwares that the project requires as you can see below:
Sever Requirements
Go to https://geni.us/contabo and Choose the Cloud VPS S as below:
Remember set the currency to Euro for cheaper payment
Fill out the password and hit Next
If you are new to Contabo you can create new account by filling the info or you can change to tab “I’m a Contabo Customer to login and hit Next
Then hit Oder & Pay
Then wait for Contabo to send you the login info in you email
Get the IP address and with the password you have just filled above, we are ready to go
Now connect to your VPS using terminal (if you use MacOS) or use Window Terminal if you use WindowOS with this command:
ssh root@[your IP address]
My Exp:
ssh root@38.242.153.47
Type “yes” then Paste your Password (Remember the password does not show up) and enter
Now you are connected to VPS
Next using the following command to run myria node:
sudo wget https://downloads-builds.myria.com/node/install.sh -O - | sudo bash
Next
myria-node --start
Once completed, you’ll be asked to input your API Key. To retrieve and input your Myria Node API Key/s:
Once completed, your Node is now running and you can check the status of your Node by running command
myria-node --status
That's all!