Installation

join the network

System requirement

  • OS Linux

  • 8 core

  • 32GB of RAM

  • 500GB-2TB of Storage

Settup Variable

Nodename

Replace <your_nodename_moniker> with your own nodename wahatever you want

MYNODENAME="<Your_Nodename_Moniker>"
echo "export NODENAME=$MYNODENAME" >> $HOME/.bash_profile

Save Environment Variables

echo "export WALLET=wallet" >> $HOME/.bash_profile
echo "export CROSSFI_CHAIN_ID=crossfi-evm-testnet-1" >> $HOME/.bash_profile
source $HOME/.bash_profile

Update and isntall dependencies

Update System Packages

Install required packages

Install GO

install Go, if you already install Go you can skip to the next steps

Node Settup

Download and prepare the binaries

Initialize the Node with Chain ID

Fetch configuration files

Configuration The Node

Set Minimum Gas Prices and Disable Indexing

Optimistion storage

Create Service System

Set Up and Start Node Service

Enable and start the service

Check Node Status

Check logs

Last updated