You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TRX wallet address; the bot polls it for incoming USDT-TRC20 payments and matches them to pending invoices.
Optional: shutdown announcement
Variable
Description
SHUTDOWN_MODE
Set to true to wind the bot down without taking the process offline. The inbound middleware (src/middlewares/shutdownMode.ts) replies with the farewell, setupCheckers() is skipped so no cron / price / shift / alert / payment loops start, and the outbound notification paths short-circuit as a safety net. Unset to restore the bot.
Optional: MongoDB tuning
These knobs control connection retry / health-check behaviour. The built-in
defaults work for typical setups; tune them only if you observe specific
issues.