📘Commands

📚Useful commands📚

Full node Status:

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

Full wallet balance:

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

Wallet address:

cel-key list --node.type full --keyring-backend test --p2p.network mocha

Recover an existing wallet:

cel-key add full-wallet --keyring-backend test --node.type full --recover --p2p.network mocha

Node ID:

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

Unsafe reset node:

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

Last updated