vadymus avatar

How to install Ark 2.0 blockchain node on a cloud server

vadymus

Published: 17 Oct 2018 › Updated: 17 Oct 2018How to install Ark 2.0 blockchain node on a cloud server

How to install Ark 2.0 blockchain node on a cloud server

Screen Shot 2018-10-16 at 11.44.18 PM.png

In this post I'll show you how easy it is to install Ark 2.0 node from scratch using the new Ark Commander. We'll use a newly created Ubuntu virtual server running on DigitalOcean hosting. Let's get started!

Cloud Server Setup

If you do not have account with DigitalOcean, signup for one at https://www.digitalocean.com/. For the record: I do not have any affiliation with DigitalOcean. It's just a reliable, intuitive and cheap cloud provider.

Once you are logged in, select:

  • "Create" / "Droplets":
    Screen Shot 2018-10-16 at 4.57.29 PM.png

  • OS image:
    Screen Shot 2018-10-16 at 10.39.41 PM.png

  • RAM:
    Screen Shot 2018-10-16 at 10.39.52 PM.png

  • data center closest to your location:
    Screen Shot 2018-10-16 at 10.40.06 PM.png

, then hit "Create" button. In a minute or two you will receive an email with login instructions similar to:

Screen Shot 2018-10-16 at 10.57.05 PM.png

Login with the given credentials via your ssh client (I'm using bash Terminal on a Mac):

Screen Shot 2018-10-16 at 11.04.29 PM.png

And change the password.

Installation of Ark Node

In the same terminal session, create a new sudo user:

adduser ark && usermod -a -G sudo ark


Login with the new user:

su - ark


Download Ark Commander script:

git clone https://github.com/arkecosystem/core-commander.git


and run it:

cd ~/core-commander && bash commander.sh


The script will take a few minutes to install all the necessary dependencies. Once completed, you will see Ark Commander's screen:
Screen Shot 2018-10-16 at 11.29.20 PM.png

Type in "i" to select installation of Ark Core. Once the core is installed, you will be prompted to select network:
Screen Shot 2018-10-16 at 11.34.18 PM.png

Type in "2" for devnet. Then, select all defaults and, when prompted, choose to start a Relay.

We are done!

Leave How to install Ark 2.0 blockchain node on a cloud server to:

Written by

Tech lover, crypto believer, fitness addict, life entrepreneur

Read more #blockchain posts


Best Posts From vadymus

We have not curated any of vadymus's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From vadymus