🖥️Useful commands

Check full node wallet balance

celestia state balance --node.store ~/.celestia-full/

Get wallet address

cd $HOME/celestia-node
./cel-key list --node.type full --keyring-backend test

Restore an existing cel_key

KEY_NAME="my_celes_key"
cd ~/celestia-node
./cel-key add $KEY_NAME --keyring-backend test --node.type full  --recover

Check Full node status

celestia header sync-state --node.store ~/.celestia-full/

Get Node ID

celestia p2p info --node.store ~/.celestia-full/

(Optional) Add permissions for transferring keys to another server

chmod -R 700  ~/.celestia-full

Reset node

Delete Full Storage node

Last updated