0G
Installation Guide for Storage Node OG and Storage KV
Hardware Requirements
Component
Minimum Requirements
Installing Storage Node OG
sudo apt-get update
sudo apt-get install clang cmake build-essentialcurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
wget https://go.dev/dl/go1.22.0.linux-amd64.tar.gz
sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.22.0.linux-amd64.tar.gz
echo "export PATH=\$PATH:/usr/local/go/bin" >> ~/.profile
source ~/.profileInstalling Storage KV
Additional Configuration and Optimization
Last updated
