Mainnet-0 · Public Earn

Earn Work Credits without running a VOID node.

Use the one-shot no-node client. It creates a private local executor identity, claims one server-selected task, verifies the selected dataset, submits one signed result bundle, and checks the capability-bound canonical +3 WC acceptance response.

1. Check availability

Read the sanitized participant status. It contains the trusted coordinator node ID and whether bounded work is currently claimable.

Open status JSON

2. Download one file

This is not a node, wallet, miner, validator, or background daemon. Node.js is required to run the single client file.

Download no-node client

3. Run one bounded job

node void-public-earn-no-node-client-v1.mjs status \
  --account YOUR_ACCOUNT \
  --coordinator-base PUBLIC_HTTPS_BASE \
  --coordinator-node-id COORDINATOR_NODE_ID

node void-public-earn-no-node-client-v1.mjs run \
  --account YOUR_ACCOUNT \
  --coordinator-base PUBLIC_HTTPS_BASE \
  --coordinator-node-id COORDINATOR_NODE_ID

The account is a participant accounting identifier, not a wallet address. Work, dataset, input hash, fixed award, and expiry remain coordinator-selected.

Public boundary

Network status Read-only app Client guide