This installer is designed to help you set up and configure your system to provide resources to the Lilypad network. Once the installation is complete, your system will be ready to start accepting compute jobs from the Lilypad network.
Note: Lilypad Resource Providers are currently supported only on Linux installations. Running a Resource Provider on Windows is still experimental.
Enabling Windows Subsystem for Linux (WSL) allows you to run a Linux distribution alongside your Windows installation. Here's how you can enable and set up WSL on your Windows machine:
Open PowerShell as Administrator
Right-click on the Start button and select "Windows PowerShell (Admin)" or "Command Prompt (Admin)".
Run the following commands:
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
Restart your computer to apply the changes.
Navigate to the following link and install Docker Desktop for Windows: https://docs.docker.com/desktop/install/windows-install/
Navigate to the following link and install Visual Studio for Windows: https://visualstudio.microsoft.com/downloads/
Clone this repository
Open Solution File with Visual Studio (WindowsResourceProvider.sln
)