The --goerli
cross-client proof-of-authority testnet configuration.
- Website: https://goerli.net
- Matrix:
#goerli_chat:gitter.im
(bridged togitter.im/goerli/chat
)
Goerli Testnet is the first proof-of-authority cross-client testnet, synching Geth, Nethermind, Hyperledger Besu, and others. This testnet is a community-based project and completely open-source. It was born in September 2018 during ETHBerlin and has been growing in contributors ever since.
Goerli testnet will be merged with the Prater proof-of-stake beacon chain. This will mark the end of the permissioned proof-of-authority phase and everyone will be able to run a validator for Goerli.
Run geth --goerli
or besu --network=goerli
to sync the testnet. The Chain ID is 5
. Native integrations are available for MetaMask, Infura, Alchemy, etc.
- Name: Görli
- Flag:
--goerli
- Stage: launched
- PoA Engine:
clique
- Epoch interval:
30000
- Step period:
15
- Genesis hash:
0xbf7e331f7f7c1dd2e05159666b3bf8bc7a8a3a9eb1d518969eab529dd9b88c1a
- Network ID:
5
- Chain ID:
5
- PoA Engine:
- EVM Version:
London
- Homestead:
0
- Byzantium:
0
- Constantinople:
0
- Petersfork:
0
- Istanbul:
1_561_651
- Berlin:
4_460_644
- London:
5_062_605
- Homestead:
- Status Dashboard:
- Block Explorers:
- Faucets:
- https://goerlifaucet.com (No auth, or social media account required)
- https://fauceth.komputing.org/?chain=5 (No social media account required)
- https://faucet.paradigm.xyz/
- https://faucet.goerli.mudit.blog/
- https://faucets.chain.link/goerli (No social media account required)
- https://goerli-faucet.pk910.de/ (PoW powered, No social media account required)
- Open RPC Endpoints:
All clients supporting the Clique engine (EIP-225) are able to sync with Görli or Kotti.
You can connect Geth to Görli by executing geth --goerli
. https://github.com/ethereum/go-ethereum/releases
Connect to Görli using Hyperledger Besu by executing besu --network=goerli
. https://github.com/hyperledger/besu/releases
Connect to Görli by using the provided goerli.cfg included in Nethermind 0.9.1: https://github.com/NethermindEth/nethermind/releases
dotnet run --config configs/goerli.cfg
Connect to Görli by using the provided state and genesis included in EthereumJS 0.6.1: https://github.com/ethereumjs/ethereumjs-common/releases
./bin/cli.js --network goerli
Run a node and report bugs!