1 listed · 0 online
Nodes
| Node | Status | GPU | Price | Container | Paid to |
|---|---|---|---|---|---|
| node_0c9ecc3dc334f34chttp://localhost:8402agent adf8fb3 | offlineseen 3:28:25 PM | NVIDIA GeForce RTX 3050 Laptop GPU4 GB VRAM | 0.002 HBARper minute · billed by the second · refundable | 4 cores · 16 GB50 GB workspace | 0.0.10499236 |
node_0c9ecc3dc334f34c
http://localhost:84020.002 HBARper minute · billed by the second · refundable
- GPU
- NVIDIA GeForce RTX 3050 Laptop GPU4 GB VRAM
- Container
- 4 cores · 16 GB · 50 GB workspace
- Paid to
- 0.0.10499236
- Seen
- 3:28:25 PM · agent adf8fb3
Renting oneQuote first.
Quote first.
It costs nothing.
/v1/specs is free on every node, because discovery that costs money is discovery agents cannot do. Asking for a session is free too: the node answers 402 with its price, and only a signed payment moves money.
terminalfree until you pay
curl -s <public url>/v1/specs
curl -si -X POST <public url>/v1/sessions \
-H 'Content-Type: application/json' \
-d '{"seconds":300,"public_key":"ssh-ed25519 AAAA…"}'