- Clone the Node Tracker software
- Configure zen.conf
- Run the tracker and check your node on the tracking website
Description | Command | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Install npm, upgrading it to the stable release |
The above may fail on some Debian 9 10/11 instances, in such cases, use the following to install npm and node js
| ||||||||||
2 | Change directory (cd) to the user's home directory and clone the Node Tracker software |
| ||||||||||
3 | Change directory (cd) to where the software has been cloned |
| ||||||||||
4 | Install the Node Tracker with npm |
| ||||||||||
5 | Locate your node's public IPv4 and/or IPv6 address(es) and append them to the zen.conf file as external IP address(es) connected over port 9033 (default) ONLY SUPER NODES ARE REQUIRED TO PERFORM EVERY COMMAND IN THIS STEP SECURE NODES REQUIRE AT LEAST ONE EXTERNAL ADDRESS AND PORT APPENDED INTO ZEN.CONF NOTE: Secure Nodes only require one type of IP, Super Nodes require both NOTE: Replace <IPv4> with the public IPv4 of your node, remove <brackets> NOTE: Replace <IPv6> with the public IPv6 of your node in compressed notation without leading zeros, remove <brackets> Use the following link to ensure your IPv6 address is in compressed notation: | Create environmental variables for IPv4
Append external IPv4 into zen.conf
Create environmental variables for IPv6
Append external IPv6 into zen.conf
Append port into zen.conf - SECURE AND SUPERconf
| ||||||||||
6 | Restart zend and check the address configuration NOTE: The output of the 2nd command should display the address(es) entered in the previous step |
| ||||||||||
7 | Configure the tracker by running the setup process, for this you will need the following details
|
| ||||||||||
8 | Now test the Node Tracker installation and configuration |
| ||||||||||
9 | Leave the Node Tracker running in your terminal and check the status of your node on the tracking website, use the search box and enter the FQDN of your nodehttps://securenodes.zensystem.io/nodes/all << Secure Nodes https://supernodes.zensystem.io/nodes/all << Super Nodes Select your node and check the following values (top left of the detail page) are true and up respectively - example shown to the right NOTE: The tracking server validates certificates in batches, you may only see a State of "up" and a Cert Valid of "not checked" or "false not found" until the tracking server runs a batch of certificate checks. You can proceed with further steps without waiting for a Cert Valid of "true" | |||||||||||
10 | If your node displays on the tracking site with "state: up", exit the tracker by pressing CTRL + c and continue to part 9 |
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|