๐Ÿชช 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