
Installation
Hardware Requirement
- Memory: 16 GB RAM
- CPU: 4 cores
- Disk: 500GB / 1T NVME SSD
- Bandwidth: 500 MBps for Download / Upload1. Install dependencies for building from source
sudo apt-get update
sudo apt-get install clang cmake build-essential openssl pkg-config libssl-dev2. install go
cd $HOME && \
ver="1.22.0" && \
wget "https://golang.org/dl/go$ver.linux-amd64.tar.gz" && \
sudo rm -rf /usr/local/go && \
sudo tar -C /usr/local -xzf "go$ver.linux-amd64.tar.gz" && \
rm "go$ver.linux-amd64.tar.gz" && \
echo "export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin" >> ~/.bash_profile && \
source ~/.bash_profile && \
go version3. install rustup
4. Download and install binary
Upgrade Storage node v.0.5.05. Config:
6. Set your miner key:
# Define varible
# Set miner_key:
7. Verifying Configuration Changes

8. create service
9. Start node
10. Check log
# Full log:
# tx_seq log:

# Monitoring 0g-storage-node Logs without Network and Peer Messages:

# logSync & Peers through RPC:

# Use snapshot:
Snapshot# Stop & Delete node
Last updated