Skip to content

Commit 3f1dd26

Browse files
authored
fix: replace broken Google Sheets links with subsidy calculator (#574)
* fix: replace broken Google Sheets links with subsidy calculator Replace two broken Google Spreadsheet links in the emission/subsidy section with the new interactive Dash Block Subsidy Calculator. Closes #573 * refactor: deduplicate calculator URL with named RST target --------- Co-authored-by: PastaClaw <thepastaclaw@users.noreply.github.com>
1 parent 596acdf commit 3f1dd26

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/user/introduction/features.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,8 @@ exploit.
352352
floating-point accuracy through the use of integers.
353353

354354

355+
.. _dash-subsidy-calculator: https://thepastaclaw.github.io/dash-subsidy-calculator/
356+
355357
.. _emission-rate:
356358

357359
Emission Rate
@@ -365,8 +367,7 @@ valid solution for the current :ref:`mining difficulty
365367
permitted to create new units of the currency. This is known as the
366368
block subsidy. To ensure that the currency is not subject to endless
367369
inflation, the block subsidy is reduced at regular intervals, as `shown
368-
in this calculation
369-
<https://docs.google.com/spreadsheets/d/1HqgEkyfZDAA6pIZ3df2PwFE8Z430SVIzQ-mCQ6wGCh4/edit#gid=523620673>`_.
370+
in this calculation <dash-subsidy-calculator_>`_.
370371
Graphing this data results in a curve showing total coins in
371372
circulation, known as the coin emission rate.
372373

@@ -394,8 +395,7 @@ emission approaching (but never reaching) 21,000,000 BTC. This will
394395
continue until 2140, but the mining subsidy reduces so quickly that 99%
395396
of all bitcoin will be in circulation by 2036, and 99.9% by 2048.
396397

397-
`Dash's total coin emission <https://docs.google.com/spreadsheets/d
398-
/1JUK4Iy8pjTzQ3Fvc-iV15n2qn19fmiJhnKDDSxebbAA/edit#gid=205877544>`_ is
398+
`Dash's total coin emission <dash-subsidy-calculator_>`_ is
399399
also the sum of a geometric series, but the ultimate total coin emission
400400
is uncertain because it cannot be known how much of the 20% block subsidy
401401
reserved for budget proposals will actually be allocated, since this

0 commit comments

Comments
 (0)