¿Cuáles son las diferencias entre mainnet, alphanet y zeronet?
2 respuestas
- votos
-
- 2019-01-30
Las dos redes deprueba semueven a diferentes velocidades. Zeronetesmuchomás rápido que alphanet. Estomarca la diferenciaen la rapidez con la quepuedeprobar diferentesescenarios,como hornear.
- En zeronet,cada cicloes de 128bloques y cadabloquetiene untiempo objetivo de 20 segundos. Por lotanto,cada ciclo debe completarseen aproximadamente 42,66minutos,aunquepueden demorarmás si lospanaderos omiten losbloques.
- En alphanet,cada cicloes de 2048bloques y cadabloquetiene untiempo objetivo de 30 segundos. Por lotanto,cada ciclo debe completarseen aproximadamente 17.06 horas.
Dado que los derechos de horneado se determinanmediante unainstantáneatomada durante un ciclo determinado y se utilizanen el ciclo actual + 5 ciclos (para zeronet) o ciclo actual + 7 ciclos (para alphanet),esto significa que la cantidad detiempo quenecesitaesperarpara hornearesmuchomás largoen alphanet queen zeronet.
- En alphanet,si obtiene unpoco detez delgrifo y se lo delega a ustedmismoinmediatamente,tendrá derechos de horneadoen aproximadamente 5 días (4.97 según lostiempos debloqueoestándar).
- En zeronet,después de la delegación,tendrá derechos de horneadoen aproximadamente 3,55 horas.
Por lotanto,si deseaprobarel horneadomuy rápidamente,le recomendaríaprobaren zeronet,pero si deseaprobarel horneado amás largoplazo,puedeprobaren alphanet.
Elgrifopara ambas redeseselmismo: https://faucet.tzalpha.net/ -tez que obtenga delfaucetfuncionaráen ambas redes.
Lasenmiendas alprotocolo (votación) seprobaránprimeroen alphanet,ya queeltiempo de ciclomás largofacilita laprueba.
The two test networks move at different speeds. Zeronet is much faster than alphanet. This makes a difference in how quickly you can test different scenarios like baking.
- In zeronet, each cycle is 128 blocks, and each block has a target time of 20 seconds. So, each cycle should complete in roughly 42.66 minutes, although they may take longer if bakers miss blocks.
- In alphanet, each cycle is 2048 blocks, and each block has a target time of 30 seconds. So, each cycle should complete in roughly 17.06 hours.
Since baking rights are determined by a snapshot taken during a given cycle, and are used in current cycle + 5 cycles (for zeronet) or current cycle + 7 cycles (for alphanet), this means that the amount of time you need to wait to bake is much longer in alphanet than zeronet.
- In alphanet, if you get some tez from the faucet and delegate to yourself immediately, you will have baking rights in about 5 days (4.97 given standard block times).
- In zeronet, after delegation, you will have baking rights in about 3.55 hours.
So, if you want to test baking very quickly, I would recommend testing in zeronet, but if you want to test longer term baking, you can test in alphanet.
The faucet for both networks is the same: https://faucet.tzalpha.net/ - tez that you get from the faucet will work on both networks.
Protocol amendments (voting) will be tested on alphanet first, as the longer cycle time makes it easier to test.
-
- 2019-01-30
- Alphanetes la red depruebapara los usuarios y desarrolladores detezos en la cadena.
Ejecutael códigoexacto demainnet.Solo se diferenciapor unaspocas constantesparaejecutarsemás rápido.Actualmente:
time_between_block/2
,blocks_per_cycle/2
,blocks_per_voting_period/4
,... Estotambiénestá destinado a hacer cumplir No cablearconstantesen su código,¡pueden cambiar! :-)- Zeronetes la red depruebapara los desarrolladores detezos de la cadena y suecosistema.
Ejecuta un código de vanguardia lomás cercanoposible a lo quees la rama
master
del repositorio https://gitlab.com/tezos/tezos .- Alphanet is the test network for tezos users and developers on the chain.
It runs the exact code of mainnet. It only differs by a few constants to run faster. Currently:
time_between_block/2
,blocks_per_cycle/2
,blocks_per_voting_period/4
, ... This is also meant to enforce Do not hardwire constants in your code, they may change! :-)- Zeronet is the test network for tezos developers of the chain and its ecosystem.
It runs a cutting edge code as close as possible to what is the
master
branch of the repository https://gitlab.com/tezos/tezos .
Enparticular,¿en qué se diferencia alphanet de zeronet como red deprueba?