▢️Installation

There are 3 Options to install the Node by Manual, Script and Docker.

Firstly you need to add user

adduser xxx

using your user

sudo su - xxx

or

su - xxx

Install screen for running in background

sudo apt install screen

Setup and Connect a node to the Socotra Testnet v1

For this step, you will have to download the binary files found herearrow-up-right. If you have gitarrow-up-right installed on your system, please execute the following in your command line:

git clone https://github.com/Juneo-io/juneogo-binaries

Your binaries will be found in the juneogo-binaries folder on your system.

Configuring the initial binary files

The first step is to transfer the required binaries to the home directory of the server on which you wish to run your node. These binaries are:

  1. juneogo

  2. jevm

  3. srEr2XGGtowDVNQ6YgXcdUb16FGknssLTGUFYg7iMqESJ4h8e

After moving these binaries to the server, we next step is to allow execution permissions for them with the following commands:

Next, the directory .juneogo/plugins should be created in the home directory of our server, and the jevm binary should be placed there:

The structure of your home directory should resemble the following:

circle-info

If these files are structured differenty than above, you will not be able to connect your node.

You may now connect the node to the Socotra network by executing the juneogo binary with the following command:

circle-exclamation

You may check if the node has boostrapped with the following call:

Example response:

Last updated