For the complete documentation index, see llms.txt. This page is also available as Markdown.

🔁 5. Start Your Node With Screen

▶️ Step 1: Config the screen(separate screen) to start the node


sudo apt update
sudo apt install screen
screen -S node

▶️ Step 2: Start the Node


qied start --home "$HOME/.qieMainnetNode"

Your node will begin syncing with the network.


⏳ Step 3: Wait for Full Sync

You’ll see blocks being synced in logs.

You can also verify sync status using :

curl localhost:26657/status

Your node will begin syncing with the network. NOTE - Once node started , To press Control +A+D at the same time to exit from screen.

Last updated