[ETHO] Ether-1 masternode setup tutorial

[ETHO] Ether-1 masternode setup tutorial

@artdoe

First of all we need:

1) 5001 ETHO (service node) or 15001 ETHO (masternode)
2) VPS (or any PC with static IP and uptime 100%)

You can buy ETHO on stocks.exchange or mine by yourself on mining pool.

Cheap VPS you can rent on service artdoe.gq/vps. To pop-up balance for new members PayPal and credit cards methods available, next payments you can make with Bitcoin.

Our chose it's VPS per $5/month, it's enough for our node.

"Pricing" tab

Ok, now we choice any location we want, ОС Ubuntu 16.04 х64, set any host name and server name "ether1" in point #7.

Press Deploy Now and wait till VPS will be ready.

Same time you can download Putty to connect to your VPS.

VPS Control Panel

After your VPS will be ready, open Putty and put server's IP. Press "enter".

Putty

On black window put login root and press "enter". Then copy password from VPS control panel and with right mouse click paste it here, you will not see any symbols just press "enter" again.

Now enter commands one-by-one:

mkdir ether1
cd ether1
sudo wget -N https://ether1.org/scripts/debian/setup.sh
sudo chmod +x setup.sh
sudo ./setup.sh

Launch our masternode:

sudo systemctl start ether1node

Now register account on https://nodes.ether1.org/signup.php. On main page press "Add node".

Dashboard nodes.ether1.org

Enter your address (with 5000 or 15000 ETHO), IP address from VPS and choice type of your node, press "Add node".

Dashboard nodes.ether1.org

Ok now we need to verify wallet, to do it press Details.

Dashboard nodes.ether1.org

And copy Verification Address.

Then we go to web-wallet https://wallet.ether1.org and send 0.01 ETHO to this provided address.

Web-wallet https://wallet.ether1.org

Then copy transaction hash, paste it on field "Verification TX Hash" and press "Add":

Dashboard nodes.ether1.org
Dashboard nodes.ether1.org

Our node ready 😎


Report Page