💾Node Installation

Jackal Mainnet guide

  • Minimum hardware requirements:

Node Type
CPU
RAM
Storage

Mainnet

12

32GB

450GB

1) Auto_install script

source <(curl -s https://raw.githubusercontent.com/111STAVR111/props/refs/heads/main/Jackal/jkl)

2) Manual installation

Preparing the server

sudo apt update && sudo apt upgrade -y
sudo apt install curl tar wget clang pkg-config libssl-dev jq build-essential bsdmainutils git make ncdu gcc git jq chrony liblz4-tool -y

GO 1.23.3

cd $HOME
VER="1.23.3"
wget "https://golang.org/dl/go$VER.linux-amd64.tar.gz"
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf "go$VER.linux-amd64.tar.gz"
rm "go$VER.linux-amd64.tar.gz"
[ ! -f ~/.bash_profile ] && touch ~/.bash_profile
echo "export PATH=$PATH:/usr/local/go/bin:~/go/bin" >> ~/.bash_profile
source $HOME/.bash_profile
[ ! -d ~/go/bin ] && mkdir -p ~/go/bin

Build 22.04.25

canined version --long | head

  • version: 4.6.0

  • commit: 09d64dcbab0a96da1da1605acfc4914069022ba4

Initiation

Create/recover wallet

Download Genesis

sha256sum $HOME/.canine/config/genesis.json

  • 25e5518fb4ab7fa6271b05d96cfb024469437d00b9584c2ae9030def9ca49cc8

Set up the minimum gas price and Peers/Seeds/Filter peers/MaxPeers

Pruning (optional)

Indexer (optional)

Download addrbook

Create a service file

StateSync Jackal Mainnet

SnapShot Mainnet updated every 5 hours

Start

Create validator

Monitoring

You can set up your node status alarm here - Monitoringarrow-up-right

Security

You can create secure management of your wallet and your node by following this links.

TMKMSarrow-up-right Wallet Securityarrow-up-right

Delete node

Last updated