Home5ireChainHow To Install 5ireChain Validator Node

How To Install 5ireChain Validator Node

-

Welcome to cryptomarketblog, the number one blog for crypto education. Here we explain the topics of the cryptocurrency using examples so that anyone can easily understand them. In this article we are going to show how to install 5ireChain validator node.

What is 5ire Chain?

5ire is a layer-1 EVM-compatible sustainability-oriented smart contract platform that focuses on developing a for-benefit blockchain ecosystem.

5ireChain has raised $121 Million funding from many reputable global enterprises in Series A & Seed Round.

Requirements to run 5ireChain Validator Node are:

  • 4CPU
  • 8GB RAM
  • 100GB of disk space (SSD)

Use Contab, pqhosting, vultr or digital ocean servers to setup a node. I recommend you to use Contab or pqhosting, in this example I am using Contab servers which is very cheap compared to all other VPS.

Go to Contab website https://contabo.com/en/vps/ and select “Cloud VPS S”, select your term length as 1 month or 3 months, select Image as Ubuntu latest version (Ubuntu 22.04 version), enter root password click on “next”, Fill the details and complete the payment. After payment it will take 5-10 mins to setup server, you will receive Gmail with your server details.

contab

go to https://www.putty.org/, Download and install the putty, next open it and enter host name (your server IP address) and click on open and accept. Enter user id as root and enter the root password (Which you created while buying server).

putty

Now you have VPS, you have to run the node.  First update the packages.Copy this code and paste there (Remember just copy from here and take your mouse pointer to where is blinking green, and right click there and run the code by pressing enter if it does not run automatically).

sudo apt update && sudo apt upgrade -y

Install required libraries

sudo apt install pkg-config curl git build-essential libssl-dev -y

Install Screen

apt install screen -y

Install docker compose

Run below command to install docker-compose

sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose

Setup permissions for docker-compose

sudo chmod +x /usr/local/bin/docker-compose

Check docker compose version (should return version 1.29.2 or higher)

docker-compose --version

Download and install validator

Download the Docker Image

docker pull 5irechain/5ire-thunder-node:0.12

Run the Docker Image

Create a screen

screen -S 5ireNode

Install Validator Node

docker run -p 30333:30333 5irechain/5ire-thunder-node:0.12 --port 30333 --no-telemetry --name 5ire-thunder-validator --base-path /5ire/data --keystore-path /5ire/data --node-key-file /5ire/secrets/node.key --chain /5ire/thunder-chain-spec.json --bootnodes /ip4/3.128.99.18/tcp/30333/p2p/12D3KooWSTawLxMkCoRMyzALFegVwp7YsNVJqh8D2p7pVJDqQLhm --validator

Exit from Screen

Use ctl + A + D to exit from screen

Reopen Screen

screen -r 5ireNode

Become Validator & Earn Rewards (coming soon).

Find more information here.

That’s it.

LEAVE A REPLY

Please enter your comment!
Please enter your name here

LATEST POSTS

MELD Airdrop

MELD is a non-custodial DeFi protocol for web3 finance, providing cross-chain lending, borrowing and staking on the MELD blockchain supporting the six leading blockchains as...

Omni Network Airdrop Guide

What is Omni Network? Omni Network is a layer 1 blockchain that operates as an EVM-compatible infrastructure layer using the EigenLayer technology. It allows for the...

Mist Chain Testnet Guide – Potential Airdrop

Mist Chain Testnet is now LIVE now! With all required blockchain capabilities, including token transactions and smart contract deployment, you can now explore and test...

Lamina1 Airdrop Guide

What is Lamina1? Lamina1 is a layer-1 blockchain that is optimized for the metaverse, and it is based on a fork of Avalanche blockchain. This blockchain...

Most Popular