Some checks failed
AITBC CI/CD Pipeline / lint-and-test (3.11) (pull_request) Has been cancelled
AITBC CI/CD Pipeline / lint-and-test (3.12) (pull_request) Has been cancelled
AITBC CI/CD Pipeline / lint-and-test (3.13) (pull_request) Has been cancelled
Security Scanning / Bandit Security Scan (apps/coordinator-api/src) (pull_request) Has been cancelled
Security Scanning / Bandit Security Scan (cli/aitbc_cli) (pull_request) Has been cancelled
Security Scanning / Bandit Security Scan (packages/py/aitbc-core/src) (pull_request) Has been cancelled
Security Scanning / Bandit Security Scan (packages/py/aitbc-crypto/src) (pull_request) Has been cancelled
Security Scanning / Bandit Security Scan (packages/py/aitbc-sdk/src) (pull_request) Has been cancelled
Security Scanning / Bandit Security Scan (tests) (pull_request) Has been cancelled
Security Scanning / CodeQL Security Analysis (javascript) (pull_request) Has been cancelled
Security Scanning / CodeQL Security Analysis (python) (pull_request) Has been cancelled
Security Scanning / Dependency Security Scan (pull_request) Has been cancelled
Security Scanning / Container Security Scan (pull_request) Has been cancelled
Security Scanning / OSSF Scorecard (pull_request) Has been cancelled
AITBC CI/CD Pipeline / test-cli (pull_request) Has been cancelled
AITBC CI/CD Pipeline / test-services (pull_request) Has been cancelled
AITBC CI/CD Pipeline / test-production-services (pull_request) Has been cancelled
AITBC CI/CD Pipeline / security-scan (pull_request) Has been cancelled
AITBC CI/CD Pipeline / build (pull_request) Has been cancelled
AITBC CI/CD Pipeline / deploy-staging (pull_request) Has been cancelled
AITBC CI/CD Pipeline / deploy-production (pull_request) Has been cancelled
AITBC CI/CD Pipeline / performance-test (pull_request) Has been cancelled
AITBC CI/CD Pipeline / docs (pull_request) Has been cancelled
AITBC CI/CD Pipeline / release (pull_request) Has been cancelled
AITBC CI/CD Pipeline / notify (pull_request) Has been cancelled
Security Scanning / Security Summary Report (pull_request) Has been cancelled
- Document current blockers and next steps - Summarize service patches applied - Track P2P and wallet tasks
1.3 KiB
1.3 KiB
Debugging Services — aitbc1
Date: 2026-03-13 Branch: aitbc1/debug-services
Status
- Fixed CLI hardcoded paths; CLI now loads
- Committed robustness fixes to main (
1feeadf) - Patched systemd services to use /opt/aitbc paths
- Installed coordinator-api dependencies (torch, numpy, etc.)
- Get coordinator-api running (DB migration issue)
- Get wallet daemon running
- Test wallet creation and chain genesis
- Set up P2P peering between aitbc and aitbc1
Blockers
Coordinator API startup fails
sqlalchemy.exc.OperationalError: index ix_users_email already exists
Root cause: migrations are not idempotent; existing DB has partial schema. Workaround: use a fresh DB file.
Also need to ensure .env has proper API key lengths and JSON array format.
Next Steps
- Clean coordinator.db, restart coordinator API successfully
- Start wallet daemon (simple_daemon.py)
- Use CLI to create wallet(s)
- Generate/use genesis_brother_chain_1773403269.yaml
- Start blockchain node on port 8005 (per Andreas) with that genesis
- Configure peers (aitbc at 10.1.223.93, aitbc1 at 10.1.223.40)
- Send test coins between wallets
Notes
- Both hosts on same network (10.1.223.0/24)
- Services should run as root (no sudo needed)
- Ollama available on both for AI tests later