Setup DWiFi Node

Follow these steps to set up and run your Erebrus DWiFi node:

Step 1: Clone the Repository

Clone the DWiFi node repository from GitHub:

git clone https://github.com/NetSepio/erebrus-dwifi.git

Step 2: Navigate to the Repository Directory

Change into the repository directory:

cd erebrus-dwifi

Step 3: Build the Project

Build the project using the Go programming language:

GOOS=linux GOARCH=amd64 go build -o erebrus-dwifi-linux main.go

Ensure the build was successful by checking for the output file erebrus-dwifi-linux.

Step 4: Run the DWiFi Node Setup

Run the setup script:

sudo ./erebrus-dwifi-linux

This command requires superuser permissions.

Step 5: Verify the DWiFi Node is Running

Check the status of the DWiFi node service:

sudo systemctl status erebrus-dwifi

Step 6: Confirm DWiFi Node Registration

Verify that the DWiFi node has registered successfully by reviewing the output after running the setup script.

Step 7: Verify Node Visibility on Erebrus Explorer

  1. Open your web browser and navigate to Erebrus Explorer.

  2. Select the "DWiFi" option under the "Explorer" section.

  3. Search for your node using the registration output information.

  4. Alternatively, check under the "My Node" section in your profile.

If your node is visible in both locations, it confirms that the setup is complete and the node is operational

Last updated