Questions tagged [candy-machine]
103 questions
0
votes
2 answers
Where do I find nft.storage authentication token for Metaplex Sugar?
I am new to using sugar, and I am running into an issue with nft_storage. When I run
$: sugar launch
I receive the following err
Error running command (re-run needed): Invalid nft.storage authentication token.
I am unsure what is nft_storage…

Greg Gonastarev
- 25
- 4
0
votes
1 answer
is there a way to mint from metaplex candymachine CLI to another wallet? or how to send multiple NFT's
i have an NFT project, we have a promo ending soon which will involve me sending large amounts of NFT's to about 50 different holders wallets.
Is there a way i can mint multiple tokens from CLI using metaplex directly to another wallet??
or
Is there…
0
votes
2 answers
Candy Machine Assets Skipping Numbers In File Names
I am working to upload some assets to Candy Machine V2 but there are several NFT's/metadata that I need to remove from the collection. So in a collection of 3500, I need to remove 5 of them (for example - numbers 655, 1001, 2000, 2002, and 3001). I…

bschmitty
- 1,118
- 3
- 16
- 46
0
votes
1 answer
Implementing "create NFT" onClick using Metaplex
I want to create/upload NFTs using metaplex on button click. I have the metadata json file an the nft artwork in a folder. They have to be uploaded to candy machine in a button click. Please help me out.

Sahan Atulugama
- 5
- 6
0
votes
2 answers
Add Multiple wallet addresses in the whiteListMintSetting using candy machine v2
I am working on a project where I want to pass multiple address as whitelist which can mint before the public mint, I want to know how can I pass multiple addresses in whitelListMintSetting, like
"whitelistMintSettings": {
"mode" : {…
0
votes
1 answer
Candy Machine V2 Limit WL Token Usage to a certain number
With Candy Machine V2 is there any way to limit the number of usages for each whitelist token to a certain number? For example, I would like to send each whitelist user one token that can be used to mint 3 times, and then it is burned so it can't be…

bschmitty
- 1,118
- 3
- 16
- 46
0
votes
1 answer
Does anyone know how to make my solana collection connect with opensea?
well the matter is the following.
I want to connect my collection to opensea, my collection is created in the candy machine v2 and I want that when connecting my collection with opensea the minted NFTs automatically connect with the collection in…
0
votes
2 answers
Getting Solana Metaplex Candy Machine Config Data
I have been looking for the best way to find mainnet config data given a Candy Machine ID. This config data would consist of mint price, supply, items available, and go live date. I have seen some webapps display this kind of data to a front end but…

brad
- 1
0
votes
1 answer
Why can't whiltelist mint in candymachine UI?
I am a beginner of metaplex.
What I want to achieve is to provide the feature of presale, which means white list!.
I followed the instruction in metaplex to set config.json.
}
"whitelistMintSettings": {
"mode" : { "neverBurn": true },
…

YCCLLL
- 53
- 5
0
votes
1 answer
Bots are able to mint in candy machine bypassing whitelist tokens?
This is a question related to the Metaplex candy machine.
I noticed that bots are able to mint bypassing the whitelist tokens.
This is a whitelist config I had:
{
"price": 1,
"number": 777,
"gatekeeper": null,
"solTreasuryAccount":…

Paule
- 25
- 4
0
votes
2 answers
How to solve metaplex candy-machine-v2 typerror sourcecode line 845?
enter image description hereI have created a metaplex candy machine v2.
When i try to update the candy-machine i get an error refering to the candy machine source code line 845
Error location
C:\Users\Hardy…

Hardee Shareef
- 1
- 1
0
votes
1 answer
Could not complete Bundlr tx upload successfully, exiting due to: Error: connect ETIMEDOUT 172.3 at TCPConnectWrap.afterConnect [as oncomplete]
I have checked everything else before this step and it works fine.
clone candy machine
install dependencies
check version
add assets
verify assets
upload (error happens in this step).
Also this works fine when I upload 100 imgs+json pairs but if I…

Prog
- 51
- 3
0
votes
2 answers
Receiving error when minting NFT on Solana devnet Metaplex v1.2.0 candy-machine-ui
Running metaplex version to 1.2.0, and using 3 basic NFT's (stored on Arweave). When minting on devnet I receive a Timeout Error.
I have tried minting on Metaplex's candy-machine-ui and a separate ui that uses javascript. Both receive same…

Matt Weichel
- 1
- 1
0
votes
2 answers
Update Authority of Candy Machine Project
My question is regarding taking over a partially minted CM project. I'm not too familiar with Solana development.
A buddy of mine is taking over ownership of a project. I just wanted to confirm: if the authority of the candy machine is updated to…

degenTy
- 340
- 1
- 9
0
votes
2 answers
Setting up a WL wallet based approach with Candy Machine V2
I have been using the spl-token whitelist based approach via the the CLI with Candy Machine V2 up to this point. Sending WL users a token that is registered as the WL token in the Candy Machine config. This route has been ok but I would like to…

bschmitty
- 1,118
- 3
- 16
- 46