SolanaMevBot
  • 🤖SolanaMevBot - Solana Arbitrage Bot
    • 📘Blog
      • The Current Landscape of MEV on Solana
      • How to Frontrun on Solana: A Step-by-Step Guide
    • đŸ’ĩFees
  • Onchain Bot
    • â„šī¸How this bot work
    • đŸ› ī¸Getting started
    • â›“ī¸Onchain program
    • 🔍Address lookup table
    • 📝Bot configurations
  • 🚀Releases
  • â€ŧī¸Trouble shooting
  • 💹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

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
PreviousReleasesNextPerformance tuning

Last updated 7 days ago

â€ŧī¸