Browse Source

extranonce - some cleanup and better description for pool setting

djm34
Jan Berdajs 11 years ago
parent
commit
06d8e1d1dc
  1. 1
      miner.h
  2. 2
      sgminer.c

1
miner.h

@ -1075,7 +1075,6 @@ extern int nDevs; @@ -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];

2
sgminer.c

@ -1376,7 +1376,7 @@ static struct opt_table opt_config_table[] = { @@ -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"),

Loading…
Cancel
Save