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:
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
☑️
We recommend starting with SMB if you have to choose one.
Why is the output stuck? Nothing happens
You might see the output "stucked" like this for instance:
There are two main reasons:
There is no activity on any wallet you are copying.
There are transactions occurring for one or more wallets you’re copying, but none of them meet the requirements to start a copy session:
The copied wallet is sending with Jito using
no_failure_mode = falseand copy_jito_no_failure_only is set totrue: due to how this tool works, it's strongly recommended not to set this tofalseThe copied wallet is sending with Jito, but you have
enabled = falsein your[jito]SMB config sectionThe copied wallet is sending with Spam, but you have
enabled = falsein your[spam]SMB config section and Parameters is set tofalse
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):
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