Skip to main content

Minimum Requirements

To join the LooPIN network, ensure your system meets the following requirements:

  1. GPU: At least one Nvidia GPU.
  2. Operating System: A Linux machine running Ubuntu 22.04 LTS or later.
  3. Network: A public IP address.
  4. Ports: All ports must be available for the LooPIN network.
  5. RAM: At least 4GB * number of GPUs.
  6. Disk Space: At least 100GB.
  7. Nvidia Driver: Version 525.00 or higher.
  8. CUDA Version: Version 12.0 or higher.

Network Requirements

LooPIN network operates on top of Kubernetes (K8S). The table below outlines the network port requirements:

ProtocolDirectionPort RangePurposeUsed By
TCPInbound22LooPIN ConnectAll
TCPInbound9789LooPIN WorkerAll
TCPInbound10250Kubelet APISelf, Control plane
TCPInbound10256kube-proxySelf, Load balancers
TCPInbound30000-32767NodePort ServicesAll

You can read this guide to learn how to expose ports: https://www.noip.com/support/knowledgebase/general-port-forwarding-guide

Supported GPUs for Staking Rewards

Currently, we only support the following GPUs for staking rewards:

GPURTX 4090RTX 3090A100A5000A6000H100
StatusSupportedSupportedSupportedSupportedSupportedSupported

This list will be updated over time as we add support for more GPUs.

Want to check out the real-time 24-hour staking rewards? Head to https://www.loopin.network/overview for the latest updates!

Installation Process

To install, run the following command in your terminal (Interactive guidance at On board):

curl -fsSL https://files.loopin.network/install.sh | sudo bash -s -- --code <your-unique-code>

Expected Output

Upon successful installation, you should see an output similar to this:

>>> NVIDIA GPU installed.
>>> Install LooPIN Client...
cpu_cores: 20
gpu: [NVIDIA GeForce RTX 3080]
ipv4: <your-ip>
ram: 64032MB
cpu: 12th Gen Intel(R) Core(TM) i7-12700K
vram: 12288MB
driver_version: 550.54
location: xxx
cuda_version: 12.4
disk: 1.8T
platform: Linux
-- Required RAM: 3800MB, Available: 64032MB
-- Required Disk: 80GB, Available: 1.8T
-- Required CUDA Version: >=12, Available: 12.4
-- Required Driver Version: >=525, Available: 550.54
✅System meets memory and disk requirements.
✅CUDA and Driver versions are sufficient.

The installation will proceed only if all the requirements are met.