-
Notifications
You must be signed in to change notification settings - Fork 2
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
Show all clients on interface #19
Comments
My proposal is to send back only 1 instance of each address with more descriptive information. For example, address 1 has 2 clients online, both precache, address 2 has 2 clients online, one of each, and address 3 has 0 clients online and address4 has an on demand and both client online:
This would be rendered:
|
@mitche50 Thanks. I will also start using the id as a hash of the client's ip, then we can group them by IP and it shows up as different entries if the same account is used by different IPs. Is that ok? |
Works for me. Would you pass back the ID to the user so they could reference that? I think that would be more valuable than payout address to display, as it would be unique to IP and there would be no confusion. |
Why does the user need to know the id? |
The ID would be for reference on the client list. For example, you have 2 different IP addresses with the same payout address, how do I differentiate between the two? |
Yes i can either pass the ID or group them in lists, your call. |
Currently the interface only shows connected clients, because we only send those. As it's a ranking, we should also show those who are not connected.
Furthermore, we shouldn't show the same account in different rankings. A better way would be to show a list of connected client types for each account, examples:
The text was updated successfully, but these errors were encountered: