📒Necessary files

config.ini

  • [Solana mint options] compute_units = compute units to use with transactions in supported modules (default 600k)

  • [Solana mint options] additional_tx_fee = The bot will put your desired additional fee in SOL on top of the base transaction fee (example for Raydium base is 0.000001 SOL) Same goes for mints, depending on module base fee is 0.000001/0.0000005 SOL

  • [Solana mint options] jito_locations = Locations to be used in round-robin mode for minting seperated by commas

  • [Solana mint options] transaction_retries = amount_of_transaction_retries - changes how much times the bot sends a single transaction

  • [Solana mint options] transaction_delay = with what delay the bot should send the next transaction

  • [Solana mint options] transaction_retry_delay = with what delay the bot should send the next transaction retry

  • [Solana mint options] log_transactions = false/true - disables/enables logging of transaction signatures

How long the bot waits for new tokens to appear in/disappear fromwallet before assuming the swaps failed or were dropped in milliseconds

[Solana copytrading options] local_fresh_buy - Buy only fresh token [True / False ]

[Solana copytrading options] local_fresh_buy_queue_size - 1000 sets the amount of last purchased tokens to be checked for the token being purchased

rpcs.csv

1 RPC = 1 row

wallets.csv

1 wallet = 1 row

Last updated