You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
People will want to interact with the public testnet. The slow way is to set up a validator and wait for it to pay out from transaction fees. We shouldn't make that the only way, because it requires making ports on that node accessible to the leader node, which is considerably harder than spinning up the client demo.
Instead, add a new executable solana-drone that does testnet airdrops. Clients should send it its PublicKey and the drone should give it some tokens, if there are any left in that time slice.
$ cat mint-demo.json | solana-drone
solana-drone should implement some form of rate limiting on IP addresses, such as 1 request per minute per IP. but this can be done in a later release
The text was updated successfully, but these errors were encountered:
People will want to interact with the public testnet. The slow way is to set up a validator and wait for it to pay out from transaction fees. We shouldn't make that the only way, because it requires making ports on that node accessible to the leader node, which is considerably harder than spinning up the client demo.
Instead, add a new executable
solana-drone
that does testnet airdrops. Clients should send it itsPublicKey
and the drone should give it some tokens, if there are any left in that time slice.$ cat mint-demo.json | solana-drone
solana-drone
should implement some form of rate limiting on IP addresses, such as 1 request per minute per IP. but this can be done in a later releaseThe text was updated successfully, but these errors were encountered: