Skip to content

Commit 6a4f53b

Browse files
authored
Update block-rewards.md
add reference to FIP 5
1 parent 038e0ff commit 6a4f53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage-providers/filecoin-economics/block-rewards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ WinningPoSt (short for [Winning Proof of SpaceTime](https://spec.filecoin.io/alg
1212

1313
The election mechanism of the Filecoin network is based on the “storage power” of the storage providers. A minimum of 10 TiB in storage power is required to be eligible for WinningPoSt, and hence to earn block rewards. The more storage power a storage provider has, the more likely they will be elected to mine a block. This concept becomes incredibly advantageous in the context of [Filecoin Plus verified deals](../../basics/how-storage-works/filecoin-plus.md).
1414

15-
Note that the deadline cron, a built-in actor that processes all miner actors every 60 epochs (every 30 minutes), is responsible for updating the rewards vesting table. A miner operator wishing to process vesting manually, ahead of the per-deadline cron call, could do so by calling WithdrawFunds with an amount of zero. Such a call would require use of the miner's Owner address. More details can be found in [FIP005](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0005.md).
15+
Note that the deadline cron, a built-in actor that processes all miner actors every 60 epochs (every 30 minutes), is responsible for updating the rewards vesting table. A miner operator wishing to process vesting manually, ahead of the per-deadline cron call, could do so by calling WithdrawFunds with an amount of zero. Such a call would require use of the miner's Owner address. More details can be found in [FIP005: Remove ineffective reward vesting](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0005.md).
1616

1717
## Filecoin’s storage capacity
1818

0 commit comments

Comments
 (0)