In Discord Minting Bot



This bot is for only SOL's Candy Machine V2 and https://launchmynft.io mints.

Discord users can mint NFTs through Discord commands:
/buy cmid: XXXX private_key: XXXX amount: X custom_rpc: XXXX (optional)
/lmnft url: XXXX private_key: XXXXX amount: X custom_rpc: XXXX (optional)

Features:

CMID Mint Bot


Steps:

Command: /buy cmid: _ private_key: __ amount: __ 

image-1657288028351.png

1. The first step is putting the Candy Machine ID under "cmid". You can get this in our Discord by using the /cmid command on a live mint URL. Note this must be an ID, such as 8dSGtzxCtqP3Wx3EgBFt5J5Lpavr7rTdPzyoHZfA1ova. It must NOT have a URL such as https://mint.kalisten.app/

2. Private key is your wallet address. You need to create a new wallet first - as this needs to be a TRUE burner. This wallet must not be connected to any other wallets. It should also only have < 5% of your total NFT net worth.

You have 2 options to do this:

2.1 Create a new Google Chrome profile

Screenshot 2022-07-08 224515.png

image-1657293974074.png

2.2 OR use a New Browser

3. Follow the steps on creating a wallet

image-1657287937664.png

image-1657287971122.png

image-1657287991889.png

4. To get the private key, click "Settings" on the bottom right of Phantom, then "Export Private Key". Enter your password, then click "Copy"

4.Paste it in Private key in the bot command

5. Enter the desired quantity you want to mint

6. Press enter. If the message shows a success, then check your wallet and you can see the NFT


What the private key is being used for:

1. Fetching candy machine state
2. Creating a transaction:
  - Create account
  - Init Mint instruction
  - Create associated token account
  - Mint to Instruction
  - Candy machine v2 Mint instruction
3. Create another transaction in else statement
  - Candy Machine mint E instruction

LMNFT Mint Bot

Steps:

Command: /lmnft url:XXX private_key:XXX amount:XX


1. The first step is copying the URL of lmnft in URL section







2. Private key is your wallet address. Like the CMID Mint bot you need to create a new wallet first - as this needs to be a TRUE burner. This wallet must not be connected to any other wallets. It should also only have < 5% of your total NFT net worth.

You have 2 options to do this:


2.1 Create a new Google Chrome profile

Screenshot 2022-07-08 224515.png

image-1657293974074.png

2.2 OR use a New Browser

3. Follow the steps on creating a wallet

image-1657287937664.png

image-1657287971122.png

image-1657287991889.png

4. To get the private key, click "Settings" on the bottom right of Phantom, then "Export Private Key". Enter your password, then click "Copy"

4.Paste it in Private key in the bot command

5. Enter the desired quantity you want to mint

6. Press enter. If the message shows a success, then check your wallet and you can see the NFT


Revision #22
Created 8 July 2022 13:30:39 by Professor Decoder
Updated 22 August 2022 09:39:54