Skip to content

Commit

Permalink
Update docs/tutorials/running-the-dal-as-a-weeklynet-baker-in-5-steps…
Browse files Browse the repository at this point in the history
…/get-octez.md
  • Loading branch information
NicNomadic authored Jan 18, 2024
1 parent 0725d33 commit cd5b564
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit cd5b564

Please sign in to comment.