🗻Installation
Nolus Mainnet guide
Hardware Requirements
Node Type
CPU
RAM
Storage
Mainnet
4+
16+
240+ GB SSD
Server preparation
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 -yGO 1.21.6
ver="1.21.6"
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"
echo "export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin" >> $HOME/.bash_profile
source $HOME/.bash_profile
go versionBuild
Result
version: 3.0.0
commit: 899268292f2945f98b7d1f6c4c98b03509ddb9be
Initiation
Create / recover wallet
Download genesis and addrbook
Result
2eb786d599f3b52ead11cf3e118aa09b7ca0ec4bc8464922c91cbc0ca68cea09
Setup the minimum gas price and Peers
Pruning (optional)
Create a service file
Start
Create validator
Delete node
Last updated