Files
aitbc/docs/3_miners/0_readme.md
oib 06e48ef34b chore: standardize configuration, logging, and error handling across blockchain node and coordinator API
- Add infrastructure.md and workflow files to .gitignore to prevent sensitive info leaks
- Change blockchain node mempool backend default from memory to database for persistence
- Refactor blockchain node logger with StructuredLogFormatter and AuditLogger (consistent with coordinator)
- Add structured logging fields: service, module, function, line number
- Unify coordinator config with Database
2026-02-13 22:39:43 +01:00

868 B

Miner Documentation

Provide GPU resources to the AITBC network and earn tokens.

Reading Order

# File What you learn
1 1_quick-start.md Get mining in 5 minutes
2 2_registration.md Register GPU with the network
3 3_job-management.md Accept and complete jobs
4 4_earnings.md Track and withdraw earnings
5 5_gpu-setup.md GPU drivers, CUDA, optimization
6 6_monitoring.md Dashboards, alerts, health checks
7 7_api-miner.md REST API endpoints for integration