Instructions
1. Enable Hyper-V (Virtualization)
2. Install Windows Subsystem for Linux (WSL)
1. Open PowerShell
Open the Windows search bar and type "PowerShell".

2. Install WSL: Execute the following command:
wsl --install
3. Install Docker
Download Docker Desktop : Download the Docker Desktop installer from the official website
Run the Installer
Follow the instructions to complete the installation.
Restart Your Computer Once the installation is complete, restart your computer.
4. Disable Sleep Mode (Recommended)
Open Power Settings Go to [Settings > System > Power & Battery]
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.

Disabling sleep mode can help prevent unexpected interruptions while running nodes.
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.
Use right-click to copy instead of Ctrl + C, as using Ctrl + C may interrupt the installation.

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
.

Always enter 1
, regardless of the number of licenses.)
10. After successful activation, you'll see: Workload added successfully
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.
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.
Only nodes that run for more than 75% of the 24-hour period (i.e., 18 hours) will be eligible for rewards. (Eligibility will be checked on a 24-hour basis.)
* 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