Instructions

1. Enable Hyper-V (Virtualization)

1. Select Turn Windows features on or off from the Windows menu.

2. Check the options for Hyper-V and Virtual Machine Platform for Linux & Windows, then click Save.

3. Restart your computer.

2. Install Windows Subsystem for Linux (WSL)

1. Open PowerShell

Open the Windows search bar and type "PowerShell".

In the search results, select "Run as Administrator" from the options on the right side of the screen (as shown in the screenshot below).

2. Install WSL: Execute the following command:

wsl --install

This command installs the Windows Subsystem for Linux, enabling a Linux environment to run directly on your Windows system. Ensure the command completes successfully before proceeding to the next step.

3. Install Docker

  1. Download Docker Desktop : Download the Docker Desktop installer from the official website

  2. Run the Installer

    Follow the instructions to complete the installation.

  3. Restart Your Computer Once the installation is complete, restart your computer.

  1. Open Power Settings Go to [Settings > System > Power & Battery]

  2. Change Sleep Mode to 'Never' In the "Screen and Sleep" section, set all options to 'Don't use' or 'Never'. If you're using a laptop, make sure to set sleep mode to 'Never' when running on battery power as well.

5. Installing and Setting Up LFG Node CLI

1. Run PowerShell as Administrator.

2. Run the Docker program.

3. Execute the Installation Script

Copy and paste the command below into PowerShell and run it:

powershell -ExecutionPolicy Bypass -Command "Invoke-WebRequest -Uri 'https://link.lfg.inc/lfgnode-windows-script' -OutFile '$PWD\Windows_Install.ps1'; & '$PWD\Windows_Install.ps1'"

This script will automatically download and install the Meer Node CLI.

Once the command completes, your Node Address will be displayed.

4. Copy the Node Address and Access the Dashboard

Copy the Node Address displayed in PowerShell.

5. Access the Node Dashboard and Connect

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

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

8. Starting the Meer Node Server

Make sure the Docker program is running.

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

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

enter 1.

10. 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 Using a Command (If Pressing Enter Fails)

If pressing Enter fails to proceed, start the Meer Node server manually. Copy and paste the command below into PowerShell and run it to restart the installation process:

lfgnode start

Once the process is running normally, the Node status in 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