celestia state balance --node.store ~/.celestia-light/
cd $HOME/celestia-node
./cel-key list --node.type light --keyring-backend test
KEY_NAME="my_celes_key"
cd ~/celestia-node
./cel-key add $KEY_NAME --keyring-backend test --node.type light --recover
celestia header sync-state --node.store ~/.celestia-light/
celestia p2p info --node.store ~/.celestia-light/
chmod -R 700 ~/.celestia-light
celestia light unsafe-reset-store
sudo systemctl stop celestia-light
sudo systemctl disable celestia-light
sudo rm /etc/systemd/system/celestia-light*
rm -rf $HOME/celestia-node $HOME/.celestia-light