# Commands

## 📚Useful commands📚

**Light node Status:**

```bash
celestia header sync-state --node.store ~/.celestia-light-mocha-4/
```

Light **wallet balance:**

```bash
celestia state balance --node.store ~/.celestia-light-mocha-4/
```

**Wallet address:**

```bash
cel-key list --node.type light --keyring-backend test --p2p.network mocha
```

**Recover an existing wallet:**

```bash
cel-key add light-wallet --keyring-backend test --node.type light --recover --p2p.network mocha
```

**Node ID:**

```bash
celestia p2p info --node.store ~/.celestia-light-mocha-4/
```

**Unsafe reset node:**

```bash
celestia light unsafe-reset-store --p2p.network mocha
```
