🔁 5. Start Your Node With Screen
Last updated
sudo apt update
sudo apt install screen
screen -S node
qied start --home "$HOME/.qieMainnetNode"Your node will begin syncing with the network.
You’ll see blocks being synced in logs.
You can also verify sync status using :
curl localhost:26657/statusYour 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