๐Ÿ’ฐ IPLoop Node Rewards

April 30, 2026 ยท View on GitHub

Earn proxy credits just by keeping your node online. No bandwidth metering โ€” pure uptime rewards.

Reward Tiers

TierCumulative UptimeRateDaily Earning
๐Ÿฅ‰ Bronze0 โ€“ 6 hours50 MB/hour300 MB
๐Ÿฅˆ Silver6 โ€“ 24 hours75 MB/hour1.35 GB
๐Ÿฅ‡ Gold24+ hours100 MB/hour2.4 GB/day

Earnings Examples

ScenarioMonthly Credits
1 node, always on~70 GB/month
2 nodes (+20% bonus)~168 GB/month
5 nodes (+20% each)~490 GB/month

How It Works

  1. Install the node agent (Docker or binary)
  2. Run it โ€” agent connects to gateway.iploop.io automatically
  3. Earn โ€” credits accumulate based on uptime, updated hourly
  4. Use โ€” spend credits as proxy bandwidth via proxy.iploop.io:8880

Credit = Bandwidth

  • 1 credit = 1 MB of proxy access
  • Credits accumulate in real-time
  • No expiration on earned credits
  • Use credits with any IPLoop proxy feature (geo-targeting, sticky sessions, etc.)

Rules

  • Minimum uptime: 5 minutes before earning starts
  • Daily cap: 10 GB/day per node (anti-abuse)
  • Multi-device bonus: +20% per additional node
  • Tier progression: Based on cumulative uptime (resets if offline > 24h)
  • Fair use: Nodes that route traffic earn faster than idle nodes

Quick Start

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

# Check it's connected
curl -s https://gateway.iploop.io:9443/health | python3 -m json.tool

Use Your Earned Credits

# Basic proxy request
curl -x "http://iploop:YOUR_API_KEY-country-US@proxy.iploop.io:8880" https://httpbin.org/ip

# Python SDK
pip install iploop[stealth]
from iploop import IPLoop
client = IPLoop(api_key="YOUR_KEY", stealth=True)
result = client.fetch("https://www.amazon.com/dp/B0BSHF7WHW", country="US")

Pricing Comparison

Without node rewards, proxy pricing is:

  • Starter: $4.50/GB
  • Growth: $3.50/GB
  • Business: $2.50/GB

With a single node running 24/7, you get ~70 GB/month FREE.

That's equivalent to $175โ€“$315/month of proxy bandwidth at zero cost.