π 0G_storage-node-V3_Galileo
The largest DeAI L1 ecosystem
RPC:
HTTPS RPC URL: https://galileo-evm-rpc.validator247.com
WSS RPC URL : wss://galileo-evm-ws.validator247.comDownload and install binary
git clone -b v1.0.0 https://github.com/0glabs/0g-storage-node.git
cd 0g-storage-node
cargo build --releaseDownload config file:
curl -o $HOME/0g-storage-node/run/config-testnet-turbo.toml https://cdn.bangcode.id/0g/v3_config.tomlnano config-testnet-turbo.toml , edit file config:
# Network Config Options
network_dir = "network"
network_listen_address = "0.0.0.0"
# DB Config Options
db_dir = "db"
# Log configuration file.
log_config_file = "log_config"
#Log directory.
log_directory = "log"
# transaction gas fee.
miner_key = "Your_private-key_wallet"
# RPC Config Options
[rpc]
# Whether to provide RPC service.
enabled = true
# HTTP server address to bind for public RPC.
listen_address = "0.0.0.0:5678"Create service
Run node
Check Logs
Check logSync & Peer via RPC
# Stop & Delete node
Last updated
