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
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: