Skip to content

This repository talks about how to install and run the 0G_LABS validator node

License

Notifications You must be signed in to change notification settings

JoelryYOLO/GUIDE-how-to-run-0g-validator-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

GUIDE-how-to-run-0g-validator-node

This repository talks about how to install and run the 0G_LABS validator node. Hi all! If you wanted to install the validator node of the 0g_labs project, but didn’t know how exactly to do it, then this repository is especially for you! Just follow the instructions and you will definitely succeed! Before you start, it’s worth mentioning the system requirements; below are the minimum requirements under which you can run a node!

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

Double check that your computer meets these requirements.

Install

Great, now we can move on to the installation itself! Installation will take place using a code.

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

Set Chain ID

0gchaind config chain-id zgtendermint_16600-2

Initialize Node

0gchaind config chain-id zgtendermint_16600-2

Download Genesis File and add Seeds

  1. Download Genesis
    sudo apt install -y unzip wget
    rm ~/.0gchain/config/genesis.json
    wget -P ~/.0gchain/config https://github.com/0glabs/0g-chain/releases/download/v0.2.3/genesis.json
    Validate the Genesis File
    0gchaind validate-genesis
  2. Add Seed Nodes

Start Node

0gchaind start

That's all! I hope my guide helped you! I will be glad to receive your feedback!

About

This repository talks about how to install and run the 0G_LABS validator node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published