From f2961db7406b56b060da1895857f48835ecfc260 Mon Sep 17 00:00:00 2001 From: Benjamin Canou Date: Mon, 17 Sep 2018 14:40:20 +0200 Subject: [PATCH] Docs: rename betanet into mainnet --- README.md | 2 +- docs/index.rst | 20 ++++++++------------ docs/introduction/howtoget.rst | 10 +++++----- 3 files changed, 14 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index c1de33454..dd6b2a123 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ protocol and the nodes should adapt and upgrade. - Developer documentation is available online at http://tezos.gitlab.io/master always in sync with the master branch (which may be desynchronized with the code running on the live networks, replace `master` in the URL by the - branch of your choice: betanet, alphanet, zeronet, to make sure you are + branch of your choice: mainnet, alphanet, zeronet, to make sure you are consulting the right API version) - The website https://tezos.com/ contains more information about the project. - All development happens on GitLab at https://gitlab.com/tezos/tezos diff --git a/docs/index.rst b/docs/index.rst index e372bb2bd..75197b2ba 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,7 +17,7 @@ protocol and the nodes should adapt and upgrade. - Developer documentation is available online at https://tezos.gitlab.io/master The documentation is automatically generated for the master branch and the - three official network branches `betanet `_, + three official network branches `mainnet `_, `alphanet `_, `zeronet `_. Make sure you are consulting the right API version. @@ -49,22 +49,18 @@ The Community The Networks ------------ -.. _betanet: +.. _mainnet: -Betanet +Mainnet ~~~~~~~ -The Tezos Beta (experimental) network is the current incarnation of -the Tezos blockchain. +The Tezos network is the current incarnation of the Tezos blockchain. It runs with real tez that have been allocated to the donors of July 2017 ICO (see :ref:`activate_fundraiser_account`). -It is the step before the full Tezos mainnet, with a `few caveats -`_. -The Tezos Beta (experimental) network has been live and open since -`June 30th 2018 `_. +The Tezos network has been live and open since June 30th 2018. -All the instructions in this documentation are valid for Betanet +All the instructions in this documentation are valid for Mainnet however we **strongly** encourage users to first try all the introduction tutorials on Alphanet to familiarize themselves without risks. @@ -77,7 +73,7 @@ Alphanet Tezos Alphanet is a test network for the Tezos blockchain with a faucet to obtain free tez (see :ref:`faucet`). It is updated and rebooted rarely and it is running the same code as -the Betanet. +the Mainnet. It is the reference network for developers wanting to test their software before going to beta and for users who want to familiarize themselves with Tezos before using their real tez. @@ -95,7 +91,7 @@ Zeronet Zeronet is the most cutting-edge development network of Tezos. It is restarted without notice, possibly several times a day. This network is mostly used internally by the Tezos developers and may -have *different constants* that Alphanet or Betanet, for example it +have *different constants* that Alphanet or Mainnet, for example it has shorter cycles and a shorter interval between blocks. We offer no support for the Zeronet. diff --git a/docs/introduction/howtoget.rst b/docs/introduction/howtoget.rst index 263b4bf84..0803872b7 100644 --- a/docs/introduction/howtoget.rst +++ b/docs/introduction/howtoget.rst @@ -24,7 +24,7 @@ architecture **x86_64**. Although we only officially support Linux, the script has been tested with success in the past on windows/mac/linux. -The same script can be used to run Alphanet, Betanet or Zeronet, it +The same script can be used to run Mainnet, Alphanet or Zeronet, it suffices to rename it as it downloads a different image based on its name. For example, to run Alphanet: @@ -34,12 +34,12 @@ For example, to run Alphanet: wget https://gitlab.com/tezos/tezos/raw/master/scripts/alphanet.sh chmod +x alphanet.sh -Alternatively, to run Betanet: +Alternatively, to run Mainnet: :: - wget -O betanet.sh https://gitlab.com/tezos/tezos/raw/master/scripts/alphanet.sh - chmod +x betanet.sh + wget -O mainnet.sh https://gitlab.com/tezos/tezos/raw/master/scripts/alphanet.sh + chmod +x mainnet.sh In the following we assume you are running Alphanet. You are now one step away from a working node: @@ -125,7 +125,7 @@ Tezos *git* repository is hosted at `GitLab which we don't use anymore and only mirrors what happens on GitLab. You also need to **choose the branch** of the network you want to connect -to: *alphanet*, *zeronet* or *betanet*. +to: *alphanet*, *zeronet* or *mainnet*. The *master* branch is where code is merged, but there is no test network using the master branch directly.