> For the complete documentation index, see [llms.txt](https://docs.qie.digital/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qie.digital/how-to-become-a-validator-on-qie-v3/2.-install-qie-node.md).

# 🔧 2. Install QIE Node

🛠️ Step-by-Step Node Setup

#### 🔁 Step 1: Clone the QIE Repository

```bash
cd $HOME
sudo apt-get install wget
wget https://github.com/qieadmin/qiev3-mainnet/releases/download/v3/qiemainnetv3.zip
unzip qiemainnetv3.zip
cd QIEV3Mainnet
rm -rf qied
wget https://github.com/qieadmin/qiev3-mainnet/releases/download/v4/qied
chmod +x qied
```

***

#### 🧭 Step 2: Add the Binary to Your PATH

In the QIEV3Mainnet directory, run:

```bash
sudo cp -r ./qied /usr/bin
cd $HOME
```

This allows you to use `qied` globally from anywhere.<br>
