Quali sono le differenze tra mainnet, alphanet e zeronet?
2 risposta
- voti
-
- 2019-01-30
Le due reti ditest simuovono a velocità diverse. Zeronet èmoltopiù veloce di alphanet. Questofa la differenzanella velocità con cuipuoitestare diversi scenari come la cottura alforno.
- In zeronet,ogni ciclo è di 128blocchie ogniblocco ha untempo di destinazione di 20 secondi. Pertanto,ogni ciclo dovrebbeessere completatoin circa 42,66minuti,anche sepotrebbe richiederepiùtempo sei fornaimancano diblocchi.
- In alphanet,ogni ciclo è di 2048blocchie ogniblocco ha untempotarget di 30 secondi. Quindi,ogni ciclo dovrebbeessere completatoin circa 17.06 ore.
Poichéi diritti di cottura sono determinati da un'istantanea acquisita durante un determinato cicloe vengono utilizzatinel ciclo corrente + 5 cicli (per zeronet) onel ciclo corrente + 7 cicli (per alphanet),ciò significa che la quantità ditemponecessaria aspettareper cuocere èmoltopiù lungoin alphanet rispetto a zeronet.
- In alphanet,seprendi unpo 'ditez dalfaucete deleghi ate stessoimmediatamente,avraii diritti di cotturain circa 5giorni (4,97 datii tempi diblocco standard).
- In zeronet,dopo la delega,avraii diritti di cotturain circa 3,55 ore.
Quindi,se vuoitestare la cotturamolto rapidamente,ti consiglio diprovarein zeronet,ma se vuoiprovare la cottura a lungotermine,puoiprovarein alphanet.
Ilfaucetperentrambe le reti è lo stesso: https://faucet.tzalpha.net/ -tez che ottieni dalfaucetfunzionerà suentrambe le reti.
Lemodifiche alprotocollo (votazione) verrannoprimatestate su alphanet,poichéiltempo di ciclopiù lungo rendepiùfacileiltest.
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
- Alphanet è la rete ditestper utentie sviluppatoritezos sulla catena.
Esegueil codiceesatto dimainnet.Differisce solo dipoche costantiperfunzionarepiù velocemente.Attualmente:
time_between_block/2
,blocks_per_cycle/2
,blocks_per_voting_period/4
,... Questo ha anche lo scopo di applicare Non cablarecostantinel codice,potrebbero cambiare! :-)- Zeronet è la rete ditestpergli sviluppatoritezos della catenae del suoecosistema.
Esegue un codice all'avanguardia ilpiù vicinopossibile a quello che èil ramo
master
del repository 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 .
Inparticolare,in cosa differisce alphanet da zeronet come rete ditest?