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

Accurate hashrate estimation #21

Merged
merged 1 commit into from
Dec 17, 2019

Conversation

dgenr8
Copy link
Collaborator

@dgenr8 dgenr8 commented Dec 2, 2019

The technique of estimating average hashrate by aggregating time across a multi-block interval, as done for getnetworkhashps, does not work with RTT.

Instead, we calculate a point hashrate estimate for each block and use the median across the number of blocks requested.

The technique of estimating average hashrate by aggregating time
across a multi-block interval does not work with RTT.

Instead, we calculate a point hashrate for each block and use the
median across the number of blocks requested.
@dgenr8 dgenr8 merged commit e157c4f into chain2:master Dec 17, 2019
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.

None yet

1 participant