PARTICIPATE · MINE AT HOME · PLANNED
Mine Cell at home — planned.
The GPU mining layer is the additive emission track for Cell (CELL). It is
deliberately separate from consensus: miners never propose blocks, never order transactions, and
can halt with zero effect on chain liveness. Mining Cell is how new coins enter circulation —
rewards depend on network difficulty and the current block reward, both of which change over time.
The reference CPU miner ships with the node today; the CUDA miner is planned to ship after an
external audit. A home-scale mining pool directory will arrive alongside the incentivized testnet.
REFERENCE · IN-TREE
CPU reference miner
cmd/qsdmminer builds a real proof under
MINING_PROTOCOL.md
and runs a
--self-test. Good for protocol compliance and one-off validation. Hash
rate is low by design — this is not the production miner.
PRODUCTION · PLANNED
CUDA miner
Optimized for NVIDIA (CUDA 11+, ≥ 8 GB VRAM, RTX 20/30/40/50-class). The protocol does
not prohibit other vendors; we simply ship NVIDIA-first because that is where the hardware
ecosystem is. Gated on external audit before release.
HOW YOU EARN
Block rewards — halving schedule
New Cell is emitted on every block according to the
published emission schedule
— 90 M lifetime mining cap, 4-year halvings, 0 % pre-mine, 10 % treasury cap. There are
no daily-earnings promises here: difficulty and the block reward are both moving targets.
Why NVIDIA for mining? (and what you miss without one)
QSDM is not NVIDIA-only. The reference CPU miner is always supported and the protocol will
accept a valid proof from any device. In practice, though, NVIDIA is the first-class path
today — the mesh3D CUDA kernels ship in-tree, the production miner image is built against
CUDA in CI, and the free NVIDIA NGC tier is the only attestation path
currently published. This table is what that means for an operator choosing hardware.
| Tier |
Hardware |
Relative hashrate |
Practical use |
NGC attestation badge? |
| Reference CPU |
Any x86-64, no GPU |
1× baseline (single-digit H/s) |
Protocol conformance, self-test, occasional testnet block under low difficulty |
No GPU to attest |
Entry NVIDIA RTX 3050 / 3060 |
CUDA 11+, 8 GB+ VRAM, NVIDIA Container Toolkit |
Thousands× CPU baseline (CUDA kernels unlock) |
Home miner — occasional mainnet blocks once mainnet ships |
Yes — free NGC tier |
Mid-range NVIDIA RTX 3080 / 4070 |
CUDA 11+, ≥ 10 GB VRAM |
Scales with SM count and memory bandwidth |
Serious home miner, longer profitable runway as difficulty rises |
Yes — free NGC tier |
High-end NVIDIA RTX 4090 / H100-class |
CUDA 12+, ≥ 16 GB VRAM |
Rack-grade — matches or exceeds farm economics |
Aggressive difficulty ramps, best power-per-hash, longest runway |
Yes — free NGC tier |
Non-NVIDIA GPU AMD / Intel |
OpenCL / ROCm / Level Zero — no first-party kernels shipped today |
Requires community port of pkg/mesh3d |
Research / goodwill contributions only |
NGC is NVIDIA-only tooling |
Qualitative tiers, not benchmark commits. Actual hashrate depends on driver version,
thermal/power budget, DAG size, and the current mesh3D epoch.
FREE NGC TIER
No paid NVIDIA plan needed
Sign up at
ngc.nvidia.com/setup — the free
account issues an NGC CLI API key. You do
not need NVIDIA AI Enterprise
or any paid subscription to run attestation. The sidecar image
(
nvcr.io/nvidia/pytorch) and the NVIDIA Container Toolkit are free too.
TRANSPARENCY BADGE
Appear on the public trust page
Attested nodes show up on
qsdm.tech/trust with a coarse
region + GPU-arch signal — a cryptographic statement tying your node to real silicon.
Non-attested nodes stay first-class on the network; the badge is a signal, not a gate.
SHIPPED KERNELS
CUDA is the supported fast path
pkg/mesh3d/cuda.go links libmesh3d_kernels.so, compiled with
nvcc in the miner Dockerfile and built by CI on every main
commit. Other vendors are welcome — they will require a community port.
Jurisdictional restrictions, tax treatment, electricity costs, and heat/noise output vary widely
by location and hardware. Evaluate your own situation before running a miner. Nothing on this
page is financial or legal advice.