Config general settings
๐ Config File Setup
HTTP_RPC_URLS:
- Insert Node 1 (Remove whole line if you are using in-bot Node)
- Insert Node 2 (Remove whole line if you are using in-bot Node)
GEYSER_URL: Insert Geyser URL
DISCORD_WEBHOOK_URL: Insert your discord webhook here to be notified of any trades
BLOXROUTE_AUTH_KEY: "Insert your private Bloxroute API key if you want to override ours"
NEXTBLOCK_AUTH_KEY: "Insert your private NextBlock API key if you want to override ours"
ZEROSLOT_AUTH_KEY: "Insert your private ZeroSlot API key if you want to override ours"
BUY_ATTEMPTS: Enter the amount of buy attempts per transaction
MAX_OPEN_POSITIONS: Max total positions across all modes
DISABLE_UI: true/false depending on if you want the UI
BUY_ONCE: true/false depending if you want to buy the same token more then once
SELL_ATTEMPTS: Enter the amount of sell attempts per transaction
Last updated