Windows#
Steps#
- Install java runtime environment
- Get the latest Ergo node
- Create the configuration files
ergo {
directory = "C:\ergo"
node {
mining = false
}
}
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.