Minimum Requirements
To join the LooPIN network, ensure your system meets the following requirements:
- GPU: At least one Nvidia GPU.
- Operating System: A Linux machine running Ubuntu 22.04 LTS or later.
- Network: A public IP address.
- Ports: All ports must be available for the LooPIN network.
- RAM: At least 4GB * number of GPUs.
- Disk Space: At least 100GB.
- Nvidia Driver: Version 525.00 or higher.
- 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:
Protocol | Direction | Port Range | Purpose | Used By |
---|---|---|---|---|
TCP | Inbound | 22 | LooPIN Connect | All |
TCP | Inbound | 9789 | LooPIN Worker | All |
TCP | Inbound | 10250 | Kubelet API | Self, Control plane |
TCP | Inbound | 10256 | kube-proxy | Self, Load balancers |
TCP | Inbound | 30000-32767 | NodePort Services | All |
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:
GPU | RTX 4090 | RTX 3090 | A100 | A5000 | A6000 | H100 |
---|---|---|---|---|---|---|
Status | Supported | Supported | Supported | Supported | Supported | Supported |
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.