Skip to content

Releases: cwtowns/collier

Initial release

02 May 18:05
Compare
Choose a tag to compare

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.