docs: update port 8000 references to 8011 in mining and cli docs
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
Documentation Validation / validate-policies-strict (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled

- Update mining/1_quick-start.md: coordinator URL 8000 → 8011
- Update cli/permission-setup.md: AITBC_COORDINATOR_URL 8000 → 8011
- More documentation files still need port 8000 → 8011 updates
This commit is contained in:
aitbc
2026-05-08 21:44:06 +02:00
parent 7afb559bd3
commit 42db78ac51
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
```bash
pip install -e . # from monorepo root
aitbc config set coordinator_url http://localhost:8000
aitbc config set coordinator_url http://localhost:8011
export AITBC_API_KEY=your-key
# Verify installation