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.

Why is the output stuck? Nothing happens

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

[INFO ] Starting copychain v0.2.0
[INFO ] License valid (7 days 21 hours left)
[INFO ] Monitoring [xxx]

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 spam_to_jito is set to false

How to be sure smb-onchain is stopped?

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

pkill -ef -9 "copychain run"

How to get/renew a license?

Hit me up on Discord in the dedicated server:

Last updated