0G Storage KV
Storage KV setup guide by NodeCattel π π»
Storage KV Node Setup
# Current version used in doc
Binary: zgs_kv
Version: 1.1.0
Service Name: zgs-kv.serviceβοΈ Hardware Requirement
- Memory: 16 GB RAM
- CPU: 4 cores
- Disk: 500GB / 1T NVME SSD
- Bandwidth: 500 MBps for Download / UploadPrerequisites
Ensure Rust & GO are installed
Check if Rust is installed by running:
rustc --version
go versionIf Rust and GO are not installed, follow this section to install it.
Build Storage KV from source code
Copy the example config_example.toml & rename to config.toml
Set parameters for Storage Node
Use sed to update these parameters:
Create zgs-kv service (storage KV) to run in the background
Start Storage KV node
View Storage KV log
Stop Storage KV node - (if you wish to stop the service)
Last updated