Update to better scrypt tmto defaults

pull/330/head
Jens Steube 8 years ago
parent 29a0eab0b3
commit fc89a04737

@ -13670,18 +13670,18 @@ int main (int argc, char **argv)
} }
else if (device_param->vendor_id == VENDOR_ID_NV) else if (device_param->vendor_id == VENDOR_ID_NV)
{ {
tmto_start = 3; tmto_start = 2;
} }
} }
else if (hash_mode == 9300) else if (hash_mode == 9300)
{ {
if (device_param->vendor_id == VENDOR_ID_AMD) if (device_param->vendor_id == VENDOR_ID_AMD)
{ {
tmto_start = 3; tmto_start = 2;
} }
else if (device_param->vendor_id == VENDOR_ID_NV) else if (device_param->vendor_id == VENDOR_ID_NV)
{ {
tmto_start = 5; tmto_start = 2;
} }
} }
} }

Loading…
Cancel
Save