Skip to content

Commit

Permalink
Disabled DP checking
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanLucPons committed Jun 20, 2020
1 parent 8ff76c9 commit 2b409a3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ bool Kangaroo::HandleRequest(TH_PARAM *p) {

} else {

#define VALIDITY_POINT_CHECK
//#define VALIDITY_POINT_CHECK
#ifdef VALIDITY_POINT_CHECK
// Check validity
for(uint32_t i=0;i< head.nbDP;i++) {
Expand Down
1 change: 0 additions & 1 deletion VC_CUDA8/Kangaroo.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ copy "$(CudaToolkitBinDir)\cudart*.dll" "$(OutDir)"</Command>
<ItemGroup>
<ClCompile Include="..\Backup.cpp" />
<ClCompile Include="..\Check.cpp" />
<ClCompile Include="..\GPU\GPUGenerate.cpp" />
<ClCompile Include="..\Merge.cpp" />
<ClCompile Include="..\PartMerge.cpp" />
<ClCompile Include="..\SECPK1\Int.cpp" />
Expand Down
3 changes: 0 additions & 3 deletions VC_CUDA8/Kangaroo.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
<ClCompile Include="..\SECPK1\SECP256K1.cpp">
<Filter>SECPK1</Filter>
</ClCompile>
<ClCompile Include="..\GPU\GPUGenerate.cpp">
<Filter>GPU</Filter>
</ClCompile>
<ClCompile Include="..\Check.cpp" />
<ClCompile Include="..\Backup.cpp" />
<ClCompile Include="..\Network.cpp" />
Expand Down

0 comments on commit 2b409a3

Please sign in to comment.