🧩 Useful Commands

Check bridge wallet balance:

celestia state balance --node.store ~/.celestia-bridge-mocha-4/

Get wallet address:

cd $HOME/celestia-node
./cel-key list --node.type bridge --keyring-backend test  --p2p.network mocha

Restore an existing cel_key:

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

Check bridge node status:

celestia header sync-state --node.store  ~/.celestia-bridge-mocha-4/

Get Node ID:

celestia p2p info --node.store ~/.celestia-bridge-mocha-4/

(Optional) Add permissions for transferring keys to another server:

chmod -R 700 ~/.celestia-bridge-mocha-4

Reset node:

celestia bridge unsafe-reset-store --p2p.network mocha

Last updated