Deployment

Running on Docker / Compose

Use the provided docker-compose.yml for scanner + API + DB stack.

Running on VPS / Bare Metal

  • Install Node.js

  • Setup systemd service

  • Enable logs and restart policies

Scaling with Multiple Workers

Use Redis locks so only one worker processes a slot at a time.

Load Balancing RPC Requests

Recommended to rotate between secondary RPCs for high load.

Last updated