Skip to content

Commit 2595ba1

Browse files
authored
Merge pull request #2230 from blockstack/chore/sip-007
Address #2228: update reward cycle duration in SIP-007
2 parents 465f70c + 66b9f77 commit 2595ba1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sip/sip-007-stacking-consensus.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -260,19 +260,19 @@ reward period. If broadcast on the Bitcoin chain, they may be
260260
broadcast during the prepare phase, but must be included before
261261
the prepare phase finishes.
262262

263-
These signed messages are valid for at most 12000 Bitcoin blocks (12
264-
reward cycles, or ~3 month). If the signed message specifies a lockup
265-
period `x` less than 12000 blocks, then the signed message is only valid for
266-
Stacking participation for `floor(x / 1000)` reward cycles (the minimum
267-
participation length is one cycle: 1000 blocks).
263+
These signed messages are valid for at most 12 reward cycles (25200 Bitcoin
264+
blocks or ~7 months). If the signed message specifies a lockup period `x` less
265+
than 25200 blocks, then the signed message is only valid for Stacking
266+
participation for `floor(x / 2100)` reward cycles (the minimum participation
267+
length is one cycle: 2100 blocks).
268268

269269

270270
# Anchor Blocks and Reward Consensus
271271

272272
In the **prepare** phase of the Stacking algorithm, miners and network
273273
participants determine the anchor block and the reward set. The
274274
prepare phase is a window `w` of Bitcoin blocks *before* the reward
275-
cycle begins (e.g., the window may be 240 Bitcoin blocks).
275+
cycle begins (e.g., the window may be 100 Bitcoin blocks).
276276

277277
At a high-level, nodes determine whether any block was confirmed by
278278
`F*w` blocks during the phase, where `F` is a large fraction (e.g.,

0 commit comments

Comments
 (0)