cd celestia-node
./cel-key list --node.type light --keyring-backend test --p2p.network blockspacerace
curl -X GET http://127.0.0.1:26659/balance
AUTH_TOKEN=$(celestia light auth admin --p2p.network blockspacerace)
curl -s -X POST -H "Authorization: Bearer $AUTH_TOKEN" -H 'Content-Type: application/json' -d '{"jsonrpc":"2.0","id":0,"method":"p2p.Info","params":[]}' http://localhost:26658 | jq -r .result.ID
sudo journalctl -u celestia-lightd.service -f
./cel-key delete wallet-old --keyring-backend test --node.type light --p2p.network blockspacerace
./cel-key add wallet --keyring-backend test --node.type light --p2p.network blockspacerace
./cel-key add wallet --keyring-backend test --node.type light --p2p.network blockspacerace
uninstal celestia light node
cd $HOME
sudo systemctl stop celestia-lightd
sudo systemctl disable celestia-lightd
sudo rm /etc/systemd/system/celestia-lightd.service
sudo systemctl daemon-reload
rm -f $(which celestia-lightd)
rm -rf $HOME/.celestia-lightd
rm -rf $HOME/celestia-lightd