NotArb - Solana Arbitrage Bot
  • Getting Started
    • Welcome
    • Changelog
    • The Basics
  • Setup
    • Start Here!
    • Prerequisites
      • Recommended Apps
      • RPC Providers
      • Linux Machines
    • Logging in Using SSH
    • Securing Your Machine
      • User Management
      • SSH Key-Based Authentication
      • Setting up UFW
      • Setting up fail2ban
      • Securing Wallet Private Key
    • Setting up for FTP
    • Initial Setup of NotArb
    • Using Screens
    • Making a Solana Wallet
  • Configurations
    • Using Nano
    • Config Basics
    • bot-config.toml
      • General Bot Settings
      • WSOL Unwrapper
      • JITO Strategy Settings
      • Spam Strategy Settings
      • Token Lists Settings
      • Swap Settings
    • jupiter-config.toml
      • Manager Settings
      • Env Settings
      • Mint Filters
    • Shell Scripts
      • run-bot.sh
      • run-jupiter.sh
      • run-screens.sh
  • Usage
    • Strategies
      • Jito Strategy
      • Spam Strategy
    • Updating
  • EXPERIMENTAL FEATURES
    • Overview & Caution
    • New Setup Configurations
  • New Mint Configurations
  • Default Strategy Fields
  • Jito Example
  • Spam Example
  • Extra Features
  • Support
    • FAQ
    • Common Issues
    • Troubleshooting
    • NotArb Docs Tracker
    • Contact
Powered by GitBook
On this page
  • [[file_mints]]
  • [[url_mints]]
  • Mint Tagging

New Mint Configurations

[[file_mints]]

[[file_mints]]
enabled=true
update_seconds=10 # optional, default 0 (no auto-update)
max_per_cycle=10 # optional, default unlimited
random_order=false # optional, default false
path="/path/to/mints.txt" # raw text or json supported

[[url_mints]]

[[url_mints]]
enabled=false
update_seconds=10 # optional, default 0
max_per_cycle=10 # optional, default unlimited
random_order=false # optional, default false
url="http://yourminturl.com/?t=%TIMESTAMP%" # %TIMESTAMP% optional, outputs json or raw text

Mint Tagging

You can now use tags to categorize mints:

So11111111111111111111111111111111111111112,perps # wsol
EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v,perps # usdc
Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB,perps # usdt
6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN,meme # trump

Tags can be used in strategy fields:

  • Include Tags Example

mint_include_tags=[ ["perps"], ["meme"] ] # matches any mint tagged 'perps' OR 'meme'
  • Exclude Tags Example

mint_exclude_tags=[ ["someTag"] ] # skips any mint tagged 'someTag'
PreviousNew Setup ConfigurationsNextDefault Strategy Fields

Last updated 2 months ago