From cb5d01f24fcfd562f7b780a6eeb197b7afc915a1 Mon Sep 17 00:00:00 2001 From: PastaClaw Date: Fri, 20 Mar 2026 23:05:40 -0500 Subject: [PATCH 1/2] 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 dashpay/docs#573 --- docs/user/introduction/features.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/user/introduction/features.rst b/docs/user/introduction/features.rst index 0861215ba..e9138c8eb 100644 --- a/docs/user/introduction/features.rst +++ b/docs/user/introduction/features.rst @@ -366,7 +366,7 @@ permitted to create new units of the currency. This is known as the block subsidy. To ensure that the currency is not subject to endless inflation, the block subsidy is reduced at regular intervals, as `shown in this calculation -`_. +`_. Graphing this data results in a curve showing total coins in circulation, known as the coin emission rate. @@ -394,8 +394,7 @@ emission approaching (but never reaching) 21,000,000 BTC. This will continue until 2140, but the mining subsidy reduces so quickly that 99% of all bitcoin will be in circulation by 2036, and 99.9% by 2048. -`Dash's total coin emission `_ is +`Dash's total coin emission `_ is also the sum of a geometric series, but the ultimate total coin emission is uncertain because it cannot be known how much of the 20% block subsidy reserved for budget proposals will actually be allocated, since this From 337716dfafe9110cbd45bfd34d26561b0598227b Mon Sep 17 00:00:00 2001 From: PastaClaw Date: Fri, 20 Mar 2026 23:19:26 -0500 Subject: [PATCH 2/2] refactor: deduplicate calculator URL with named RST target --- docs/user/introduction/features.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/user/introduction/features.rst b/docs/user/introduction/features.rst index e9138c8eb..d73c9f2f3 100644 --- a/docs/user/introduction/features.rst +++ b/docs/user/introduction/features.rst @@ -352,6 +352,8 @@ exploit. floating-point accuracy through the use of integers. +.. _dash-subsidy-calculator: https://thepastaclaw.github.io/dash-subsidy-calculator/ + .. _emission-rate: Emission Rate @@ -365,8 +367,7 @@ valid solution for the current :ref:`mining difficulty permitted to create new units of the currency. This is known as the block subsidy. To ensure that the currency is not subject to endless inflation, the block subsidy is reduced at regular intervals, as `shown -in this calculation -`_. +in this calculation `_. Graphing this data results in a curve showing total coins in circulation, known as the coin emission rate. @@ -394,7 +395,7 @@ emission approaching (but never reaching) 21,000,000 BTC. This will continue until 2140, but the mining subsidy reduces so quickly that 99% of all bitcoin will be in circulation by 2036, and 99.9% by 2048. -`Dash's total coin emission `_ is +`Dash's total coin emission `_ is also the sum of a geometric series, but the ultimate total coin emission is uncertain because it cannot be known how much of the 20% block subsidy reserved for budget proposals will actually be allocated, since this