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

Faster hashrate display updates #196

Merged
merged 1 commit into from
Jun 2, 2024
Merged

Faster hashrate display updates #196

merged 1 commit into from
Jun 2, 2024

Conversation

skot
Copy link
Owner

@skot skot commented Jun 1, 2024

On pools like OCEAN with a relatively high minimum difficulty, the bitaxe wasn't updating the hashrate often enough.
Changed the hashrate updates to happen on every chip share as opposed to every pool share.

This calculation relies on the share difficulty threshold, so I had to move that from pool diff to chip diff (called ticket in some places). It seems with the BM1366 and the BM1368 we have that fixed at 256. If we ever decide to make that dynamic in the future, this hashrate calculation will also need to take that into account.

@skot skot self-assigned this Jun 1, 2024
@skot skot merged commit 4bda726 into master Jun 2, 2024
2 checks passed
@skot skot deleted the hashrate_display_fixup branch June 2, 2024 13:06
aaron3481 pushed a commit to aaron3481/ESP-Miner that referenced this pull request Jun 11, 2024
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

Successfully merging this pull request may close these issues.

1 participant