FAQ

How to find wallets to copy?

Dune dashboards

The best place to start is in Dune dashboards, on every onchain leaderboards.

Circular

Circular, in addition to being an excellent arbitrage tracker, offers a leaderboard of the top-performing wallets for various arbitrage bots—including SolanaMevBot and NotArb.

ChainBox

Among other features, ChainBox offers wallet analytics.

Which bot is better, SMB or NotArb?

It ultimately comes down to personal preference, as both have their pros and cons:

SMB
NotArb

Easier to get started

☑️

3rd-party vendors

☑️ (full support)

✔️ (only FAST and Astralane)

USDC arbitrage

✔️ (3-hop)

☑️ (full support as base mint)

USD1 arbitrage

✔️ (3-hop)

Transactions optimization

☑️ (uses less CU)

Bot optimization

☑️ (faster to start, uses less machine resources)

More configurable

☑️

Why is the output stuck? Nothing happens

You might see the output "stucked" like this for instance:

There are two main reasons:

  1. There is no activity on any wallet you are copying.

  2. There are transactions occurring for one or more wallets you’re copying, but none of them meet the requirements to start a copy session:

    1. The copied wallet is sending with Jito using no_failure_mode = false and copy_jito_no_failure_only is set to true : due to how this tool works, it's strongly recommended not to set this to false

    2. The copied wallet is sending with Jito, but you have enabled = false in your [jito] SMB config section

    3. The copied wallet is sending with Spam, but you have enabled = false in your [spam] SMB config section and Parameters is set to false

How to be sure the bot is stopped?

You can run this command to make sure every processes are stopped:

How to get/renew a license?

Open a ticket on Discord in the dedicated server:

How to display Temporal Tip Floor response?

See their official documentation.

How to display Jito Tip Floor response?

Or formatted with jq (install it first with sudo apt install jq):

How to display Helius Priority Fee API response?

This is the request CopyChain uses (with default config) to get priority fees from Helius:

Or formatted with jq (install it first with sudo apt install jq):

Don't forget to replace the placeholder APIKEY in the URL with your own API key.

I ran into an error

Permission denied

You forgot to change binary permission:

Subscribe on full stream with any is not allowed

Set grpc_lightconfiguration to true.

Need help

You should first check the Discord support channel. Other users are also there to help you.

If your request requires privacy, please open a ticket on the Discord server. We'll assist you as soon as possible. Make sure to attach your logs (program output, workspace logs, etc.) so we can help you more efficiently.

Last updated