Questions tagged [candy-machine]
103 questions
0
votes
1 answer
NFT Not Showing up properly in Phantom Wallet
I have a couple of questions regarding NFT's showing up in the Phantom wallet.
I created a new token yesterday on this page: https://app.strataprotocol.com/launchpad/manual/new. The NFT works correctly in terms of WL minting and looks to show…

bschmitty
- 1,118
- 3
- 16
- 46
0
votes
1 answer
Retry a transaction on Candy Machine
I am just finishing an upload of 8000 assets to candy machine (via the upload command). Everything seemed to be working well when it was creating the bundles and saving them to the cache, but once it started to write the indices I've started seeing…

bschmitty
- 1,118
- 3
- 16
- 46
0
votes
1 answer
wrong mint fee and unknown token in wallet
I just completed the candy machine ui setup from the metaplex repo
But When i try to mint, the wrong fee comes up, mint should be 1 sol.
When i go ahead, I get a success message but an unknown token in the wallet
PS. I'm not minting with treasury…

Tolulope
- 488
- 1
- 5
- 19
0
votes
2 answers
Cannot upload CandyMachine to mainnet-beta - Error in arweave-bundle.ts
I already tested on DevNet and I am ready to deploy on mainnet-beta with the following command
ts-node ./src/candy-machine-v2-cli.ts upload -e mainnet-beta -k "C:\path\auth.json" -cp config.json -c temp ./assets
The only thing I changed from the…

GeexoCaptainB
- 7
- 1
0
votes
1 answer
Phantom Wallet not loading on candymachine v2 deployed on AWS s3
I've deployed the build files on AWS s3. It had been working for a while but now phantom wallet does not connect. I tried the same code on the local system and it is working fine.
To elaborate, when I click on connect wallet, there is an option to…

VNr
- 1
- 1
0
votes
1 answer
How do I change the name of a solana collection prior to minting?
The MCC standard names a collection "collection NFT by default"
Following metaplex's new MCC standard, naming a collection is not as simple as putting the collection name in the NFT's metadata anymore. Instead, the new standard migrates the NFT…

Beaver
- 3
- 2
0
votes
1 answer
How to store multilingual data for an NFT on Solana with the Metaplex standard?
To have full language support for any website the data must be stored in both languages instead of automatically translated. Decentralized storage systems are at their infancy and Solana is not optimized for READ operations. It seems like providing…

Verbzz
- 3
- 2
0
votes
1 answer
Invalid mint owner during set_collection Candy Machine v2
i was trying to mint some nfts with candy machine but when i try to execute:
ts-node ~/metaplex/js/packages/cli/src/candy-machine-v2-cli.ts set_collection \
-e devnet \
-k ~/.config/solana/devnet.json \
-c example \
-m…

pazz98
- 73
- 1
- 9
0
votes
2 answers
Candy Machine V2 Whitelist Settings
I am working to set up my first minting site with Candy Machine V2 and have a couple of functionality questions I have not been able to find answers to:
Is there a way to define a date/time when the whitelist mint can begin? Right now it allows me…

bschmitty
- 1,118
- 3
- 16
- 46
0
votes
1 answer
Is it possible to update candy machine with new assets
Is it possible to update the candy machine with adding new nft to the collection ?
I mean I want to release the web site by July but the mint will only take place in september so in July I will not have the entire collection finished...
Is it…

rico
- 17
- 5
0
votes
1 answer
Extract Anchor Data from Solana Explorer for Candy Machine ID
I have a solana Candy Machine address here: 8XrvWo4ywz6kzN7cDekmAZYyfCP8ZMQHLaaqkxFp9vhH
I want to extract the Anchor Data as show in this screenshot for Solana…

Helix
- 162
- 3
- 14
0
votes
1 answer
Metaplex sign command metadata parameter
After creating an NFT via candy machine v2 I'm trying to execute a sign command (link to the docs)
This is the command from the documentation:
ts-node ~/metaplex/js/packages/cli/src/candy-machine-v2-cli.ts sign \
-e devnet \
-k…

Vlad Kolbaia
- 267
- 4
- 11
0
votes
1 answer
Metaplex Candy Machine metadata not displaying correctly on Solscan
I am following the Candy Machine v2 tutorial and have hit a bit of a wall when it comes to actually correctly displaying my NFTs.
I think the issue is somewhere in the metadata structure but I have hit a bit of a dead end.
Metadata json of the…

Boshlike
- 1
0
votes
1 answer
Candy Machine - Unable to upload files
I am following a tutorial and am on the step where we are uplaoding the metadata and files. The tutorial tells me to use the the following command:
npx ts-node js/packages/cli/src/candy-machine-v2-cli.ts upload ./assets --env devnet --keypair…

Yusuf BASER
- 53
- 1
- 4
0
votes
3 answers
Candy Machine v2 - error: required option '-k, --keypair ' not specified
I have done numerous tutorials, and followed everything step by step but I keep getting stuck at this one step, running the following command:
npx ts-node ~/solana-nft/metaplex/js/packages/cli/src/candy-machine-v2-cli.ts upload \
-e devnet \
-k…