Sui Validator Node
Recommended Hardware: 24 vCPUs, 128 GB RAM, 4 TB of storage (NVME)
Install
sudo apt update && sudo apt upgrade -y
sudo apt install -y curl git build-essential libssl-dev pkg-config libclang-dev cmake jqcurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
rustup update
rustup default stableInstall Sui Binaries
git clone https://github.com/MystenLabs/sui.git
cd suigit checkout -b stable origin/stableConfigure the Validator
Start the Validator
Join the Validator Network
Monitoring and Updates
Last updated