Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 510 Bytes

File metadata and controls

10 lines (7 loc) · 510 Bytes

NiceHash Miner

Testing build flags:

Define SWITCH_TESTING in Properties/Build/Conditional compilation symbols to enable miner switch testing. Aditional options are in SwitchTesting.cs.

Aditional build steps:

Make sure to copy OpenCLDeviceDetection.exe, CudaDeviceDetection.exe and nvml.dll to NHM.exe folder.

Bins Paths codegen

Use /codegen/genBins.py ('python genBins.py > BINS_CODEGEN.cs') to generate miner bins BINS_CODEGEN.cs file. Copy BINS_CODEGEN.cs to NiceHashMiner/Utils folder.