TRD Compute Network — community GPU worker. Run TRD's website-builder agents on your idle GPU and earn credits.
Project description
trd-worker
Community GPU worker for the TRD Compute Network. Plug in your idle GPU, run TRD's website-builder agents in the background, and earn credits redeemable on TRD subscriptions.
Phase 2 — alpha. Inference is currently STUBBED (workers sleep + return canned responses). Real inference ships in Phase 3 once we wire in llama.cpp / vllm.
Install
pip install git+https://github.com/TRDnetwork/trd-worker.git
Or for development (clone + editable install):
git clone https://github.com/TRDnetwork/trd-worker.git
cd trd-worker
pip install -e .
Requires Python 3.9+.
Quickstart
# 1. Sign up at https://compute.trdn.io (waitlist gates registration)
# 2. Register this machine
trd-worker login --email you@example.com
# 3. Start the worker
trd-worker start
Commands
| Command | Description |
|---|---|
trd-worker login |
Detect GPU, register with backend, save token |
trd-worker start |
Run daemon (heartbeat + poll + execute jobs) |
trd-worker status |
Show config + login state |
trd-worker logout |
Wipe local config |
trd-worker version |
Print version |
Config location
~/.trd-worker/config.json (chmod 600). Holds your worker ID, auth token, and email.
Environment overrides
TRD_CN_API— override backend URL (for local backend testing)
Earning rates (rounded)
| GPU | cr/hr |
|---|---|
| H100 80GB | 500 |
| A100 80GB | 300 |
| A100 40GB | 220 |
| RTX 4090 24GB | 150 |
| RTX 3090 24GB | 100 |
| AMD MI250 / 7900 XTX | 120 |
| Apple M3 Max/Ultra | 80 |
| Apple M2/M3 Pro | 50 |
1 credit ≈ $0.008 (pegged to AWS-equivalent compute, updated monthly).
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file trd_worker-0.3.0.tar.gz.
File metadata
- Download URL: trd_worker-0.3.0.tar.gz
- Upload date:
- Size: 28.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7593919c56c23625602796616f9f95719dc8fda4938137bd80a45ffde641f718
|
|
| MD5 |
1dda4193014373c557a16282b11364bf
|
|
| BLAKE2b-256 |
b8e523eabcc37491bd7a7b27f2b15ed3f25669d3974a6f45bcfcd87629fcc49e
|
File details
Details for the file trd_worker-0.3.0-py3-none-any.whl.
File metadata
- Download URL: trd_worker-0.3.0-py3-none-any.whl
- Upload date:
- Size: 32.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad7d960e90d2f82f1925c5190d47a4e113dcb27be3a243b6b9e06c0ccdabf2e9
|
|
| MD5 |
02ae07351855a6d8e1cb114f8721d439
|
|
| BLAKE2b-256 |
caa8e60ec99cf47a837d2c807852da5470f86d67f7ba5aec96a52bc9445d1ec0
|