-
Notifications
You must be signed in to change notification settings - Fork 46
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
Displaying low-power miners #55
Comments
Hi @Mezantrop74. Know this is an old issue, but its in the vein of something that I've been pondering around low-hash miners and variable difficulty. But I digress.. So, back to your question -- all miners and stats are reflected in the graphs, despite their hashrate (even if its super low). For example, on the Hyperdonkey P2Pool LTC/Doge merge mining node, the graphs and stats JSON shows all miners, even those with the lowest hashrates:
Perhaps you're looking at some type of third-party web interface that might be filtering those out.. but as far as p2pool node, the data is there for all miners. |
tl;dr: The stratum difficulty (pseudoshare difficulty) for your miner is probably too high. if you wait a while (an hour or so?), a low-hashrate miner will eventually get a reasonable difficulty, and will show up in stats. You can also accelerate this process by using the +diff setting to manually set difficulty to something reasonable. For a LTC miner with 100 MH/s, a difficulty around 1k to 10k might work. You use the +diff setting by appending it to your stratum username, e.g. Context: |
Hello. How to implement the display of the work of low-power miners?
For example, if a miner has a capacity of only 100 megahashes, it connects and does the work, but the pool itself does not see it and does not display statistics on it.
How to make it display statistics?
The text was updated successfully, but these errors were encountered: