Installation

Current Version
Port Prefix

v5.0.5-mocha

116

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 CELESTIA_CHAIN_ID="mocha-4"" >> $HOME/.bash_profile
echo "export CELESTIA_PORT="116"" >> $HOME/.bash_profile
echo "export DAEMON_NAME="celestia-appd"" >> $HOME/.bash_profile
echo "export DAEMON_HOME=$HOME/.celestia-app"" >> $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