Questions tagged [solana-cli]
104 questions
0
votes
0 answers
Solana vanity wallet key didn't generate a seed phrase for me?
I was creating a token on solana and was wondering why didn't I get a wallet seed phrase when I created the wallets needed for air dropping SOL and for the token it self. This is the command used for creating the wallets solana-keygen grind…

nikTomov5
- 1
- 1
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
1 answer
I got this error "Error running command (re-run needed): RPC response error -32002:..."
Solana NFT Uploading Error
I tried changing the solana creator wallet address and SOL treasury address but still it doesn't work.

x pcb
- 1
- 2
0
votes
0 answers
How to remove Phantom wallet debugging browser message
I am getting "PHANTOM DEBUG: Sent message to extension" every time I reload the browser in inspect element. How can I stop showing this debugging message?
Thank you

racketer
- 345
- 1
- 5
- 9
0
votes
1 answer
Solana showing wrong timestamp for Testnet Transactions
I was developing my crypto-based project using the Solana blockchain. I did all the operations using Solana's Devnet < Solana Developer Network >. Recently I switched to Solana Testnet and when I try to fetch details of the transaction signature…

insaneray
- 75
- 1
- 11
0
votes
1 answer
Cargo build (BPF) stuck
I'm in the process of deploying the Solana helloworld example smart contract on Ubuntu 20.04. When running npm run build:program-rust, the package.json in the root of the repository states that this corresponds with cargo build-bpf…

Ryan Wennekes
- 89
- 6
0
votes
1 answer
Solana Airdrop: Error: airdrop request failed. This can happen when the rate limit is reached
tried:
solana airdrop 1
solana airdrop 1 --url devnet
solana airdrop 1 --url https://api.devnet.solana.com
all returns this error:
Error: airdrop request failed. This can happen when the rate limit is reached.
i can confirm…

melvin manangan
- 19
- 5
0
votes
2 answers
Difference between "cargo build" and "anchor build"
I am following rust tutorials online, and I found that some websites are using cargo build command while others are using anchor build command to build the project.
What is the difference between these two commands?

Inaara Kalani
- 265
- 7
- 24
0
votes
0 answers
solana-test-validator airdrop failed
I'm trying to setup my Solana dev environment and I've run into an issue with the initial airdrop.
The solana-test-validator runs and produces output. However, when I run solana airdrop 1 I get the following error:
Error: airdrop request failed.…

carpdan
- 117
- 6
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
Solana Phantom Wallet - Error: airdrop request failed. This can happen when the rate limit is reached
I am working with a Solana project which works well on Linux when we deploy it with devnet or localnet but when I try to do the exact same steps for mainnet I got this error always.
Error: airdrop request failed. This can happen when the rate limit…

Imran Rashid
- 273
- 1
- 2
- 10
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
1 answer
Transaction expiration when deploying a program to solana-test-validator
I am able to upload a program to a Testnet with 1.11.15 CLI which is a recommended version for Testnet, but unable to upload same program to a solana-test-validator v1.11.5.
$ solana --url localhost --commitment confirmed program deploy…

kkonevets
- 21
- 7
0
votes
1 answer
Testnet validator is not coming up the with leader schedule
Hello I have started the Testnet validator, and it's not validating at all, I have changed the Validator identity and Vote account identityy it's still showing the same info. There is no issue with catchup
Not sure what's happening here any Insight…

anish
- 6,884
- 13
- 74
- 140
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