# Local Fakenet Support Bundle

- Bundle: `local_fakenet_20260604130805419`
- Status: `blocked`
- Active diagnostics: `4`
- Report count: `2`
- Endpoint: `127.0.0.1:5555`
- Wallet: `532AxMqc29thxqonTxkVQ5D1ghfG7a6CN29CDmruQ5HaEVhLqrDqaXQ`
- Generated: `2026-06-04T13:08:05.419Z`

## Diagnostics

### Local fakenet gRPC is unreachable

- Severity: `blocker`
- Evidence: local-fakenet-health: local-fakenet gRPC endpoint not reachable at 127.0.0.1:5555: ECONNREFUSED
- Action: Start or resume the local fakenet process, then regenerate readiness reports.

```bash
fakenock --start
```

### fakenock is not available on PATH

- Severity: `blocker`
- Evidence: spawn fakenock ENOENT
- Action: Run the checks from WSL or a shell where fakenock is installed and on PATH.

```bash
fakenock --balance
```

### Wallet balance check failed

- Severity: `blocker`
- Evidence: spawn fakenock ENOENT
- Action: Check the configured fakenet wallet directly before refreshing the balance report.

```bash
fakenock --balance
```

### Chain metadata report is missing

- Severity: `warning`
- Evidence: No local-fakenet-chain report was found in .nocklab.
- Action: Generate chain metadata so peer count, height, and block commitment can be checked.

```bash
npm run lab:local:chain
```

## Next Commands

```bash
fakenock --start
```

```bash
fakenock --balance
```

```bash
npm run lab:local:chain
```

## Report Artifacts

- `local-fakenet-health` fail: `/bundle/server-functions/default/.nocklab/local-fakenet-health.report.json`
- `local-fakenet-balance` fail: `/bundle/server-functions/default/.nocklab/local-fakenet-balance.report.json`

## Links

- JSON bundle: https://nocksperimental.com/api/fakenet/support-bundle
- Readiness: https://nocksperimental.com/api/fakenet
- Diagnostics: https://nocksperimental.com/api/fakenet/diagnostics
- Commands: https://nocksperimental.com/api/fakenet/commands
- Runbook: https://nocksperimental.com/api/fakenet/runbook.sh
