1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

Reinstate help information for lookup gap and thread concurrency since tc will often need to be manually set for optimal scrypt performance.

This commit is contained in:
Con Kolivas 2012-07-25 22:30:37 +10:00
parent ea10b08dce
commit 5148502c1e

View File

@ -857,7 +857,7 @@ static struct opt_table opt_config_table[] = {
#ifdef USE_SCRYPT
OPT_WITH_ARG("--lookup-gap",
set_lookup_gap, NULL, NULL,
opt_hidden),
"Set GPU lookup gap for scrypt mining, comma separated"),
#endif
OPT_WITH_ARG("--intensity|-I",
set_intensity, NULL, NULL,
@ -1010,7 +1010,7 @@ static struct opt_table opt_config_table[] = {
#ifdef USE_SCRYPT
OPT_WITH_ARG("--thread-concurrency",
set_thread_concurrency, NULL, NULL,
opt_hidden),
"Set GPU thread concurrency for scrypt mining, comma separated"),
#endif
OPT_WITH_ARG("--url|-o",
set_url, NULL, NULL,