Sui Full Node
Recommended Hardware: 8 physical cores / 16 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 cmakecurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
rustup update
rustup default stableClone the Repository and Build Sui
git clone https://github.com/MystenLabs/sui.git
cd suigit checkout -b stable origin/stablecargo build --releaseConfigure the Full Node
Start the Node
Verify Node Status
Update the Node
Last updated