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

Workshares are included and being able to mine #1677

Merged
merged 1 commit into from
May 15, 2024

Conversation

gameofpointers
Copy link
Contributor

workshares are sub shares found in the process of producing a block. Including these sub share samples in the block makes the statistical convergence better. So in this PR, workshares have been added into the uncles list. The weight of the workshares is added into the parent entropy and also parent sub delta S. But a discount based on the reference depth and frequency of workshares is applied while adding the entropy of the workshare.

@gameofpointers gameofpointers force-pushed the workshare branch 5 times, most recently from 1df7691 to fc57e11 Compare April 26, 2024 19:12
wizeguyy
wizeguyy previously approved these changes Apr 26, 2024
wizeguyy
wizeguyy previously approved these changes Apr 29, 2024
kiltsonfire
kiltsonfire previously approved these changes May 3, 2024
Djadih
Djadih previously approved these changes May 15, 2024
core/worker.go Outdated Show resolved Hide resolved
core/worker.go Outdated Show resolved Hide resolved
core/worker.go Outdated Show resolved Hide resolved
workshares are sub shares found in the process of producing a block.
Including these sub share samples in the block makes the statistical
convergence better. So in this PR, workshares have been added into the
uncles list. The weight of the workshares is added into the parent
entropy and also parent sub delta S. But a discount based on the
reference depth and frequency of workshares is applied while adding the
entropy of the workshare.
@gameofpointers gameofpointers merged commit 5da0539 into dominant-strategies:main May 15, 2024
6 of 7 checks passed
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

5 participants