Carthagenet
Built-in Multinetwork Node alias:
carthagenet
Run Docker image:
wget -O carthagenet.sh https://gitlab.com/tezos/tezos/raw/latest-release/scripts/tezos-docker-manager.sh
Carthagenet is a test network running the Carthage protocol. Carthagenet will run until Carthage is replaced by another protocol on Mainnet.
On Carthagenet, the following constants differ from Mainnet:
preserved_cycles
is 3 instead of 5;blocks_per_cycle
is 2048 instead of 4096;blocks_per_voting_period
is 2048 instead of 32768;time_between_blocks
is[ 30, 40 ]
instead of[ 60, 40 ]
;test_chain_duration
is 43200 instead of 1966080;quorum_min
is 3000 (i.e. 30%) instead of 2000 (i.e. 20%);
Last updated