Page cover

0G Storage KV

Detailed steps are provided as a guideline to deploy the Storage KV Client, which is a KV runtime built on top of the log layer.

circle-info

DISCLAIMER: This guide is for informational purposes only. Always verify steps with official documentation and ensure you fully understand each action before proceeding.

Hardware Requirement

- Memory: 16 GB RAM
- CPU: 4 cores
- Disk: 500GB / 1T NVME SSD
- Bandwidth: 500 MBps for Download / Upload

1. Follow the same steps to install dependencies and Rust in Storage node

2. Download the source code

rm -rf 0g-storage-kv
git clone -b v1.2.1 https://github.com/0glabs/0g-storage-kv.git

3. Build the source code

cd 0g-storage-kv
git submodule update --init --recursive
cargo build --release

4. Copy the config_example.toml to config.toml and update the parameters

Paste this content:

5. Creat service

6. Start service

Check log:

# Stop & Remove node

Last updated