⚙️ 1. How to Run a Full Node on QIE V3
🛠️ Step-by-Step Node Setup
🔁 Step 1: Clone the QIE Repository
cd $HOME
sudo apt-get install wget
wget https://github.com/qieadmin/qiev3-mainnet/releases/download/v3/qiemainnetv3.zip
unzip qiemainnetv3.zip
cd QIEV3Mainnet🧭 Step 2: Add the Binary to Your PATH
sudo cp -r ./qied /usr/bin
cd $HOME🧰 Step 3: Initialize the Node
qied init --chain-id="<chain-id>" <node-name> --home "<path-to-config>"qied init --chain-id="qie_1990-1" fullnode --home "$HOME/.qieMainnetNode"🧾 Step 4: Replace the Genesis File
🧾 Step 5: Replace the Genesis File and others.
🧾 Step 6: Set a Name for Your Full Node
▶️ Step 7: Start the Node
⏳ Step 8: Wait for Full Sync
🎉 Step 9: Done!
Last updated