Skip to content

Windows#

Steps#

  1. Install java runtime environment
  2. Get the latest Ergo node
  3. Create the configuration files

ergo {
    directory = "C:\ergo"
    node {
        mining = false
    }
}
You can now follow the steps in the tutorial

WSL#

See this guide or run this command in your terminal. This will enable the Linux Subsystem and allow you to execute as Linux.

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux 

You can then follow the steps outlines in the Linux page.

Resources#