๐ 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