Cover photo

How To Run Myria Node with VPS Linux

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:

post image

Sever Requirements

post image

Go to https://geni.us/contabo and Choose the Cloud VPS S as below:

post image

Remember set the currency to Euro for cheaper payment

Fill out the password and hit Next

post image

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

post image

Then hit Oder & Pay

post image

Then wait for Contabo to send you the login info in you email

post image

Get the IP address and with the password you have just filled above, we are ready to go

post image

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:

post image
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

post image

Next using the following command to run myria node:

sudo wget https://downloads-builds.myria.com/node/install.sh -O - | sudo bash
post image

Next

myria-node --start
post image

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
post image
post image

That's all!