Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimizing Validator Selection for Solana Lite RPC Configuration #392

Open
datacoder-io opened this issue Apr 25, 2024 · 1 comment
Open

Comments

@datacoder-io
Copy link

I am using a private Solana RPC setup on a personal server. In my Solana Validator configuration, I've specified five validators. (known-validator)

My question is, does this Lite RPC choose only one validator from the five I've specified? If so, do you think it would be better to remove this limitation to give Lite RPC more flexibility in choosing the best validator when sending transactions? Wouldn't this allow it to potentially pick a better validator?

@godmodegalactus
Copy link
Collaborator

I think this can be done outside lite-rpc using a proxy, but I was also thinking on same lines where lite-rpc can implement this logic. Incase of geyser-grpc connection it will connect to all 5 custom RPC and will select get data from the fastest geyser connection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants