Skip to main content

1. Basic Information

  • Chain ID: cnho_stables-1
  • Data Directory: ~/.cnho
  • Executable Name: cnho_stables
  • Genesis File: Genesis JSON
  • Seeds:
    c5afa68170530e128018e12cd463d15823e34ce9@seeds.cnho.io:26656

2. Download Executable Binaries

—Baidu Cloud: —Official Website:

3. Deployment Steps

Step 1: Initialize Node
Step 2: Download Genesis File
Step 3: Configure Seeds
  • Open ~/.cnho/config/config.toml, find the seeds setting, and replace it with:
Step 4: Set Chain ID in client.toml
  • Open ~/.cnho/config/client.toml, update:
Step 5: Enable API, RPC, and Swagger
  • In ~/.cnho/config/app.toml, set the following values to true:
  • Ensure the ports are correctly set (default: RPC 26657, API 1317).
Step 6: Start Node
Step 7: Check Synchronization Status

4. Accessing API, RPC, and Swagger Services

  • Access RPC:
    Use curl or any HTTP client:
  • Access API:
    If API is enabled, access via browser or HTTP client (default port 1317):
  • Access Swagger UI:
    If Swagger is enabled, visit: