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

WIP: multi: automate block template regeneration #1173

Closed
wants to merge 1 commit into from

Conversation

dnldd
Copy link
Member

@dnldd dnldd commented Apr 27, 2018

In addition to automating block template regeneration this also updates the cpuminer, getwork and getblocktemplate to utilize the updated template generation process.

Thanks to @davecgh for his guidance.

@davecgh davecgh added this to the 1.3.0 milestone Apr 30, 2018
@@ -45,6 +45,9 @@ const (
// NTSpentAndMissedTickets indicates newly maturing tickets from a newly
// accepted block.
NTNewTickets

// NTWorkAvialable indicates a new block is available to be mined.
NTWorkAvailable
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The notifications for a block template are ready won't be coming from blockchain, so this shouldn't be defined here. Comment has a typo too.

@dnldd dnldd force-pushed the notifyblocktemplate branch 5 times, most recently from ce7b740 to 8519a35 Compare May 8, 2018 02:16
@dnldd dnldd changed the title [wip] multi: add notifywork rpc. multi: automate block template generation May 23, 2018
@dnldd dnldd force-pushed the notifyblocktemplate branch 7 times, most recently from 9e1f115 to 86f1d5f Compare May 24, 2018 16:21
@dnldd dnldd changed the title multi: automate block template generation multi: automate block template regeneration May 24, 2018
@davecgh davecgh modified the milestones: 1.3.0, 1.4.0 Jul 27, 2018
@dnldd dnldd force-pushed the notifyblocktemplate branch 8 times, most recently from 792fd3f to 4722543 Compare August 17, 2018 06:21
@davecgh davecgh changed the title multi: automate block template regeneration WIP: multi: automate block template regeneration Aug 23, 2018
@dnldd
Copy link
Member Author

dnldd commented Sep 7, 2018

Closing in favour of #1421, #1422, #1423, #1424, #1425, #1427 & #1428.

@dnldd dnldd closed this Sep 7, 2018
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.

2 participants