Change default opt_scrypt to false to force SHA256 mode

This commit is contained in:
Gemini Bot
2026-01-21 13:55:38 +00:00
parent 5fe74aa636
commit c713bde2c9

View File

@@ -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;