How To Set Up an XPX V.2.0 RELAY node - XPX 2.0 Migration - 1/2steemCreated with Sketch.

in #xpx5 years ago (edited)

XPX MainNET will be switched to the XPX 2.0 codebase from Wednesday 03/27/2019 at 12:00 CET to Monday 04/01/2019 12:00 CET.

During this time all the XPX 1.0 nodes will be shutted down to be replaced to XPX 2.0 RELAY node: on Monday 04/01/2019 starting at 12:01 CET the XPX 2.0 FORGED will be started and the XPX MainNET will be officially migrated to the 2.0 codebase.

You can follow this guide before that that to get Your infrastructure ready for the migration however DO NOT SWITCH ON YOUR FORGER to not create problems of compatibility with the still functioning XPX 1.0 network.

For any problem during this migration feel free to contact us in Telegram, Slack, e-mail and other contact channels present in our website at www.ripaex.com

Minimum requirements for running XPX node (active nodes):

- at least 1 DEDICATED CPU core (no shared ones), x86 or x64 architecture (the higher the CPU clock speed, the better, recommendation 2 CPUs+)
 -  4 GB RAM (the more the better, recommendation 8GB+),
 -  Linux — Ubuntu 18.04 (this is optimal, and this guide is written for it)
 - 50GB free space (we recommend SSD/m.2, as opposed to traditional HDD drives, recommendation 100GB+)

Recommended VPS/Cloud providers:

For this guide, we’ll use ScaleWay, you can get a START1-M VPS for €7.99/month ( 4 X86 64bit cores, 4Gb Ram, 100Gb SSD, 300 Mbit/s unmetered transfer) But all providers have similar deals.

1. Get yourself a server for your node

We will create a VPS via ScaleWay interface, for the Linux distro we will use a START1-M vps in the Paris installation:
1_vps.png

Select Ubuntu 18.04 x64 - Bionic Beaver as operating system instance
2_vps.png

Select disk size and click Launch Server
3_vps.png

Once your server instance is ready, you will see all the login info into the server instance page:

username: root
password: none
IP: xxx.xxx.xxx.xxx indicated into the server page
SSH port: 22 (this is default)

2. Connect to your newly created server instance via SSH

Windows: you can use any SSH client. For our example we will use Putty (an open-source client you can download here: PUTTY DOWNLOAD)
MAC OS: open Terminal ( To start Terminal, go to your Mac’s Applications folder => click on the Utilities folder => then click on Terminal).
Linux: depending on your distribution, you can usually also open it by pressing a combination of “Ctrl + Alt + T” keys.

For terminal in Linux / MAC OS you can connect with this command:
ssh user@<server-ip>
example for our instance of server in Linux / MAC OS would be:
ssh [email protected]

For our guide we’ll use Terminal (Ubuntu) — start it up:
4_login_root.png

Now the command line will be shown, asking you to provide the username that you checked in the ScaleWay control panel you need to install the SUDO tool as the ScaleWay VPS does not come with this tool installed: use the command apt install sudo to install it:
5_install_sudo.png

3. Setting Up Regular User With Sudo Privileges

Now that we successfully connected and changed the password for root it is time to create a new regular user with sudo privileges (sudo privileges allow a user to run programs with the security privileges of another user).

How to add new regular user:

adduser < yourusername >
our example: adduser xpx
Enter a new password, enter it again, and press [enter] 6 times to accept all of the default values.
6_add_user.png

Now that we have successfully created user with the username xpx (you can choose whatever username you want except root of course), it is time to assign this regular user sudo privileges.

How to add sudo privileges to our newly created regular user:

usermod -a -G sudo < yourusername >
our example: usermod -a -G sudo xpx

Now it is time to disconnect and reconnect as the newly created user (in our case ripa and not as root. Type exit and press [enter]. Your SSH session will close.

4. Connecting Using Your New User

Connect to your server, but now instead of logging in as root, we will login with new user. Type your username and press enter, followed by the password of that user:
7_login_user.png

For terminal in Linux / MAC OS you can connect with this command:
ssh yourusername@<server-ip>
example for our instance of server in Linux / MAC OS would be:
ssh [email protected]

5. Installing the XPX Node

Now that we have our node ready, it is time to install XPX. First we will download the XPX installer called “xpxshell-core” simply by executing these commands:

  1. Download core-commander:
    git clone https://github.com/RipaEx/core-commander.git

  2. Execute the file:
    cd core-commander
    bash commander.sh
    8_launch_ripa_commander.png

Now the core-commander installation script will open. At the first step, you will need to provide your user’s password (in our example, the password for user xpx).
9_insert_password.png

Since this is your first time running this installer, it will check for all of the dependencies and updates the RIPA node needs to run — press [enter] to continue and be patient. It might take a while, so do not interrupt the process.
10_install_dependencies.png

(installing prerequisites — don’t interrupt)

After this process finishes you will be asked to reboot your server — execute with the command: Y
11_reboot_system.png

After the node has rebooted reconnect to the node with your user, and execute :
cd core-commander
bash commander.sh
Provide your password if asked to enter the menu.
12_launch_ripa_commander.png

You will now enter into core-commander menu: there are a lot of options, and since this is our first installation, you will input letter I and press [enter] to execute the Install XPX process.
13_install_node.png

Now the XPX node installation will start  follow the instructions on screen to configure your node as you like:
15_configure_network.png
Figure 1: configure network

16_configure_database.png
Figure 2: configure database

17_configure_log.png
Figure 3: configure log

After configuration has been performed the node will be downloaded, configured, compiled: do not interrupt this process.
18_install_node.png

(installing node — don’t interrupt)

At the end you will be asked to start the relay node: choose "Y" to this question
19_launch_node.png

6. Checking XPX Node Status

Now you can use option "L" or "P" from the core-commander main menu to check the LOGs of your node or to check the processes in execution:
20_check_log.png
Figure 1: check node logs

23_log_ok.png
Figure 2: node logs

21_check_process.png
Figure 3: check node processes

25_processes_ok.png
Figure 4: node processes

CONGRATULATIONS: you have successfully installed your XPX Relay Node V.2.0

REMEMBER TO NOT SWITCH ON THE FORGER UNTIL MONDAY 04/01/2019 at 12:01 CET

Follow RipaEx socials to know the exact date of the XPX 2.0 migration

Remember to connect to us...

Website: www.ripaex.io
Telegram: t.me/ripaex
Bitcointalk ANN: bitcointalk.org/index.php?topic=3759172
Whitepaper: github.com/RipaEx/whitepaper/raw/master/eng/RipaEx_WP_EN.pdf
Facebook: www.facebook.com/ripaex
Twitter: twitter.com/ripaex
Gitter: gitter.im/RipaEx/RipaEx
GitHub: github.com/RipaEx/
Blog: steemit.com/ripaex

Coin Marketplace

STEEM 0.29
TRX 0.11
JST 0.033
BTC 63901.15
ETH 3133.40
USDT 1.00
SBD 4.05