Installation

v8.7.0

Minimum hardware Requirements #

CPU : 4x CPUs
Ram : 8GB RAM 
Storage: 100GB of storage (SSD or NVME)

Setting Variables

echo "export WALLET="wallet"" >> $HOME/.bash_profile
echo "export MONIKER="test"" >> $HOME/.bash_profile
echo "export functionx_CHAIN_ID="fxcore"" >> $HOME/.bash_profile
echo "export functionx_PORT="242"" >> $HOME/.bash_profile
echo "export DAEMON_NAME="fxcored"" >> $HOME/.bash_profile
echo "export DAEMON_HOME=$HOME/.fxcore"" >> $HOME/.bash_profile
source $HOME/.bash_profile

Install dependencies

sudo apt update && sudo apt upgrade -y && sudo apt-get install make build-essential gcc git jq chrony lz4 tmux unzip bc -y && sudo apt install -y curl git jq lz4 build-essential unzip

INSTALL GO

Download and build binary

Installing Cosmovisor

Initialize Node & Configuring Node Port

Download Snapshot

Start service and check the logs

Last updated