📘Commands
📚Useful commands📚
Full node Status:
celestia header sync-state --node.store ~/.celestia-full/
Full wallet balance:
celestia state balance --node.store ~/.celestia-full/
Wallet address:
cel-key list --node.type full --keyring-backend test
Recover an existing wallet:
cel-key add full-wallet --keyring-backend test --node.type full --recover
Node ID:
celestia p2p info --node.store ~/.celestia-full/
Unsafe reset node:
sudo systemctl stop celestia-full
celestia full unsafe-reset-store
Last updated
Was this helpful?