Skip to main content

Reviewing the Active Root Node List

This step-by-step guide will show you how to review the active layer-0 root node list.

  1. Connect to your root node server. How you do this might differ depending on your setup. For instance, Mac users can use the “terminal” application to set up an SSH connection to their server instance, while Windows users can use PuTTy or Powershell. You could also use your server hosting provider's management system to access your server console. If you experience problems during this step, contact a core team member.
  2. Go to the /rootnode directory. To accomplish this task, copy and paste the following command into your console and press enter to execute it:
cd mainnet-public-tools/rootnode
  1. Access the q-client console by executing this command (you might need to add sudo before that, depending on what rights your current user has):
docker-compose exec rootnode geth attach data/geth.ipc
  1. See the active root node list by executing this command:
gov.activeRootList()