Storage Node
0G Storage interact with on-chain contracts for blob root confirmation and PoRA mining.
For official deployed contract addresses, visit this page.
- Memory: 16 GB RAM
- CPU: 4 cores
- Disk: 500GB / 1T NVME SSD
- Bandwidth: 500 MBps for Download / Upload
sudo apt-get update
sudo apt-get install clang cmake build-essential
brew install llvm cmake
curl --proto '=https' --tlsv1.2 -sSf <https://sh.rustup.rs> | sh
# Download the Go installer
wget <https://go.dev/dl/go1.22.0.linux-amd64.tar.gz>
# Extract the archive
sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.22.0.linux-amd64.tar.gz
# Add /usr/local/go/bin to the PATH environment variable by adding the following line to your ~/.profile.
export PATH=$PATH:/usr/local/go/bin
brew install go