Minting NFTs

NFT Minting Modules

At the moment we support the following platforms for minting NFTs:

Each modules have their differences, but they all share a similar initial setup, described below.

After entering the solana input required for each of them, you will be prompted to select which wallets to run, which RPCs to use and which proxies to use, if any.

Wallet

The first prompt will ask you to choose which wallet(s) to run for the minting module selected. They are loaded from your wallets file.

As observed in the image below, you can select to either run one individual wallet, by hovering over it with the arrow keys navigation menu, or you can select to run All wallets available, or all wallets except the first one.

Wallet slection

Tasks

The next prompt will ask you how many tasks to run per wallet.

This means if you have loaded 10 wallets, and input 10 as task number, you will be running a total of 100 wallets. It is also indicated by Minter Suite after entering your task number.

Task number prompt
Total task number display

RPC

This interactive prompt will ask you to pick the RPC you want to be used by all your tasks. This RPC will be used for both monitoring and sending transactions. They are loaded from your RPC file.

If you have several RPCs loaded and don't have a preference, you can choose the option Random RPC and Minter Suite will automatically choose one at random to be used for you.

RPC prompt

Proxies

Having selected the previous settings, you will be prompted to select which proxy list to use for the minting module. As explained here, they are loaded from the working directory of where your Minter Suite binary is placed, and it will scan all files ending in .txt to detect them.

These proxies will be used for two things:

  • RPC: If the RPC you selected, has a Use With Proxies setting of yes, then this RPC will be used with these proxies. It will pick a random proxy from your list and use it to make all connections to the RPC you selected.

  • APIs: At the time of writing this document, only two modules require interaction with external APIs to be able to mint NFTs: Magic Eden Launchpad and CMV3 (Metaplex Studio/Tensor) drops. These APIs have rate-limits in place, so it's wise to use proxies to connect to them and craft mint transactions.

Proxy list prompt

Stage Selection (Optional)

On some modules such as Candy Machine V3, or Launch My Nft, an additional prompt will require you to choose a stage to run for the drop. This prompt can be navigated with your arrow keys, an image below has been provided to show how it looks like.

Stage selection prompt

Last updated