Skip to content

Instantly share code, notes, and snippets.

@nathanleclaire
Created November 17, 2021 06:53
Show Gist options
  • Save nathanleclaire/ff39c3a4318b95e3bb27e8dad04f937c to your computer and use it in GitHub Desktop.
Save nathanleclaire/ff39c3a4318b95e3bb27e8dad04f937c to your computer and use it in GitHub Desktop.

with cli tools:

$ solana airdrop 1 --url localhost
Requesting airdrop of 1 SOL
Error: airdrop request failed. This can happen when the rate limit is reached.

rpc logs:

Available, message: "The requested address is not valid in its context." })
[2021-11-17T06:51:36.157567600Z INFO  solana_rpc::rpc::rpc_full] request_airdrop_transaction failed: IoError(Os { code: 10049, kind: AddrNotAvailable, message: "The requested address is not valid in its context." })
[2021-11-17T06:52:31.388279000Z INFO  solana_rpc::rpc::rpc_full] request_airdrop_transaction failed: IoError(Os { code: 10049, kind: AddrNotAvailable, message: "The requested address is not valid in its context." })
[2021-11-17T06:52:41.970326000Z INFO  solana_rpc::rpc::rpc_full] request_airdrop_transaction failed: IoError(Os { code: 10049, kind: AddrNotAvailable, message: "The requested address is not valid in its context." })
[2021-11-17T06:52:43.816920600Z INFO  solana_rpc::rpc::rpc_full] request_airdrop_transaction failed: IoError(Os { code: 10049, kind: AddrNotAvailable, message: "The requested address is not valid in its context." })
@thekillertoaster
Copy link

Did you figure this out?
having the exact same issue and stumbled upon this, tried different ports and everything

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment