Change default opt_scrypt to false to force SHA256 mode
This commit is contained in:
@@ -118,7 +118,7 @@ unsigned long global_quota_gcd = 1;
|
|||||||
int nDevs;
|
int nDevs;
|
||||||
#endif
|
#endif
|
||||||
#ifdef USE_SCRYPT
|
#ifdef USE_SCRYPT
|
||||||
bool opt_scrypt = true;
|
bool opt_scrypt = false;
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_OPENCL
|
#ifdef HAVE_OPENCL
|
||||||
int opt_dynamic_interval = 7;
|
int opt_dynamic_interval = 7;
|
||||||
|
|||||||
Reference in New Issue
Block a user