From cd5b564811fea8e5e94d8ecdc83f3bc562d360e4 Mon Sep 17 00:00:00 2001 From: NicNomadic <148877430+NicNomadic@users.noreply.github.com> Date: Thu, 18 Jan 2024 14:06:57 +0100 Subject: [PATCH] Update docs/tutorials/running-the-dal-as-a-weeklynet-baker-in-5-steps/get-octez.md --- .../get-octez.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/running-the-dal-as-a-weeklynet-baker-in-5-steps/get-octez.md b/docs/tutorials/running-the-dal-as-a-weeklynet-baker-in-5-steps/get-octez.md index cf84b7f9a..ee0f0eb48 100644 --- a/docs/tutorials/running-the-dal-as-a-weeklynet-baker-in-5-steps/get-octez.md +++ b/docs/tutorials/running-the-dal-as-a-weeklynet-baker-in-5-steps/get-octez.md @@ -1,6 +1,6 @@ ## Step 1: get a Weeklynet-compatible Octez -The Weeklynet test network is restarted once every Wednesday and for most of its lifetime (from level 512) it runs a development version of the Tezos protocol which is not part of any released version of Octez. For this reason, baking on Weeklynet requires to run Octez either with Docker using a specific Docker image, or by building it from source using a specific git commit. +The Weeklynet test network is restarted once every Wednesday and for most of its lifetime (from level 512) it runs a development version of the Tezos protocol, called Alpha, which is not part of any released version of Octez. For this reason, baking on Weeklynet requires to run Octez either with Docker using a specific Docker image, or by building it from source using a specific git commit. To get this specific docker image or the hash of this specific commit, see https://teztnets.xyz/weeklynet-about. This page also contains the proper `octez-node config init` incantation to configure the Octez node with the current network parameters of Weeklynet, the URL of a public RPC endpoint, and a link to a faucet distributing testnet tez for free.