spadebuilders / testnet

The goerli testnet configuration

Home Page:http://ethstats.goerli.ethberl.in:3000/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Görli Testnet

The --goerli testnet configuration. Görli Chat

Go-Ethereum

Connect to Görli using the genesis provided in this repository:

geth --datadir /tmp/goerli/geth init ./geth/goerli.genesis
geth --datadir /tmp/goerli/geth --networkid 6284

Parity-Ethereum (WIP)

Clique support in Parity Ethereum is still work in Progress.

Source: https://github.com/jwasinger/parity-ethereum/tree/clique-poa

git clone -b clique-poa https://github.com/jwasinger/parity-ethereum.git
cd parity-ethereum/
cargo build --release

Alternate Source: https://github.com/thefallentree/parity-ethereum/tree/clique

git clone -b clique https://github.com/thefallentree/parity-ethereum.git
cd parity-ethereum/
cargo build --release

Connect to Görli using the Clique engine from one of the two builds above:

./target/release/parity --base-path /tmp/goerli/parity --chain ./parity/goerli.json --reserved-peers ./bootnodes.txt

Pantheon

Connect to Görli using the Geth genesis file and network ID 6284:

pantheon --genesis=./geth/goerli.genesis --datadir=/tmp/goerli/pantheon --network-id=6284

Nethermind

Connect to Görli by using the provided goerli.cfg included in Nethermind:

dotnet run --config configs/goerli.cfg

Contribute

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

Bounties for services and development will be available and announced soon.

See our FINANCE file for details on the owners of the multi-sig.

About

The goerli testnet configuration

http://ethstats.goerli.ethberl.in:3000/

License:GNU General Public License v3.0