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;
|
||||
#endif
|
||||
#ifdef USE_SCRYPT
|
||||
bool opt_scrypt = true;
|
||||
bool opt_scrypt = false;
|
||||
#endif
|
||||
#ifdef HAVE_OPENCL
|
||||
int opt_dynamic_interval = 7;
|
||||
|
||||
Reference in New Issue
Block a user