Questions tagged [candy-machine]

103 questions
1
vote
1 answer

verify_upload not working in Candy Machine v2

I just finished uploading my test nfts onto arweave using the devnet. This was the code I used: ts-node D:/Hashlips/Test-Metaplex-master/js/packages/cli/src/candy-machine-v2-cli.ts upload -e devnet -k C:/Users/Cardo/.config/solana/Test/seller.json…
1
vote
1 answer

Not pulling to right repository?

It's not pulling the right repository to move files I believe. I am pretty sure I'm in the right directory. It's 2:35 in the video I'm trying to follow along with - https://www.youtube.com/watch?v=0_-mP0RjsVI&t=164s
0
votes
1 answer

Error: Invalid option 'tokenMint' after connecting phantom wallet to Candy Machine UI

I'm currently integrating the Candy Machine UI from the QuickNode documentation (link: https://www.quicknode.com/guides/solana-development/nfts/how-to-deploy-an-nft-collection-on-solana-using-sugar-candy-machine#set-up-a-minting-site) into my web…
0
votes
1 answer

Candy Machine mintV2 - Error: failed to send transaction: Transaction simulation failed

I have created a CandyMachineV3 using sugar with the metaplex docs as a reference. And now, I have implemented the NFT mint button in the front end, but I get an error. [Error Details] In the phantom wallet, Unable to simulate. Make sure you…
ysaito
  • 41
  • 5
0
votes
0 answers

Why I am getting while uploading images while creating nft

ts-node C:/Users/aditya/Desktop/PracticeCodes/NftMinting/~/deprecated-clis/src/candy-machine-v2-cli. ts upload \ -e devnet \ -k payer.json \ -cp config.json \ ./assets Using this command but getting error Getting this type of error enter image…
0
votes
0 answers

Metaplex Candy Machine UI - Mint Failed Error

Whenever I try to mint an NFT from a Candy Machine V2 using the Metaplex Candy Machine UI I receive the error "Mint Failed". From the second try the minting process works flawlessly. How I could interpret this error and how I could fix it? Below you…
0
votes
0 answers

How to decode CandyMachine instruction type?

How to decode CandyMachine instruction type? I can decode Spl instructions: import * as spl from '@solana/spl-token'; import { TransactionInstruction } from '@solana/web3.js'; import { u8 } from '@solana/buffer-layout'; import { SplToken,…
Narnik Gamarnik
  • 1,049
  • 1
  • 16
  • 35
0
votes
1 answer

Candy Machine v2 and Phantom wallet: receive unknown

I deployed a Candy Machine v2 with sugar on mainnet and when I mint an NFT directly into a Phantom wallet the SPL token is unknown. There is no documentation about this I can find.
peter7000
  • 1
  • 1
0
votes
0 answers

Node.js ERR_OSSL_EVP_UNSUPPORTED

I'm trying to create mintable NFT and while I was using metaplex sugar i see only one thing when using command "yarn start": opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope…
Yung Lord
  • 1
  • 1
0
votes
1 answer

How do I apply the sellProduct method to each choice in the menu?

I don't understand why I can't connect the processSale method to the sellProduct method. I think that the classes and other methods don't need any change because I only followed the criterias that were given to me. #candy machine class…
0
votes
1 answer

custom program error: 0x3f metaplex candy machine createSetCollectionDuringMintInstruction

I have a metaplex candy machine and collection that I set up several weeks back. Minting worked initially but is now failing. The error reported is custom program error: 0x3f Which appears to be from the nested instruction to the metadata program.…
Ahkilleux
  • 21
  • 4
0
votes
0 answers

How to programmatically send SPL token to multiple Whitelisted wallets (on devnet)

any other alternative which saves the trouble to mint them individually, I have tried solminter but I think it is not recognizing devnet
0
votes
0 answers

Candy Machine Showing 'Your Price' as undefined, Sugar Update not working

When I load the candy machine UI site it now randomly shows the "Your Price" as undefined (candyMachine.state.price). And I am seeing this error now when trying to run sugar update: 'Failed to deserialize Candy Machine account : RPC request error:…
bschmitty
  • 1,118
  • 3
  • 16
  • 46
0
votes
1 answer

Using Sugar To Create Candy Machine for NFT Launch

I have been going through the Sugar CLI for the first time and was hoping to clarify a couple of things to make sure I am creating the Candy Machine correctly. It's clear from the documentation…
bschmitty
  • 1,118
  • 3
  • 16
  • 46
0
votes
2 answers

How to deploy custom candy machine program

I was trying to deploy my own modified version of Metaplex's NFT Candy machine on Devnet from "https://github.com/metaplex-foundation/metaplex-program-library/tree/master/candy-machine/program" but i didn't find any tutorial please can provide me…
Badre
  • 9
  • 2