-
Notifications
You must be signed in to change notification settings - Fork 465
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
gameofpointers
merged 1 commit into
dominant-strategies:main
from
gameofpointers:workshare
May 15, 2024
Merged
Workshares are included and being able to mine #1677
gameofpointers
merged 1 commit into
dominant-strategies:main
from
gameofpointers:workshare
May 15, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gameofpointers
force-pushed
the
workshare
branch
2 times, most recently
from
April 26, 2024 18:00
4ee3e13
to
1e93816
Compare
gameofpointers
commented
Apr 26, 2024
wizeguyy
reviewed
Apr 26, 2024
gameofpointers
force-pushed
the
workshare
branch
5 times, most recently
from
April 26, 2024 19:12
1df7691
to
fc57e11
Compare
wizeguyy
previously approved these changes
Apr 26, 2024
gameofpointers
force-pushed
the
workshare
branch
from
April 29, 2024 12:25
fc57e11
to
fa314c6
Compare
wizeguyy
previously approved these changes
Apr 29, 2024
kiltsonfire
previously approved these changes
May 3, 2024
gameofpointers
force-pushed
the
workshare
branch
2 times, most recently
from
May 6, 2024 18:15
961964c
to
0172b63
Compare
gameofpointers
force-pushed
the
workshare
branch
3 times, most recently
from
May 9, 2024 16:32
303def4
to
cecdfd2
Compare
Djadih
reviewed
May 15, 2024
Djadih
previously approved these changes
May 15, 2024
jdowning100
reviewed
May 15, 2024
jdowning100
reviewed
May 15, 2024
jdowning100
reviewed
May 15, 2024
jdowning100
reviewed
May 15, 2024
jdowning100
reviewed
May 15, 2024
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.
jdowning100
approved these changes
May 15, 2024
kiltsonfire
approved these changes
May 15, 2024
gameofpointers
merged commit May 15, 2024
5da0539
into
dominant-strategies:main
6 of 7 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.