The --goerli
testnet configuration.
- Stage: pre-testnet, might break any time.
- Dashboard: https://stats.goerli.net/
- Explorer: https://explorer.goerli.net/
- Gitter: https://gitter.im/goerli/testnet/
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
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
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
Connect to Görli by using the provided goerli.cfg included in Nethermind:
dotnet run --config configs/goerli.cfg
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.