Skip to main content

Compute provider

Where is the provider dashboard?

Once you have registered a machine, you may log into the provider dashboard.

After adding a machine, why is it in Pending/Configuring status?

You need to do the setup txn, please ensure you have enough ETH on Arbitrum Sepolia for gas fees.

Why is my machine rejected?

Your machine will be rejected if:

  • It runs workloads in addition to the NodeOps Network assigned loads
  • If SWAP is enabled

Why there is no workload on my machine?

In the early stages of NodeOps Network Testnet, we are testing the Compute onboarding process. The next stage will add workload on the provided Compute.

When will I get deployments on my machine?

In the early stages of NodeOps Network Testnet, we are testing the Compute onboarding process. The next stage will add workload on the provided Compute.

Why am I getting a copy error?

An error such as cannot create regular file '/usr/local/bin/atlasnetwork-provider': Permission denied means you didn't create a user account at root for NodeOps Cloud with the correct permissions to run the code.

You can get around this on Ubuntu with sudo. That means:

curl -L https://get.atlasnetwork.dev | sh -s - 9zvmdvJ****Secret*****w9PHZwP

becomes

sudo curl -L https://get.atlasnetwork.dev | sudo sh -s - 9zvmdvJ****Secret*****w9PHZwP

Why do I have a "non-schedulable" status?

Machines that successfully onboarded, but since then are not working correctly are moved to "non-schedulable" status. The underlying reason is often due to networking issues on the provider's side.

Why do I have to stake to become a provider?

info

For incentivized Testnet, $NODE staking is not yet required.

For Mainnet, staking is an economic security measure that ensures only earnest Compute providers can contribute to the NodeOps Network. It also ensures providers act in the best interest of the NodeOps Network by adding reliability and efficiency.

During the NodeOps Network Testnet phase, we will provide the Testnet $NODE to stake as part of the early bird campaign. All you need is testnet ETH on Arbitrum Sepolia as gas fees and any tokens required to satisfy the requirements of the faucet you use.

What are the minimum requirements for machines on NodeOps Cloud Marketplace?

Machines must

Comply with the minimum hardware and port requirements:

  • CPUs or vCPUs: ≥2
    • GB RAM: ≥4
    • SSD storage: ≥80GB NVMe Storage
    • Network bandwidth: ≥1Gbps unlimited
    • Uptime: ≥ 99%
    • OS: Debian (12+) or Ubuntu (22.04+) installation with Linux kernel 6.1+, updated with the latest security patches
  • Allow traffic on ports:
    • UDP 8472
    • TCP 10250
    • UDP 51820
    • UDP 51821
  • Run the Protocol at root
Machines must not:
  • Run additional workloads
  • Have third-party applications or monitoring agents installed
  • Enable SWAP
  • Be exposed to intervention with the workload or machines
Run at root

NodeOps Network's integration must be run directly on a machine at root:

  • You can't run it in Docker
  • Don't run it on a homelab