FAQ

Questions about running compute jobs with ON? You’ll find the answers here.
Don’t see yours? Reach out!
What happens if my algorithm fails during execution?

Within Ocean Network, if your algorithm is faulty and breaks mid-job, you will only be billed for the time it actually ran.

For each node, however, there is a minimum billing period, set by the node owner. That means that even short-lived jobs will be charged if there is a failure of any kind before reaching >= that min job duration. Check the algorithm logs to see what failed and where.

Do I need to set up servers as a node operator?
Yes. As a node operator, you run your own infrastructure. You can install an Ocean Node using Docker and the ocean-node-quickstart.sh script, or use the Ocean Network Run a Node page to automate much of the setup. You also need to: -Configure networking and open required ports -Set up your compute environment -Set up your EVM private key and admin wallet Your node must be publicly accessible to pass monitor checks for uptime, validity, and performance benchmarks. Rewards need to be claimed, which means you need to have funds for gas fees
Is there currently a trial program available?
Yes. We have Complimentary Credits, which offer access to high-performance GPU workloads. They are delivered as $100 worth of Complimentary Credits, so you can validate and experiment before moving to paid compute and topping out the escrow
Can I deploy a long-running inference server on an Ocean Node?
Not as the default pattern. Ocean Nodes are built for batch inference and GPU inference jobs that run within a runtime window, not a long-running inference server that stays on indefinitely.
Do compute jobs have a maximum runtime limit?
Yes. Every environment has a maximum job duration, which keeps execution predictable for node operators. Each environment also shows its max job duration and current resource availability in the Ocean Network dashboard, so you can pick what fits your run. For bigger workloads that are not available inside the dashboard, use multi-stage pipelines so long runs become multiple separate jobs.
How can I become a node operator and earn rewards?
Install an Ocean Node using Docker and the ocean-node-quickstart.sh script, or use the Ocean Network Run a node page, which automates much of the setup. Configure your networking (open ports) and compute environment, and set up your EVM private key and admin wallet. Your node must be publicly accessible to pass the monitor checks that verify uptime, validity, and performance benchmarks (CPU, GPU, bandwidth). Rewards are paid to your node address for successful participation and completed compute work. Read more...
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.