lotus 扇区生命周期
系列文章目录
lotus
前言
扇区生命周期
一、扇区生命周期
- 扇区生命周期 180–540天
- 默认⾃动设置 540天
V1
- V1扇区最大寿命 540天
V1_1
- V1_1扇区最大寿命 5年
二、扇区续期
1. V1_1
- 如果V1_1扇区还有30天到期,可以续期150–510天,不是直接续期180–540
- 续期命令
lotus-miner sectors renew
2.命令
- 续期扇区1
# cat sectors.list
1
lotus-miner sectors renew --sector-file=sectors.list --extension=1555200
- 不会续期,只是查看
# lotus-miner sectors renew --sector-file=sectors.list --extension=1555200
Renewing 1 sectors:
{
"Extensions": [
{
"Deadline": 1,
"Partition": 0,
"Sectors": "1",
"NewExpiration": 3534635
}
]
}
1 sectors renewed
- 上链续期需要加参数
--really-do-it
lotus-miner sectors renew --really-do-it --sector-file sectors.list --extension 1555200
Renewing 1 sectors: ba......
1 sectors renewed
3. 查看续期是否成功
# lotus state sector f0... 1
SectorNumber: 1
SealProof: 8
SealedCID:
DealIDs: []
Activation: 1218233 (37 weeks 5 days ago)
Expiration: 2767312 (in 39 weeks 15 hours)
DealWeight: 0
VerifiedDealWeight: 0
InitialPledge: 0.146722116819225621 FIL
ExpectedDayReward: 0.000792732934957806 FIL
ExpectedStoragePledge: 0.015329139813241515 FIL
Deadline: 1
Partition: 0
- Expiration过期时间,续期成功
# lotus state sector f0... 1
SectorNumber: 1
SealProof: 8
SealedCID:
DealIDs: []
Activation: 1218233 (37 weeks 6 days ago)
Expiration: 3537736 (in 1 year 24 weeks)
DealWeight: 0
VerifiedDealWeight: 0
InitialPledge: 0.146722116819225621 FIL
ExpectedDayReward: 0.000792732934957806 FIL
ExpectedStoragePledge: 0.015329139813241515 FIL
Deadline: 1
Partition: 0