Docs: rename betanet into mainnet

This commit is contained in:
Benjamin Canou 2018-09-17 14:40:20 +02:00 committed by Pierre Boutillier
parent 2491502322
commit f2961db740
No known key found for this signature in database
GPG Key ID: C2F73508B56A193C
3 changed files with 14 additions and 18 deletions

View File

@ -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

View File

@ -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 <https://tezos.gitlab.io/betanet>`_,
three official network branches `mainnet <https://tezos.gitlab.io/mainnet>`_,
`alphanet <https://tezos.gitlab.io/alphanet>`_,
`zeronet <https://tezos.gitlab.io/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
<https://tezosfoundation.ch/news/tezos-betanet-expectations>`_.
The Tezos Beta (experimental) network has been live and open since
`June 30th 2018 <https://tezosfoundation.ch/news/tezos-betanet-launch>`_.
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.

View File

@ -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.