1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-02 01:44:23 +00:00

Remove --vectors (current kernel only supports 1 vector).

The functionality to set the number of vectors still remains, though.
This commit is contained in:
Noel Maersk 2014-01-15 17:03:50 +02:00
parent e6b5fb7aa8
commit e46581dea1
2 changed files with 0 additions and 7 deletions

View File

@ -137,10 +137,6 @@ Has a minor effect, should be a multiple of 64 up to 256 maximum.
SUMMARY: Worth playing with once everything else has been tried but will
probably do nothing.
--vectors XX (-v XX)
Vectors are NOT used by the scrypt mining kernel.
SUMMARY: Does nothing.
Overclocking for scrypt mining:
First of all, do not underclock your memory initially. Scrypt mining requires

View File

@ -1210,9 +1210,6 @@ static struct opt_table opt_config_table[] = {
OPT_WITH_ARG("--user|-u",
set_user, NULL, NULL,
"Username for bitcoin JSON-RPC server"),
OPT_WITH_ARG("--vectors|-v",
set_vector, NULL, NULL,
"Override detected optimal vector (1, 2 or 4) - one value or comma separated list"),
OPT_WITHOUT_ARG("--verbose",
opt_set_bool, &opt_log_output,
"Log verbose output to stderr as well as status output"),