Metadata-Version: 2.4
Name: ghostnexus-node
Version: 0.1.0
Summary: GhostNexus Provider Node — earn money with your idle GPU
Author-email: GhostNexus <contact@ghostnexus.net>
License: MIT
Project-URL: Homepage, https://ghostnexus.net/become-provider
Project-URL: Documentation, https://ghostnexus.net/become-provider
Project-URL: Repository, https://github.com/ghostnexus/ghostnexus-node
Keywords: gpu,mining,ai,compute,provider,passive-income
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: websockets>=12.0
Requires-Dist: nvidia-ml-py>=12.0

# ghostnexus-node

**Earn money with your idle GPU — GhostNexus Provider Node.**

Turn your gaming GPU into a passive income source. When you're not gaming, your GPU runs AI training jobs for other developers and you earn money.

- **RTX 4070**: up to ~$90/month at 50% utilization
- **RTX 4090**: up to ~$126/month at 50% utilization
- **70% revenue share** — paid via Wise or crypto from $50
- Fully isolated Docker sandbox — your data is never exposed
- Stop anytime — no contract, no commitment

## Install

```bash
pip install ghostnexus-node
```

Docker required: [docker.com/products/docker-desktop](https://www.docker.com/products/docker-desktop/)

## Quick Start

```bash
# Get your provider API key at ghostnexus.net/login (free)
ghostnexus-node start --api-key gn_live_...
```

Or set it as an environment variable:

```bash
export GHOSTNEXUS_PROVIDER_API_KEY="gn_live_..."
ghostnexus-node start
```

## How It Works

1. Your node connects to the GhostNexus network
2. When a client submits a job, it's dispatched to your GPU
3. The job runs in an isolated Docker container (no network access, memory/CPU limits)
4. Results are sent back, you earn credits
5. Cash out via Wise or crypto once you reach $50

## Sign Up

Create your provider account at [ghostnexus.net/login](https://ghostnexus.net/login) — it's free.

## License

MIT
