Fine-tuning

This tool uses your bot engine configuration, except for entries related to markets and other specific parts, as these are precisely what the tool is designed to copy.

SMB configuration

Values in the original SMB configuration under [routing] are ignored by copychain, since this is exactly what the tool is designed to copy. A few notes:

  • process_delay : set its value in the copychain configuration (see process_delay

  • lookup_table_accounts : copied by this tool but can be extended with the copychain configuration (see default_lookup_tables)

Some entries in [bot] section are also ignored:

  • merge_mints : always true

  • compute_unit_limit : copied by this tool

You can still use memo to tag your transactions, and it's highly recommended to set skip_ata_creation = true.

Each session will then use your own SMB configuration for sending transactions. The first step is to decide whether you want to copy and send with Jito, Spam, or both. Simply enable them in your SMB config (enabled = true under their respective sections) and ensure their configuration entries are valid, specially URLs.

For Jito, this tool does not copy and uses the following entries from your original SMB configuration file:

sending_venders is fully supported and works quite the same as Jito. If you want to copy Vendors Tips and fees, see vendors_tip and vendors_compute_unit_price.

For Spam, this tool does not copy and uses the following entries from your original SMB configuration file:

NotArb configuration

Refer to NotArb.

Last updated