Installation

Prerequiretes
Node Type
CPU
Memory
Disk
Bandwidth
Light validator
2 Cores
2 GB
20 GB
8Mb/s
Full validator
4 Cores
8 GB
256 GB
64Mb/s
Installation
Update and install packages
apt update && apt upgrade -y
apt install git make clang pkg-config libssl-dev build-essential -y
Install binary files
source <(curl -s https://raw.githubusercontent.com/ryzwan29/dill-validator/main/dill.sh)
Last updated