0G RPC Node
Testnet V3 (Galileo), ChainID: 16601
Resources
Website
https://0g.ai/
Hardware requirements
CPU
RAM
Storage
Network
OS
Installation ๐พ
sudo apt update && sudo apt upgrade -y
sudo apt install curl git wget htop tmux build-essential jq make lz4 gcc unzip -ysudo rm -rf /usr/local/go && \
curl -L https://go.dev/dl/go1.24.2.linux-amd64.tar.gz | sudo tar -xzf - -C /usr/local && \
echo "export PATH=$PATH:/usr/local/go/bin:~/go/bin" >> ~/.bash_profile && \
source $HOME/.bash_profile && \
[ ! -d ~/go/bin ] && mkdir -p ~/go/bin
go versionUseful commands โ๏ธ
Delete node ๐๏ธ
Last updated