From 8f93522d666369358a03f5f545ff9ee70e2ba5c4 Mon Sep 17 00:00:00 2001 From: wileyj <2847772+wileyj@users.noreply.github.com> Date: Fri, 20 Mar 2026 21:49:57 -0700 Subject: [PATCH] Updating testnet configs for epoch 3.4 and align to match stacks-core sample confs --- docs/operate/run-a-signer/signer-quickstart.md | 16 ++++++++++++++-- docs/reference/README (1).md | 14 +++++++++++--- ...ng-up-a-primary-post-nakamoto-testnet-node.md | 14 +++++++++++--- .../node-operations/signer-configuration.md | 14 +++++++++++--- 4 files changed, 47 insertions(+), 11 deletions(-) diff --git a/docs/operate/run-a-signer/signer-quickstart.md b/docs/operate/run-a-signer/signer-quickstart.md index eedcf5b34c..b2737f5de8 100644 --- a/docs/operate/run-a-signer/signer-quickstart.md +++ b/docs/operate/run-a-signer/signer-quickstart.md @@ -342,11 +342,23 @@ start_height = 6 [[burnchain.epochs]] epoch_name = "3.0" -start_height = 1_900 +start_height = 1900 [[burnchain.epochs]] epoch_name = "3.1" -start_height = 2_000 +start_height = 2000 + +[[burnchain.epochs]] +epoch_name = "3.2" +start_height = 71525 + +[[burnchain.epochs]] +epoch_name = "3.3" +start_height = 109280 + +[[burnchain.epochs]] +epoch_name = "3.4" +start_height = 159345 EOF ``` {% endtab %} diff --git a/docs/reference/README (1).md b/docs/reference/README (1).md index aca7354376..2c801e9714 100644 --- a/docs/reference/README (1).md +++ b/docs/reference/README (1).md @@ -222,14 +222,22 @@ start_height = 6 [[burnchain.epochs]] epoch_name = "3.0" -start_height = 1_900 +start_height = 1900 [[burnchain.epochs]] epoch_name = "3.1" -start_height = 2_000 +start_height = 2000 [[burnchain.epochs]] epoch_name = "3.2" -start_height = 71_525 +start_height = 71525 + +[[burnchain.epochs]] +epoch_name = "3.3" +start_height = 109280 + +[[burnchain.epochs]] +epoch_name = "3.4" +start_height = 159345 ``` {% endcode %} diff --git a/docs/reference/nakamoto-upgrade/setting-up-a-primary-post-nakamoto-testnet-node.md b/docs/reference/nakamoto-upgrade/setting-up-a-primary-post-nakamoto-testnet-node.md index e39538ff52..6bc2208f38 100644 --- a/docs/reference/nakamoto-upgrade/setting-up-a-primary-post-nakamoto-testnet-node.md +++ b/docs/reference/nakamoto-upgrade/setting-up-a-primary-post-nakamoto-testnet-node.md @@ -107,15 +107,23 @@ start_height = 6 [[burnchain.epochs]] epoch_name = "3.0" -start_height = 1_900 +start_height = 1900 [[burnchain.epochs]] epoch_name = "3.1" -start_height = 2_000 +start_height = 2000 [[burnchain.epochs]] epoch_name = "3.2" -start_height = 71_525 +start_height = 71525 + +[[burnchain.epochs]] +epoch_name = "3.3" +start_height = 109280 + +[[burnchain.epochs]] +epoch_name = "3.4" +start_height = 159345 EOF docker run -d \\ diff --git a/docs/reference/node-operations/signer-configuration.md b/docs/reference/node-operations/signer-configuration.md index ed5e7439a5..346c2ad651 100644 --- a/docs/reference/node-operations/signer-configuration.md +++ b/docs/reference/node-operations/signer-configuration.md @@ -155,15 +155,23 @@ start_height = 6 [[burnchain.epochs]] epoch_name = "3.0" -start_height = 1_900 +start_height = 1900 [[burnchain.epochs]] epoch_name = "3.1" -start_height = 2_000 +start_height = 2000 [[burnchain.epochs]] epoch_name = "3.2" -start_height = 71_525 +start_height = 71525 + +[[burnchain.epochs]] +epoch_name = "3.3" +start_height = 109280 + +[[burnchain.epochs]] +epoch_name = "3.4" +start_height = 159345 ``` #### Mainnet Signer