curl -fsSL https://x402.ergoproxy.xyz/install.sh | sudo bashiwr -useb https://x402.ergoproxy.xyz/install.ps1 | iex
Zero-config. Installs Docker if needed, generates an ETH wallet, and starts the node.
Inbound tunnel (bore) is enabled by default — works behind NAT / no public IP.
Earnings are paid in USDC on Base to your auto-generated wallet.
All optional. Prepend env vars to the install command.
Existing wallet — skip generation, use your ETH public address:
WALLET_ADDRESS=0x... curl -fsSL ... | sudo bash
Disable bore — if you have a public IP / port forwarding:
BORE_ENABLED=false curl -fsSL ... | sudo bash
WARP — route outbound traffic through Cloudflare WARP:
WARP_ENABLED=true curl -fsSL ... | sudo bash
bore — TCP tunnel for inbound reachability (on by default)
3proxy — HTTP + SOCKS5 proxy server
node-agent — registers with network, reports usage, earns USDC
WARP — optional outbound privacy tunnel (off by default)