Skip to content

loryhyu1090/0g_da_retriever_guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

0g_da_retriever_guide

0G-bg

Hardware Requirement

- RAM: 8 GB
- CPU: 2 cores
- Bandwidth: 100 MBps for Download / Upload

Installation

Install dependencies

sudo apt-get update
sudo apt-get install cmake build-essential protobuf-compiler

Install rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Download the source code

git clone https://github.com/0glabs/0g-da-retriever.git

Configuration

Field Description
log_level Set log level.
grpc_listen_address Server listening address.
eth_rpc_endpoint JSON RPC node endpoint for the blockchain network.

Run

  • Build
    cargo build --release
  • Run
    ./target/release/retriever --config ./run/config.toml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published