We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
目前venus-sector-manager是提前10个高度(5分钟)开始进行wdpost证明;而lotus-miner可以做到提前19个高度(9.5分钟)开始证明。 venus-sector-manager: {"miner": "xxxx", "chain-random": {"Epoch":956415,"Rand":"GoXni5Kdsfg00yzlLt/JNSeObetQpenterCtBvbnagc="}, "deadline": {"CurrentEpoch":956425,"PeriodStart":956315,"Index":2,"Open":956435,"Close":956495,"Challenge":956415,"FaultCutoff":956365,"WPoStPeriodDeadlines":48,"WPoStProvingPeriod":2880,"WPoStChallengeWindow":60,"WPoStChallengeLookback":20,"FaultDeclarationCutoff":70}, "height": "956425", "skipped": 0}
lotus-miner: running window post {"chain-random": "j5YXoHFrON50m6RiaSZ0TGi35sg6WulRagWcGyKasZI=", "deadline": {"CurrentEpoch":291452,"PeriodStart":290991,"Index":8,"Open":291471,"Close":291531,"Challenge":291451,"FaultCutoff":291401,"WPoStPeriodDeadlines":48,"WPoStProvingPeriod":2880,"WPoStChallengeWindow":60,"WPoStChallengeLookback":20,"FaultDeclarationCutoff":70}, "height": "291452", "skipped": 0} 这样可以增加wdpost证明周期的时长,有更多时间去处理故障问题。
The text was updated successfully, but these errors were encountered:
考虑提供一个可配置项(高度)用于调整
Sorry, something went wrong.
No branches or pull requests
目前venus-sector-manager是提前10个高度(5分钟)开始进行wdpost证明;而lotus-miner可以做到提前19个高度(9.5分钟)开始证明。
venus-sector-manager:
{"miner": "xxxx", "chain-random": {"Epoch":956415,"Rand":"GoXni5Kdsfg00yzlLt/JNSeObetQpenterCtBvbnagc="}, "deadline": {"CurrentEpoch":956425,"PeriodStart":956315,"Index":2,"Open":956435,"Close":956495,"Challenge":956415,"FaultCutoff":956365,"WPoStPeriodDeadlines":48,"WPoStProvingPeriod":2880,"WPoStChallengeWindow":60,"WPoStChallengeLookback":20,"FaultDeclarationCutoff":70}, "height": "956425", "skipped": 0}
lotus-miner:
running window post {"chain-random": "j5YXoHFrON50m6RiaSZ0TGi35sg6WulRagWcGyKasZI=", "deadline": {"CurrentEpoch":291452,"PeriodStart":290991,"Index":8,"Open":291471,"Close":291531,"Challenge":291451,"FaultCutoff":291401,"WPoStPeriodDeadlines":48,"WPoStProvingPeriod":2880,"WPoStChallengeWindow":60,"WPoStChallengeLookback":20,"FaultDeclarationCutoff":70}, "height": "291452", "skipped": 0}
这样可以增加wdpost证明周期的时长,有更多时间去处理故障问题。
The text was updated successfully, but these errors were encountered: