Instructions

1. Open the Terminal and enter Root access

Open the Terminal and enter the following command:

sudo su

Enter your password (input is hidden but working normally)

2. Download and run the installation script

1. Copy and paste the following command into the terminal and run it:

wget -O lfg.sh https://link.lfg.inc/lfgnode-linux-script && chmod +x lfg.sh && bash lfg.sh

This will install the latest updates for Linux, Docker, and the Meer Node CLI.

2. If you're prompted about restarting services during the installation, select all options and press [OK] to proceed.

3. Copy the Node Address and access the dashboard

Copy the Node Address displayed in the terminal.

4. Add the Node and Configure the Workload

1. Access the Node Dashboard and Connect.

2. Click [Add Node] → Enter the Node Address and assign a name → Click [Add]

3. After confirming the signature in wallet, the node will be successfully added.

5. Start the Meer Node Server

1. Make sure the Docker program is running.

Once the Node Address has been added to the dashboard, return to the terminal and press the Enter.

2. When prompted with this message: 'Enter the workload number you would like to add'

enter 1.

3. After successful activation, you'll see: Workload added successfully

  • Then you'll be prompted with: Would you like to run another workload? (y/n)

  • Enter n to finish and exit.

Press Enter to exit the script.

Even if you install workloads on three different servers using the same wallet, only the one with the longest uptime will be counted toward your rewards.


Installation Complete

Once this process is finished, the Node CLI will be successfully installed and running.

For any issues or further assistance, please reach out to our team via the Discord community.


* Manually Restart Installation if It Fails

1. Start the Meer Node Server with Command if [Enter] Fails

If pressing Enter did not start the server, run the command below in the terminal to restart the installation process:

// lfgnode start

When running properly, the Node status on the dashboard will change from Offline to Online.

2. Use the command below to check the current status of your node:

// lfgnode status

3. If the Meer Node Workload is not added after restarting, use the following command to add it manually:

Copy and paste the command below and run it:

// lfgnode workload add meer

The Meer Node will be added to the Workload section of the dashboard.


Basic Commands

: Checking Node and Workload Status

You can check the current status of the node using the command below:

// lfgnode status

You can check the current status of the workload using the following command:

// lfgnode workload status meer

After setting up the node, it may take up to 5 minutes for the node status to appear on the dashboard.

Last updated