For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation

Installation

Install Dependencies

sudo apt update && sudo apt upgrade -y
sudo apt install curl git wget htop tmux build-essential jq make lz4 gcc unzip -y

Install Go

cd $HOME
sudo rm -rf /usr/local/go
VER="1.24.5"
curl -Ls https://go.dev/dl/go$VER.linux-amd64.tar.gz | sudo tar -xzf - -C /usr/local
echo "export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin" >> $HOME/.bash_profile
source $HOME/.bash_profile
mkdir -p ~/go/bin
go version

Download Binary

cd $HOME
mkdir -p ~/go/bin
wget https://github.com/INDIGOAZUL/la-tanda-chain -O latandad
chmod +x latandad
mv latandad ~/go/bin/

Init Node

Download Genesis and Addrbook

Set Custom Ports

Config Pruning

Set Minimum Gas Price

Set Persistent Peers

Disable Indexing

Enable and Start Service