Skip to main content

Chiado

Chiado is a Gnosis Chain testnet. Gnosis Chain is an EVM based Ethereum sidechain that is designed to be a platform for decentralized prediction markets.

Supported Execution Clients

Supported Consensus Clients

Supported Validator Clients

Run a Validator or a Full Node

Validators and Full Nodes protect the network by validating transactions and blocks. They are the backbone of the network and are responsible for the security of the network. This guide shows you how to use Sedge to set up a full node or a validator on Chiado, a Gnosis testnet.

info

Validating the Gnosis Beacon Chain requires 1 GNO per validator process.

Generating a Full Node

To generate a setup of a full node (without a validator node) with random clients, you only need to add the --no-validator to sedge generate full-node. For example:

sedge generate full-node --no-validator --network=chiado

Generating a Full Node with a Validator

To generate a setup of a validator with random clients, you need to omit the --no-validator flag. For example:

sedge generate full-node --network=chiado

Create keystore for validator

To create a keystore for a validator, you need to run the following command:

sedge keys --network chiado

Running your setup

Once you have generated your setup, you can run it with the following command:

sedge run

Consensus Clients Requirements

tip

The hardware requirements you are about to see are for Gnosis. Chiado is a lighter network, the following requirements can be considered as minimum for a full node in Chiado:

  • 2 CPU cores
  • 4 GB RAM
  • 160 GB SDD

Lighthouse Client

Lighthouse Minimum

  • Dual-core CPU, 2015 or newer
  • 8 GB RAM
  • 500 GB SSD
  • 10 Mb/s download, 5 Mb/s upload broadband connection
  • Quad-core AMD Ryzen, Intel Broadwell, ARMv8 or newer
  • 16 GB RAM
  • 1 TB SSD
  • 100 Mb/s download, 20 Mb/s upload broadband connection

Teku Client

Teku Minimum

  • Dual Core CPU, i5-760 or AMD FX-8100 or better
  • 8 GB RAM
  • 500 GB SSD
  • 1 Mb/s broadband connection
  • Quad core CPU, Intel Core i7–4770 or AMD FX-8310 or better
  • 16 GB RAM
  • 1 TB SSD
  • 10 Mb/s broadband connection
tip

We recommend using Lighthouse or Teku while using Sedge for Chiado as they are the most stable and tested clients.

For a more detailed description, you can look at the Beacon Chain Node Requirements in the Gnosis Chain documentation.

Execution Client Requirements

Nethermind Client

  • OS: Ubuntu
  • CPU: 2 cores
  • RAM: 8GB
  • Disk: 500gb SSD

For a more detailed description, you can look at the Guide for Run a Gnosis Execution Layer Node

Useful data