-
Notifications
You must be signed in to change notification settings - Fork 54
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
What do CD and DC mean on load balance HUD and when are pools meant to switch ? #26
Comments
CD is short for Coin Difficulty, also known as Network Difficulty. The pools are going to switch when they run out of quotas, you can see the 12/20 number on the first pool. Once it reaches 20, it'll switch to the second pool and use the 3 quotas there. Then it'll reset quotas to zero and start over. |
Ok thanks a lot for the explanation. Maybe this should be also added to README? |
It is added in the README, check the quotas section. The Coin Difficulty and Disconnect columns are described in my change log. |
It is indeed attached to the commit message :
But as for me it is quite difficult to find when I wanted to know what all of this mean. |
It's also found in the change log here: |
Yes, well still not so easy as other explanations from contained in README. Anyway that was my suggestion. If you don't feel like changing it in README (or somewhere else) we can close the issue :) |
I have the following HUD while using load-balance :
I have pools defined with following quotas :
20,3,0,0
. What do CD and DC mean and when are the pools supposed to switch (at what intervals) ?The text was updated successfully, but these errors were encountered: