@tip/proxy-agent (1.0.1)

Published 2026-04-10 11:30:23 +00:00 by rene

Installation

@tip:registry=
npm install @tip/proxy-agent@1.0.1
"@tip/proxy-agent": "1.0.1"

About this package

@tip/proxy-agent

Contribute bandwidth to the TIP (Transceiver Intelligence Platform) proxy network and get free API access in return.

How it works

  • You run the agent on a residential or home server machine
  • The agent starts a SOCKS5 proxy server on your machine
  • TIP scrapers route through your IP to bypass datacenter IP blocks (e.g. CloudFront WAF)
  • You get: free TIP API access, contributor badge, early access to new features

Install & Start

# Generate a token first on https://transceiver-db.context-x.org/dashboard (Network tab)
# Then start the agent:
npx @tip/proxy-agent start --token YOUR_TOKEN

Options

tip-agent start --token TOKEN [--port 1080] [--max-gb 10] [--name "My Node"]
tip-agent status
tip-agent stop
Option Default Description
--token (required) Your TIP node token
--port 1080 SOCKS5 listen port
--max-gb 10 Max bandwidth to donate
--name hostname Node display name
--server https://transceiver-db.context-x.org TIP API server

Protocol

  • SOCKS5 (RFC 1928)
  • No-auth method
  • TCP CONNECT only
  • 30s connection timeout
  • Heartbeat every 30s to routing server

Privacy

  • Only outbound TCP CONNECT requests are proxied (no BIND, no UDP)
  • Bandwidth is capped at your configured limit
  • No logs of proxied content are stored
  • Your IP is visible to the target website (residential proxy model)

Dependencies

Dependencies

ID Version
dotenv ^16.0.0

Development Dependencies

ID Version
@types/node ^20.0.0
typescript ^5.0.0
Details
npm
2026-04-10 11:30:23 +00:00
1
58 KiB
Assets (1)
Versions (5) View all
1.0.4 2026-04-10
1.0.3 2026-04-10
1.0.2 2026-04-10
1.0.1 2026-04-10
1.0.0 2026-04-04