fixed solana airdrop devnet command not working

preview_player
Показать описание
if you get an error like this
Requesting airdrop of 1 SOL
Error: account does not have enough SOL to perform the operation
or
Error: unable to confirm transaction. This can happen in situations such as transaction expiration and insufficient fee-payer funds
or
Error: airdrop request failed. This can happen when the rate limit is reached.

then just follow this command

first make sure your pub key is connected properly to solana cli
solana config set --keypair key address

first get your solana address by typing `solana address`

and then just type this command to add funds in your solana wallet

solana airdrop 1 /your_address/ --url devnet
Рекомендации по теме
Комментарии
Автор

solana airdrop 1 <address> --url devnet

abhiraj
Автор

help brother, the error is:

Error: airdrop request failed. This can happen when the rate limit is reached.

tried:
solana airdrop 1
solana airdrop 1 <address> --url devnet

>>same error :'9

tukeldurotii