๐Ÿ” 5. Start Your Node

โ–ถ๏ธ 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