๐ 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"โณ Step 3: Wait for Full Sync
curl localhost:26657/statusLast updated