mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-08 04:54:29 +00:00
extranonce - some cleanup and better description for pool setting
This commit is contained in:
parent
91a26c46b7
commit
06d8e1d1dc
1
miner.h
1
miner.h
@ -1075,7 +1075,6 @@ extern int nDevs;
|
|||||||
extern int hw_errors;
|
extern int hw_errors;
|
||||||
extern bool use_syslog;
|
extern bool use_syslog;
|
||||||
extern bool opt_quiet;
|
extern bool opt_quiet;
|
||||||
extern bool opt_extranonce_subscribe;
|
|
||||||
extern struct thr_info *control_thr;
|
extern struct thr_info *control_thr;
|
||||||
extern struct thr_info **mining_thr;
|
extern struct thr_info **mining_thr;
|
||||||
extern struct cgpu_info gpus[MAX_GPUDEVICES];
|
extern struct cgpu_info gpus[MAX_GPUDEVICES];
|
||||||
|
@ -1376,7 +1376,7 @@ static struct opt_table opt_config_table[] = {
|
|||||||
"Don't submit shares if they are detected as stale"),
|
"Don't submit shares if they are detected as stale"),
|
||||||
OPT_WITHOUT_ARG("--no-extranonce-subscribe",
|
OPT_WITHOUT_ARG("--no-extranonce-subscribe",
|
||||||
set_no_extranonce_subscribe, NULL,
|
set_no_extranonce_subscribe, NULL,
|
||||||
"Disable 'extranonce' stratum subscribe"),
|
"Disable 'extranonce' stratum subscribe for pool"),
|
||||||
OPT_WITH_ARG("--pass|-p",
|
OPT_WITH_ARG("--pass|-p",
|
||||||
set_pass, NULL, NULL,
|
set_pass, NULL, NULL,
|
||||||
"Password for bitcoin JSON-RPC server"),
|
"Password for bitcoin JSON-RPC server"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user