Skip to content

Initial release

Latest
Compare
Choose a tag to compare
@cwtowns cwtowns released this 02 May 18:05
· 9 commits to main since this 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.