Quais são as diferenças entre Mainnet, Alpanet e Zeronet?
2 respostas
- votos
-
- 2019-01-30
As duas redes deteste semovemem velocidades diferentes. Zeronet émuitomais rápido que o Alphanet. Issofaz a diferençaem quantas vezes vocêpodetestar cenários diferentes como assar.
- em Zeronet,cada ciclo é de 128blocos,e cadablocotem umtempo de destino de 20 segundos. Então,cada ciclo deve ser concluídoem aproximadamente 42,66minutos,emboraelespossam levarmaistempo se ospadeirosperderemblocos.
- em Alphanet,cada ciclo é de 2048blocos,e cadablocotem umtempo de destino de 30 segundos. Então,cada ciclo deve completarem aproximadamente 17,06 horas.
Como os direitos de cozimento são determinadospor uminstantâneotirado durante um determinado ciclo,e são usados no ciclo atual + 5 ciclos (para zeronet) ou ciclo atual + 7 ciclos (para alfanet),isso significa que a quantidade detempo que vocêprecisaesperarpara assar émuitomais longoem Alphanet do que Zeronet.
- em Alphanet,se vocêtiver algum Tez datorneirae delegarpara simesmoimediatamente,vocêterá direitos de cozimentoem cerca de 5 dias (4,97 dado ostempos deblocopadrão).
- em Zeronet,após delegação,vocêterá direitos de cozimentoem cerca de 3,55 horas.
Então,se você quisertestar o cozimentomuito rapidamente,eu recomendariatestesem zeronet,mas se você quisertestar a assadeira a longoprazo,vocêpodetestarem Alphanet.
Atorneirapara ambas as redes é amesma: https://faucet.tzalpha.net/ - Tez que você obtém datorneira vaifuncionarem ambas as redes.
As alterações doprotocolo (votação) serãotestadasno Alpanetprimeiro,já que otempo de ciclomais longofacilitará oteste.
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
- alfanet é a rede detestepara usuáriose desenvolvedores de Tezos em a cadeia.
Executa o códigoexato do Mainnet.Só diferepor algumas constantespara corrermais rápido.Atualmente:
Time_Between_Block/2
,blocks_per_cycle/2
,blocks_per_voting_period/4
,...issotambém épara aplicar não hardwireConstantesem seu código,elespodemmudar! :-)- Zeronet é a rede detestepara os desenvolvedores de Tezos de a cadeiae seuecossistema.
Executa um código deponta omaispróximopossível para o que é obotão
mestre
do repositório 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 .
Emparticular como o Alpanet difere do Zeronet como uma rede deteste?