Candy Machine V3
Solana Input
The solana input for this module is always the Candy Machine address of the collection you are trying to mint.
Most of the times it can be scraped using our url scrapers. If this is not the case, please contact Minter Suite staff and they will manually search for it.
Drop Types
This module supports two different drop types.
Non-API
These are drops which don't require external APIs to obtain mint transactions. All transactions are generated client-side inside Minter Suite, and forwarded directly to the blockchain using your RPC.
With low retry delays here, you can get very high Transactions Per Second (TPS) counts. If you are running an RPC node which has TPS limits in place (most do), you should test your setup prior, to ensure you are not exceeding this limit.
API
They work in a similar way to Magic Eden Launchpad drops, these drops require interactions with external APIs to fetch the mint transaction to be later forwarded to the blockchain with your RPC. Therefore, the expected TPS you can obtain with them, is significantly lower vs Non-API drops.
Similarly to Magic Eden Launchpad drops, proxies are highly recommended to be used. At the moment, only two websites require API interaction, Metaplex Studio and Tensor.
Truffle
This marketplace presents Cloudflare's Turnstile Captcha, which at the moment is solved in-bot using Capmonster. Make sure you have API keys loaded for it.
Metaplex Studio
This website is well known to die on most drops, so expect to run tasks for several minutes. Most times, your tasks will be giving errors because their web server can't handle the traffic, just keep tasks running as transactions will eventually go through.
Tensor
This marketplace requires a special solana input, which will be provided by Minter Suite staff.
Also, this is the only module in Minter Suite which requires a solver for google's recaptcha. Minter Suite will use the first available solver, by checking if there are API keys loaded for them, in the following priority order:
This means if you have keys loaded for Capmonster and Capsolver, Capsolver will be used exclusively for solving captcha's.
Last updated