Skip to content

Commit

Permalink
update codegens
Browse files Browse the repository at this point in the history
  • Loading branch information
DillonN committed May 4, 2018
1 parent 81a15a9 commit 1311589
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 1 addition & 2 deletions NiceHashMiner/Utils/BINS_CODEGEN.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ public static class Bins_Data
@"/xmr-stak/xmrstak_opencl_backend.dll",
@"/xmr-stak/libeay32.dll",
@"/xmr-stak/ssleay32.dll",
@"/xmr-stak/xmrstak_opencl_backend.dll",
@"/xmr-stak/xmr-stak.exe",
@"/xmrig/xmrig.exe",
//@"/xmrig/xmrig.exe",
};

#endregion //CODE_GEN STUFF // listFiles.py
Expand Down
9 changes: 9 additions & 0 deletions NiceHashMiner/Utils/BINS_CODEGEN_3rd.cs
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,15 @@ public static class Bins_Data_3rd
@"/optiminer_zcash_win/bin-223600/Tonga_round8.bin",
@"/optiminer_zcash_win/bin-223600/Tonga_round9.bin",
@"/prospector/prospector.exe",
@"/claymore_cryptonight/Data1a1.bin",
@"/claymore_cryptonight/Data1b1.bin",
@"/claymore_cryptonight/Data1c1.bin",
@"/claymore_cryptonight/Data1d1.bin",
@"/claymore_cryptonight/Data1e1.bin",
@"/claymore_cryptonight/Data1g1.bin",
@"/claymore_cryptonight/Data1h1.bin",
@"/claymore_cryptonight/Data1i1.bin",
@"/claymore_cryptonight/NsGpuCNMiner.exe",
};

#endregion //CODE_GEN STUFF // listFiles.py
Expand Down

0 comments on commit 1311589

Please sign in to comment.