Testnet Configuration

Field Value
Chain-Name 0G-Newton-Testnet
Chain-Id 16600 (zgtendermint_16600-2)
Token-Symbol A0GI
Chain-RPC https://rpc-testnet.0g.ai
Chain-Websocket wss://rpc-testnet.0g.ai/ws
Storage-RPC https://rpc-storage-testnet.0g.ai
Chain-Explorer https://chainscan-newton.0g.ai/
Storage-Explorer https://storagescan-newton.0g.ai/

Validator Node

This document outlines the steps to deploy your own validator node.

Hardware Requirement

Copy

- Memory: 64 GB
- CPU: 8 cores
- Disk: 1 TB NVME SSD
- Bandwidth: 100 MBps for Download / Upload

Server Timezone Configuration

Make sure your server timezone configuration is UTC. Check your current timezone by running timedatectl

Note: Having a different timezone configuration may cause a LastResultHash mismatch error and take down your node!

Install 0gchaind via CLI

Copy

git clone -b v0.2.3 <https://github.com/0glabs/0g-chain.git>
./0g-chain/networks/testnet/install.sh
source ~/.profile

Set Chain ID

Copy

0gchaind config chain-id zgtendermint_16600-2

Initialize Node

We need to initialize the node to create all the necessary validator and node configuration files:

Copy

0gchaind init <your_validator_name> --chain-id zgtendermint_16600-2