GPU Node Setup
Provide raw inference power to the Bitnow network. We support multi-vendor architectures and containerized deployments.
Hardware Requirements
To ensure consistent performance for consumer agents, nodes must meet the following minimum specifications:
GPU Models
NVIDIA A100, H100, RTX 4090, or RTX 3090 (24GB+ VRAM recommended).
Internet Link
Minimum 1Gbps symmetrical connection for reliable model loading.
Node Setup & Registration
Your GPU node should expose an HTTP inference endpoint compatible with the OpenAI Chat Completions style (or another supported backend). Once the endpoint is reachable, register the node with the Bitnow registry so the router can start sending traffic.
curl -sS -X POST "<BASE_URL>/v1/suppliers/gpu" \
-H "Content-Type: application/json" \
-d '{
"wallet_address": "<SUPPLIER_WALLET>",
"models": ["gpt-4o", "gpt-4o-mini"],
"price_per_million_tokens": "5.00",
"max_requests_per_hour": 1000,
"endpoint": {
"base_url": "https://gpu-node.example.com",
"backend_type": "openai_http",
"timeout": 30000,
"auth_type": "bearer",
"auth_value": "node-access-token",
"health_endpoint": "/healthz"
}
}'Required Parameters
Auto-Scaling
Scale node power dynamically based on network demand.
Health Checks
Periodic uptime and latency checks to maintain routing priority.
Metering
Per-token billing settled instantly on the blockchain.