From f225660f43a22735bdb9430b807700debd6e35d4 Mon Sep 17 00:00:00 2001 From: aitbc Date: Sat, 9 May 2026 11:29:53 +0200 Subject: [PATCH] docs: add mining directory README --- docs/mining/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/mining/README.md diff --git a/docs/mining/README.md b/docs/mining/README.md new file mode 100644 index 00000000..92064dae --- /dev/null +++ b/docs/mining/README.md @@ -0,0 +1,20 @@ +# Miner Documentation + +Provide GPU resources to the AITBC network and earn tokens. + +## Reading Order + +| # | File | What you learn | +|---|------|----------------| +| 1 | [1_quick-start.md](./1_quick-start.md) | Get mining in 5 minutes | +| 2 | [2_registration.md](./2_registration.md) | Register GPU with the network | +| 3 | [3_job-management.md](./3_job-management.md) | Accept and complete jobs | +| 4 | [4_earnings.md](./4_earnings.md) | Track and withdraw earnings | +| 5 | [5_gpu-setup.md](./5_gpu-setup.md) | GPU drivers, CUDA, optimization | +| 6 | [6_monitoring.md](./6_monitoring.md) | Dashboards, alerts, health checks | +| 7 | [7_api-miner.md](./7_api-miner.md) | REST API endpoints for integration | + +## Related + +- [CLI Guide](../0_getting_started/3_cli.md) — Command-line reference +- [Client Docs](../2_clients/0_readme.md) — If you also want to submit jobs