Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.16 KB

File metadata and controls

31 lines (23 loc) · 1.16 KB

84 - Mainnet

Mainnet: Short for "main network," this is the main public Ethereum blockchain. There are other Ethereum “testnets” where protocol or smart contract developers test their protocol upgrades or contracts. While mainnet uses real ETH, testnets use test ETH that can be obtained from faucets. The popular testnets are:

  1. Görli: A proof-of-authority (a small number of nodes are allowed to validate transactions and create blocks) testnet that works across clients

  2. Kovan: A proof-of-authority testnet for those running OpenEthereum clients

  3. Rinkeby: A proof-of-authority testnet for those running Geth client

  4. Ropsten: A proof-of-work testnet. This means it's the best representation of mainnet Ethereum


Slide Screenshot

084.jpg


Slide Text

  • Live Production Ethereum Network

  • Mainnet Vs. Testnets

  • ETH Vs Test ETH (tETH)

  • Different Networks:

    • Görli: Proof of Authority (PoA)
    • Kovan: PoA OpenEthereum
    • Rinkeby: PoA Geth
    • Ropsten: PoW
    • Small number of accounts that are approved

References