Skip to content

IPLoop Node Agent — earn proxy credits by sharing bandwidth

License

Notifications You must be signed in to change notification settings

Iploop/iploop-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 IPLoop Node Agent

Earn proxy credits by sharing your unused bandwidth.

Docker Hub License: MIT

Quick Start

docker run -d --name iploop-node --restart=always ultronloop2026/iploop-node:latest

That's it. You're now earning proxy credits.

What It Does

  • Shares your idle bandwidth through IPLoop's residential proxy network
  • Earns credits: up to 2.4 GB/day at Gold tier (see REWARDS.md)
  • Uses < 50MB RAM, near-zero CPU
  • Auto-reconnects on network issues
  • Works on Linux, macOS, Windows, Raspberry Pi

Docker Compose

version: '3'
services:
  iploop-node:
    image: ultronloop2026/iploop-node:latest
    container_name: iploop-node
    restart: always

Check Your Credits

docker logs iploop-node | head -5  # Get your token
curl "https://gateway.iploop.io:9443/api/credits?token=YOUR_TOKEN"

Use Your Credits as Proxy

curl -x "http://user:YOUR_API_KEY@gateway.iploop.io:8880" https://httpbin.org/ip
curl -x "http://user:YOUR_API_KEY-country-US@gateway.iploop.io:8880" https://example.com

Standalone Binaries

Don't want Docker? Download from Releases.

Platform Binary
Linux amd64 iploop-node-linux-amd64
Linux arm64 iploop-node-linux-arm64
macOS Intel iploop-node-darwin-amd64
macOS ARM iploop-node-darwin-arm64
Windows x64 iploop-node-windows-amd64.exe
Linux armv7 iploop-node-linux-armv7

Network Stats

  • 2,000,000+ residential IPs
  • 19,000+ nodes online
  • 50+ countries
  • Device types: Android, Windows, Mac, Smart TV

Links

License

MIT — see LICENSE

Support API

📖 Full API Documentation

All endpoints available at gateway.iploop.io:9443

GET /api/support/status

System health check. No auth required.

GET /api/support/diagnose?api_key=YOUR_KEY

Diagnose your API key — plan, quota, usage, recommendations.

GET /api/support/errors/{code}

Error code lookup (407, 403, 502, 503, 504, 429). No auth required.

POST /api/support/ask

Body: {"question": "your question"}. Requires api_key param. Ask about countries, quota, pricing, errors, timeouts.

Rate Limits

All API responses include rate limit headers:

  • X-RateLimit-Limit — your plan's limit
  • X-RateLimit-Remaining — requests remaining
  • X-RateLimit-Reset — reset timestamp
Plan Requests/min
Free 30
Rewarded 120
Starter 120
Growth 300
Business 600
Enterprise 1000+

About

IPLoop Node Agent — earn proxy credits by sharing bandwidth

Resources

License

Stars

Watchers

Forks

Packages

No packages published