# Commands

## 📚Useful commands📚

**Full node Status:**

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

**Full wallet balance:**

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

**Wallet address:**

```bash
cel-key list --node.type full --keyring-backend test
```

**Recover an existing wallet:**

```bash
cel-key add full-wallet --keyring-backend test --node.type full --recover
```

**Node ID:**

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

**Unsafe reset node:**

```bash
sudo systemctl stop celestia-full
celestia full unsafe-reset-store
```
