βš™οΈInstallation

After thorough testing on multiple machines, we can conclude that the recommended minimum hardware requirements are as follows:

System: Ubuntu 22.04 ,

Open port: 21888 TCP and UDP

Min: 1 CPU, 2G Ram, 40GB SSD

1./ Server preparation

sudo apt update && apt upgrade -y
sudo apt install tmux git curl -y
sudo apt install make clang pkg-config libssl-dev build-essential -y

2./ Install or update to version 1.6.4

cd $HOME && rm -rf update_pactus.sh && wget -O update_pactus.sh https://raw.githubusercontent.com/NodeSphereGL/NodeSetup/main/Pactus/update.sh && chmod +x update_pactus.sh && ./update_pactus.sh

3./ Initializing the Node

Run Command below and choose number of validator (from 1 to 32)

Save all: Your wallet seed, Wallet address, Validator address

cd $HOME/node_pactus
sudo ./pactus-daemon init

Or restore from existing seeds:

./pactus-daemon init --restore "<your-mnemonic>"

4./ Import snapshot

5./ CLI Cheatsheets

Last updated