Add these as query parameters to this page's URL to customize the worker. Multiple params are joined with &.
?maxSandboxes=4&paymentAddress=0xYOUR_ADDRESS
- register
- Private key this browser registers as a worker under. Default: none — without it, the worker runs unregistered. Changing it re-registers under the new key.
?register=0xYOUR_PRIVATE_KEY
- paymentAddress
- Wallet address earnings are deposited to. Default: demo address shown below the log panel.
?paymentAddress=0xYOUR_WALLET_ADDRESS
- computeGroups
- Which compute group to join, as joinKey,joinSecret. Default: bell / ••••••.
?computeGroups=bell,18be80
- jobIds
- Comma-separated job IDs to restrict work to. Default: none (any available job).
?jobIds=jeHgigTXPURl6xMgUz9oNw,anotherJobId
- maxSandboxes
- Maximum number of concurrent sandboxes (parallel work slots). Default: 2.
?maxSandboxes=4
- cpuUtilization
- Fraction of CPU capacity to offer, 0–1. Default: 1.
?cpuUtilization=0.5
- gpuUtilization
- Fraction of GPU capacity to offer, 0–1. Default: 1.
?gpuUtilization=0
- cpuCores
- Number of CPU cores to allocate. Default: auto-detected.
?cpuCores=4
- gpuCores
- Number of GPU cores to allocate. Default: auto-detected.
?gpuCores=1
- minCPU / minGPU / minIn / minOut
- Minimum wage (⊇) required to accept CPU work, GPU work, per input KB, and per output KB. Default: 0 (accept any wage).
?minCPU=0.001&minGPU=0.001&minIn=0.001&minOut=0.001
- allowOrigins
- Which job origins to accept work from — any, or a comma-separated list of URLs. Default: any.
?allowOrigins=https://jobs.example.com,https://other.com
- leavePublicGroup
- Whether to leave the public compute group when joining a private one. Default: true.
?leavePublicGroup=false