Internal alpha · staging

让闲置 GPU 成为
可调度的 AI 计算网络

C3Pool 把分散的家庭/工作室 GPU 连接成可用的 AI 计算能力。需求方提交任务、上传资源、查看切片计划;提供方在桌面客户端绑定节点、接收任务、获得 alpha credits。

Download desktop client →Submit a compute job →
Internal alpha. Alpha credits only — not withdrawable. No mining, no Token, no Web3.
我需要算力

Demand / Customer Portal

注册账号 → 创建计算任务 → 上传任务资源 → 查看切片计划 + 状态。Alpha 阶段只完成上传 + 切片,不执行 GPU 训练。

我提供算力

Provider / Contributor Portal

下载桌面客户端 → 登录 → 绑定节点 → 接收 cpu_hash_smoke_v1 任务 → 看 alpha credits 入账。

How it works

Two parallel flows — one per role. Alpha-stage; some steps still in test.

Demand side

  1. 上传任务资源 (≤ 5 MiB this round)
  2. 平台生成 manifest + 切片计划
  3. Admin promote → planned compute units
  4. (Stage 22.5+) 节点执行并上传结果
  5. (Stage 22.6) 平台校验 + 汇总 + 结算

Provider side

  1. 安装桌面客户端 (Windows alpha)
  2. 登录账号并绑定节点
  3. 系统检测 + 装可选 runner pack
  4. 接收 cpu_hash_smoke_v1 任务
  5. 查看 ledger 入账 alpha credits

Trust & safety

What we promise during alpha. We will get stricter, not looser.

Node token stored in Windows DPAPI; never written to plain config
JWT short-lived; logout clears it (node_token kept until user resets)
Per-job sandbox; tasks run with explicit resource caps
Server-side artifact SHA-256 verification before promote
Diagnostics bundles redacted before upload (hostnames, paths, tokens)
No reading personal files; the app only touches its own install dir + cache
User controls Start / Stop / Quit at any moment from the desktop tray
Alpha-stage: limits on file size, concurrency, deadlines

Internal alpha · staging

This is staging, not production. The credits you see are alpha credits — internal accounting only, not withdrawable. No production SLA. Suitable for test users + early partners.

  • Demand-side upload caps at 5 MiB this round (Stage 22.3/22.4)
  • Only deterministic cpu_hash_smoke_v1 tasks run end-to-end today
  • GPU runner-pack + real training is the next stage
  • Desktop installer is unsigned — Windows SmartScreen will warn
  • No mining, no Token, no Web3 — this is a compute platform

Download — Windows desktop client

Unsigned alpha. Install the WebView2 runtime first if Windows asks for it.

FAQ

常见问题。Alpha 阶段答案,会随版本演进。

这是不是挖矿?

不是。C3Pool 不做挖矿、不发 Token、不上链。本平台是 AI 计算调度网络,让闲置 GPU 接受真实计算任务。

是否需要一直开机?

不要求。提供方任何时候可以从托盘菜单 Stop/Quit。节点只在桌面客户端运行时才接受任务。

我的文件安全吗?

客户端只触碰自己的安装目录和缓存目录。不读你的私人文档。诊断报告上传前会脱敏 hostname / path / token / 凭证。

我的 GPU 会被如何使用?

当前 alpha 只跑确定性 SHA256 CPU smoke 任务(cpu_hash_smoke_v1)。GPU 训练在 Stage 23 才正式启用,启用前会有显存上限 / 并发数 / 沙箱策略写在 capabilities。

现在是否可以真实赚钱?

不可以。当前是 internal alpha;显示的是 alpha credits,是内部记账,不可提现。提现链路在生产发布后才开。

为什么安装包未签名?

我们没在 alpha 阶段做 Code Signing。Windows SmartScreen 会警告,可以点 "More info → Run anyway"。SHA-256 在 /contributor/downloads 公开,可手动核对。

如何退出节点?

桌面右下角托盘菜单 → Quit / 退出。也可以从 Node Control 页面 Stop agent。要永久解绑,调用桌面 Settings → Reset node。

需求方上传的模型会如何处理?

Stage 22.3:上传到 staging MinIO,后端只看 sha256 + size。Stage 22.4:admin 触发 promote 时后端重新算 sha256 验证。Stage 22.5+:节点按 byte-range 读 chunk,结果回传。

什么时候支持 GPU 真实任务?

路线:Stage 22.5 CPU runner、Stage 22.6 聚合下载、Stage 23 GPU runner pack。每一步都有公开 round report。

Alpha 阶段限制是什么?

需求方上传 ≤ 5 MiB;只允许 .txt/.json/.bin/.safetensors 占位;只跑 deterministic cpu_hash_smoke_v1;alpha credits 不可提现;没有 production SLA。