1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-07 20:44:19 +00:00

extranonce - some cleanup and better description for pool setting

This commit is contained in:
Jan Berdajs 2014-05-28 23:13:58 +02:00
parent 91a26c46b7
commit 06d8e1d1dc
2 changed files with 1 additions and 2 deletions

View File

@ -1075,7 +1075,6 @@ extern int nDevs;
extern int hw_errors;
extern bool use_syslog;
extern bool opt_quiet;
extern bool opt_extranonce_subscribe;
extern struct thr_info *control_thr;
extern struct thr_info **mining_thr;
extern struct cgpu_info gpus[MAX_GPUDEVICES];

View File

@ -1376,7 +1376,7 @@ static struct opt_table opt_config_table[] = {
"Don't submit shares if they are detected as stale"),
OPT_WITHOUT_ARG("--no-extranonce-subscribe",
set_no_extranonce_subscribe, NULL,
"Disable 'extranonce' stratum subscribe"),
"Disable 'extranonce' stratum subscribe for pool"),
OPT_WITH_ARG("--pass|-p",
set_pass, NULL, NULL,
"Password for bitcoin JSON-RPC server"),