🪪 3. Initialize Your Node
Last updated
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