Sending methods and copying
With the default CopyChain configuration, nothing is copied. This allows you to configure exactly what you want.
By default, CopyChain uses your SMB configuration as-is for sending. To copy specific items (tips, compute unit prices, etc.), you need to enable the relevant parameters in your CopyChain configuration.
For example, to copy Spam CU prices:
Set
[spam] enabled = true
in your SMB configuration.Set
[sending] compute_unit_price = { source = "Copy" }
in your CopyChain configuration.
That's it!
If a tip or CU price parameter is set to Copy
, it will wait for the copied wallet to use the corresponding sending method.
For example:
You have enabled only Jito in your SMB configuration file.
You set
[sending] jito_tip = { source = "Copy" }
in your CopyChain configuration.
Now, if the copied wallet is sending with Spam only, there will be nothing to copy! However, as soon as he starts sending with Jito, you will start sending transactions immediatly.
Last updated