Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Checking if a new node is valid

Javier Aguirre edited this page May 27, 2020 · 6 revisions
  1. Check if the new node appears on netstats:
    • Is red, has 0 peers.
  • Is the IP public
  • Is located in Europe within the map (execute command: whois -h whois.ripe.net node-ip)
  • Node IDENTITY and geth/quorum versions are correct
  1. (OPTIONAL) Verify constellation-nodes.json is valid JSON (You can check it on https://jsonlint.com).
  2. Verify regular-nodes.json is valid JSON (You can check it on https://jsonlint.com).
  3. Verify validator-nodes.json is valid JSON (You can check it on https://jsonlint.com).
  4. Verify DIRECTORY_REGULAR.md:
    • enode and ip are the same as the enode added in constellation-nodes.json and in regular-nodes.json.
    • Contact name and email are correct.
  5. Ask for administrative verification.
  6. If necesary resolve conflicts and merge.
  7. Update at least one bootnode.
  8. Go to netstats and check that the added node(s) have peers and have synchronized.