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 = trueSystem 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
- Check RPC latency
- Enable Helius Sender
- Use regional endpoint
- Increase priority fee multiplier
- Check system resources