This repository has been archived by the owner on Apr 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 299
Checking if a new node is valid
Javier Aguirre edited this page May 22, 2020
·
6 revisions
- 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
- (OPTIONAL) Verify constellation-nodes.json:
- Last enode has no comma at the end
- and the penultimate enode has comma at the end.
- Verify regular-nodes.json:
- Every row has a comma at the end.
- No empty row in the file (neither in the middle or at the end)
- 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.
- Ask for administrative verification.
- If necesary resolve conflicts and merge.
- Update at least one bootnode.
- Go to netstats and check that the added node(s) have peers and have synchronized. Validator
- Check if the new node appears on netstats:
- Is red, has 0 peers.
- Is located in Europe within the map (execute command: whois -h whois.ripe.net node-ip)
- Node IDENTITY and geth/quorum versions are correct
- (OPTIONAL) Verify constellation-nodes.json:
- Last enode has no comma at the end
- and the penultimate enode has comma at the end.
- Verify validator-nodes.json:
- Every row has a comma at the end.
- No empty row in the file (neither in the middle or at the end)
- Verify DIRECTORY_VALIDATOR.md:
- enode and ip are the same as the enode added in constellation-nodes.json and in validator-nodes.json.
- Contact name and email are correct.
- Ask for administrative verification.
- If necesary resolve conflicts and merge.
- Update at least one bootnode.
- Go to netstats and check that the added node(s) have peers and have synchronized. Bootnode
- Check if the new node appears on netstats:
- Is red, has 0 peers.
- Is located in Europe within the map (execute command: whois -h whois.ripe.net node-ip)
- Node IDENTITY and geth/quorum versions are correct
- Verify boot-nodes.json:
- Every row has a comma at the end.
- No empty row in the file (neither in the middle or at the end)
- Verify DIRECTORY_BOOTNODES.md:
- enode and ip are the same as the enode added in boot-nodes.json.
- Contact name and email are correct.
- Ask for administrative verification.
- If necesary resolve conflicts and merge.
- Update at least one bootnode.
- Go to netstats and check that the added node(s) have peers and have synchronized.
1. How to set up:
- A regular node in Red T using Docker
- A validator node in Red T using Docker
- A bootnode in Red T using Docker
- Private Smart Contracts in Red T
- Deployment of Smart Contracts in Red T
2. F.A.Q.
3. Netstats and Block explorers