Releases: cwtowns/collier
Releases · cwtowns/collier
Initial release
You can install the windows service by extracting the windowsService directory and then defining a service in Powershell. For example, if you extracted to C:\Program Files (x86)\Mining\Collier you would run
New-Service -Name "Collier" -BinaryPathName "C:\Program Files (x86)\Mining\Collier\CollierService.exe" -StartupType Automatic
You can install the front end by extracting the frontEnd directory, right clicking install.ps1
and selecting run with powershell
.