๐ชช 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 filesdata/
โ block data
Last updated