Usefull CLI guide for celestia light node
check wallet
cd celestia-node
./cel-key list --node.type light --keyring-backend test --p2p.network blockspaceracecheck wallet balance
curl -X GET http://127.0.0.1:26659/balanceget node id
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.IDcheck logs
sudo journalctl -u celestia-lightd.service -fdelete wallet
./cel-key delete wallet-old --keyring-backend test --node.type light --p2p.network blockspaceracecreate new wallet
restore wallet
uninstal celestia light node
Last updated