
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.
Hardware Requirement
- Memory: 16 GB RAM
- CPU: 4 cores
- Disk: 500GB / 1T NVME SSD
- Bandwidth: 500 MBps for Download / Upload1. 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.git3. Build the source code
cd 0g-storage-kv
git submodule update --init --recursive
cargo build --release4. Copy the config_example.toml to config.toml and update the parameters
config_example.toml to config.toml and update the parametersPaste this content:
5. Creat service
6. Start service
Check log:
# Stop & Remove node
Last updated