Deployment Modes
FreezeDry nodes can run in three deployment modes depending on your needs.
Private Node
Run a node for your own platform only. No public peer network participation.
Use case: Marketplace or gallery that wants to inscribe its own users' art
Config:
NODE_MODE=dedicated, noNODE_URLorNODE_ENDPOINTneededNetwork: Only claims jobs assigned to your node's wallet
Cost: You pay your own RPC (Helius Developer $49/mo is sufficient)
Public Node
Join the open peer network. Accept jobs from anyone, earn fees.
Use case: Node operator earning escrow fees from the marketplace
Config: Set
NODE_URL(domain) orNODE_ENDPOINT(IP:port) +IDENTITY_KEYPAIRNetwork: Discovers peers via coordinator + gossip, serves blobs, accepts open jobs
Earnings: 6,000 lamports/chunk (5,000 reimbursement + 1,000 margin)
Hybrid (Default)
Accept assigned jobs first, fill remaining capacity from open market.
Use case: Platform with its own traffic that also earns from the network
Config:
NODE_MODE=open(default),RESERVED_SLOTS=1to keep capacity for your own jobsNetwork: Full peer participation + priority for assigned work
Reverse Proxy (nginx)
For domain-based nodes, set up nginx to forward traffic and identity headers:
IP:port Nodes (No Domain)
For the simplest setup, skip the domain entirely:
No nginx, no SSL, no DNS. The identity signature provides authentication. Just open port 3100 on your firewall and go.
systemd Service
Last updated
