Skip to content

The --goerli and --kotti testnet configurations

License

Notifications You must be signed in to change notification settings

verteres/testnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

{Görli|Kotti} Testnet

The --goerli and --kotti cross-client proof-of-authority testnet configurations. Chat on Gitter

There are many Ethereum testnets available for experimenting with smart contracts and deploying decentralised applications before going live on the main Ethereum network. However, there is no testnet available that is both widely usable across all client implementations, and robust enough to guarantee consistent availability and high reliability. This is what Görli tries to be for Ethereum and Kotti for Ethereum Classic. Read more on the motivation in the Testnet Proposal.

Meta data: Görli

See also: Getting started with the Görli Testnet.

Please see goerli.genesis for a genesis file compatible with Hyperledger Besu (formerly Pantheon) or Geth.

Please see goerli.json for a chain specification compatible with Nethermind or Parity Ethereum.

Please see bootnodes.txt if you fail connecting to the network.

Meta data: Kotti (Classic)

Please see kotti.genesis for a genesis file compatible with Multi Geth.

Please see kotti.json for a chain specification compatible with Nethermind or Parity Ethereum.

Please see extract bootnodes from the Parity chain spec if you fail connecting to the network.

Connecting the clients

All clients supporting the Clique engine (EIP-225) are able to sync with Görli or Kotti.

Go-Ethereum

You can connect Geth to Görli by executing geth --goerli. go-ethereum/#18121

You can connect Multi-Geth to Kotti by executing geth --kotti. multi-geth/#17

Parity-Ethereum

Connect to Görli using the Clique engine: parity --chain goerli parity-ethereum#9981

Connect to Kotti using the Clique engine: parity --chain kotti parity-ethereum#9981

Hyperledger Besu (formerly Pantheon)

Connect to Görli using Hyperledger Besu by executing besu --network=goerli. pantheon/#717

Nethermind

Connect to Görli by using the provided goerli.cfg included in Nethermind 0.9.1: nethermind/#234

dotnet run --config configs/goerli.cfg
EthereumJS

Connect to Görli by using the provided state and genesis included in EthereumJS 0.6.1: ethereumjs-common/#31