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

miner: Add slow mode to proving check #5086

Merged
merged 3 commits into from
Dec 2, 2020
Merged

Conversation

magik6k
Copy link
Contributor

@magik6k magik6k commented Dec 1, 2020

Adds a new flag to the proving check command which makes it generate a vanilla proof for each sector in a deadline (a.k.a 'actually check some data mode')

$ lotus-miner proving check --slow 1
deadline  partition  sector  status
1         0          496     good
1         0          793     good
1         0          88      good
1         0          111     good
1         0          197     good
1         0          269     good
1         0          707     good
1         0          751     good
1         0          122     good
1         0          141     good
1         0          244     good
1         0          590     good

@magik6k magik6k merged commit 3196b2c into master Dec 2, 2020
@magik6k magik6k deleted the feat/better-sector-check branch December 2, 2020 00:03
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