For the complete documentation index, see llms.txt. This page is also available as Markdown.

🪪 3. Initialize Your Node

🧰 Step 1: Initialize the Node

qied init --chain-id="qie_1990-1" <your-name> --home "<path-to-config>"

Example :

qied init --chain-id="qie_1990-1" validator --home "$HOME/.qieMainnetNode"

This will generate the required structure in ~/.qieMainnetNode, including:

  • config/ – blockchain config files

  • data/ – block data

Last updated