Skip to content

Performance Tuning

Optimize SOL BEAST for maximum performance.

Network Optimization

Use Fast RPC

  • Helius (recommended)
  • QuickNode
  • Triton
  • Avoid public RPC

Regional Endpoints

Choose closest Helius Sender endpoint:

  • US: slc-sender (Salt Lake City)
  • EU: lon-sender (London)
  • Asia: sg-sender (Singapore)

Enable Helius Sender

toml
helius_sender_enabled = true
helius_use_dynamic_tips = true

System Optimization

Hardware

  • SSD for faster builds
  • Stable network connection
  • Low-latency to Solana validators

Software

  • Run in release mode: cargo run --release
  • Close unnecessary programs
  • Use Linux for best performance

Monitoring Performance

Track these metrics:

  • Transaction confirmation time
  • Success rate
  • Slippage vs expected
  • Network latency

Troubleshooting Slow Performance

  1. Check RPC latency
  2. Enable Helius Sender
  3. Use regional endpoint
  4. Increase priority fee multiplier
  5. Check system resources

Released under the MIT License.