IDLE HARDWARE EARNS.
Most GPUs spend most of their hours waiting. A node turns idle minutes into validated sub-tasks. Settlement is per-task in $PRLX.
Single binary. Five workload classes. Operators install one process, declare hardware, accept dispatched sub-tasks, and return each result with a Proof-of-Execution commitment.
Or read the operator manual
What the node does, what it processes, and what it earns. Read each card top to bottom.
Most GPUs spend most of their hours waiting. A node turns idle minutes into validated sub-tasks. Settlement is per-task in $PRLX.
Workload classes (AI, science, data, render, zk) map to different hardware. Your declared tier dispatches its lane.
No SaaS contract, no monthly billing. Each completed sub-task is anchored by a SHA-256 commitment and paid in $PRLX after validation.
parallelix-node is a single binary with six discrete subcommands. Each has its own runtime state. Terminal output below is illustrative.
Hardware capability detection. Signs the manifest with ed25519.
Posts the signed capability manifest to the coordination layer.
Daemon mode. Decrypts dispatches, executes sandboxed, returns results.
SHA-256 hash commitment over (task_id, result, node_id). Anchored on-chain. NOT a zk-SNARK.
Streams coordinator events: dispatch, decrypt, execute, proof, settle.
Phase 2. Deposit 50,000 $PRLX. Slashable. 7-day unstake cooldown.
One operator session, end to end. Five phases. Each phase pairs the description with the terminal evidence that proves it.
One-line install script ($ curl ... | sh) fetches the single binary, verifies the signature, places `parallelix-node` in /usr/local/bin. No daemon framework.
Probe hardware, sign the capability manifest with the operator wallet, post to coordinator.
Phase 2 only. Deposit 50,000 $PRLX. Slashable during the 7-day unstake cooldown.
Coordinator dispatches encrypted sub-tasks. Sandboxed runtime executes; bytes return.
PoE commitment returned. Coordinator validates against the redundant sample. $PRLX released.
Workload-class declarations restrict which sub-tasks the scheduler routes. A CPU-only node can still earn from data and science classes.
gamer · dev
studio · ml engineer
operator · datacenter
Where the network is now, and the standard man-page conventions for everything else.
The full operator spec lives in the docs. The install script opens publicly at the next milestone; the curated cohort is running the network today.