Skip to content

Commit dd0d432

Browse files
authored
Sector upgrade instructions (#260)
* Sector upgrade insturctions. * Fix syntax barfing
2 parents 161eafe + bcef47a commit dd0d432

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/mine/spacerace.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,16 @@ If you would like to change the default gas fees to accelerate your messages, ed
113113
MaxWindowPoStGasFee = "50 FIL"
114114
```
115115

116+
#### How do I demonstrate a sector upgrade?
117+
118+
To be eligible for Space Race rewards, you will need to demonstrate at least _one_ sector upgrade per miner.
119+
120+
* Run `lotus-miner sectors list`.
121+
* From the results, find a CommittedCapacity sector. It will look like this: `1: Proving sSet: YES active: YES tktH: XXXX seedH: YYYY deals: [0]`. In this case, `1` represents the sector number.
122+
* Use that sector number to run `./lotus-miner sectors mark-for-upgrade $SECTOR_NUMBER`.
123+
124+
There is no immediate feedback that `mark-for-upgrade` has succeeded or failed. However, within 24 hours, the `active: YES` should change to `active: NO`. This result will also be visible on the calibration/competition Dashboard.
125+
116126
## Additional notes
117127

118128
* If a bug is identified during the competition that threatens the validity of the power table, the Filecoin team may end the competition early. Rewards will still be awarded for the period prior to the discovery of the bug. If such a bug is responsibly disclosed to the Filecoin team, the team reporting it will be eligible for rewards of up to 250k FIL, depending on the severity and practicality of the bug, as determined by the Filecoin team.

0 commit comments

Comments
 (0)