SolanaMevBot
CtrlK
  • πŸ€–SolanaMevBot - Solana Arbitrage Bot
    • πŸ“˜Blog
      • The Current Landscape of MEV on Solana
      • How to Frontrun on Solana: A Step-by-Step Guide
      • Beginner's guide to write your own Solana arbitrage bot
    • πŸ’΅Fees
  • Onchain Bot
    • ℹ️How this bot work
    • πŸ› οΈGetting started
    • ⛓️Onchain program
    • πŸ”Address lookup table
    • πŸ“Bot configurations
      • πŸ“šConfig examples
      • πŸ”€Sending Vender examples
    • ‼️Trouble shooting
    • πŸš€Releases
    • πŸ’ΉPerformance tuning
    • Onchain Bot Dashboard
  • Jupiter Bot
    • ℹ️How this bot work
    • πŸ› οΈGetting started
    • πŸ“Bot configurations
      • πŸ“šConfig examples
    • πŸ”‘Common workflow
    • πŸ’ΉPerformance tuning
    • 🧩Bot Strategy
    • ‼️Trouble shooting
    • πŸš€Releases
    • ❓FAQ
    • Dashboard
  • Community
    • Discord
Powered by GitBook
On this page
  • Transaction is too large error
  • Too many open files
  • Wrap WSOL
  1. Onchain Bot

‼️Trouble shooting

Transaction is too large error

This means you are including too many accounts in your transaction, to make it work you will need to add lookup tables to your config. The bot provides a build in cli to do so, see Address lookup table

Too many open files

Run this before running the bot

ulimit -n 65535

Wrap WSOL

For example wrapping 0.1 SOL to WSOL

./smb-onchain wrap-sol config.toml 100000000
PreviousSending Vender examplesNextReleases

Last updated 2 months ago