yosrahelal / testnet

The --goerli and --kotti testnet configurations

Home Page:https://stats.goerli.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

{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

./bin/cli.js --network goerli

Contribute

Run a node, report bugs, and join our Gitter!

Donations for development and hosting can be done through our mini-DAO at 0x6974df01bf293ab9af66127c03aac79b81d494c7. <3

The 2-of-3 multi-signature wallet is controlled by the following parties (Proof of Twitter, Proof of Github):

  • Aidan Hyman (@chainsafeth)
  • Afri Schoedon (@5chdn)
  • María Paula Fernández (@MPtherealMVP)

Read more about our current open bounties in the The Görli Testnet Initiative Bounties Announcement and check Gitcoin.

About

The --goerli and --kotti testnet configurations

https://stats.goerli.net

License:GNU General Public License v3.0


Languages

Language:HCL 100.0%