goerli
goerli copied to clipboard
the goerli/prater testnet configurations.
Görli Testnet
The --goerli cross-client proof-of-authority testnet configuration.
- Website: https://goerli.net
- Matrix:
#goerli_chat:gitter.im(bridged togitter.im/goerli/chat)
Görli Testnet is the first proof-of-authority cross-client testnet, synching Geth, Nethermind, Hyperledger Besu, and others. This testnet was a community-based project and completely open-source. It was born in September 2018 during ETHBerlin and has been growing in contributors ever since.
:warning: Görli 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 Görli. Therefore, this repository contains both Görli execution-layer and Prater consensus-layer configurations.
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.
Meta data: Görli
- 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:
- https://stats.goerli.net/
- Block Explorers:
- https://goerli.etherscan.io/
- 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)
- https://goerli-faucet.com/ (Open Source, Telegram Bot authenticated, No social media account required)
- Open RPC Endpoints:
- https://goerli.prylabs.net
- https://rpc.goerli.mudit.blog
- https://rpc.slock.it/goerli
- https://www.ethercluster.com/goerli
- https://rpc.ankr.com/eth_goerli
Connecting the clients
All clients supporting the Clique engine (EIP-225) are able to sync with Görli.
Go-Ethereum
You can connect Geth to Görli by executing geth --goerli. https://github.com/ethereum/go-ethereum/releases
Hyperledger Besu
Connect to Görli using Hyperledger Besu by executing besu --network=goerli. https://github.com/hyperledger/besu/releases
Nethermind
Connect to Görli by using the provided goerli.cfg included in Nethermind: https://github.com/NethermindEth/nethermind/releases
dotnet run --config configs/goerli.cfg
EthereumJS
Connect to Görli by using the provided state and genesis included in EthereumJS: https://github.com/ethereumjs/ethereumjs-common/releases
./bin/cli.js --network goerli
Meta-data: Prater
Prater Testnet (v1.0.1) is the beacon-chain to be merged with the Goerli testnet.
- Genesis Time:
1614588812(Mar-01-2021 08:53:32 AM +UTC) - Genesis Delay:
1919188(1616508000, Mar-23-2021 02:00:00 PM +UTC) - Genesis Fork Version:
0x00001020(Prater area code, Vienna) - Fork Digest:
0x79df0428(0xe4be9393pre-genesis fork digest) - Initial State Root:
0x895390e92edc03df7096e9f51e51896e8dbe6e7e838180dadbfd869fdd77a659 - Genesis Block Root:
- Without state root update:
0xeade62f0457b2fdf48e7d3fc4b60736688286be7c7a3ac4c9a16a5e0600bd9e4 - With state root update:
0x8c0ebce425ca04612f8a4c9b3d9b339121a62a8fe2baf8ff2c6f77b81194ee87
- Without state root update:
- Genesis Validators Root:
0x043db0d9a83813551ee2f33450d23797757d430911a9320530ad8a0eabc43efb - Deposit Contract:
0xff50ed3d0ec03aC01D4C79aAd74928BFF48a7b2b(Goerli Testnet)- Mainnet:
DoNotSendFundsHere - Goerli:
DepositContract
- Mainnet:
- Deposit Contract Block:
4367322(0x5ac670562dbf877a45039d65ec3c2e3402a40eda9b1dba931c2376ab7d0927c2)
Contribute
Run a node and report bugs!