Added autoCreateWorker config to readme
This commit is contained in:
parent
0fd39f0569
commit
39d02b9af9
@ -400,6 +400,10 @@ Description of options:
|
|||||||
"password": "mypass", //MySQL db password
|
"password": "mypass", //MySQL db password
|
||||||
"database": "ltc", //MySQL db database name
|
"database": "ltc", //MySQL db database name
|
||||||
|
|
||||||
|
/* Unregistered workers can automatically be registered (added to database) on stratum
|
||||||
|
worker authentication if this is true. */
|
||||||
|
"autoCreateWorker": false,
|
||||||
|
|
||||||
/* For when miner's authenticate: set to "password" for both worker name and password to
|
/* For when miner's authenticate: set to "password" for both worker name and password to
|
||||||
be checked for in the database, set to "worker" for only work name to be checked, or
|
be checked for in the database, set to "worker" for only work name to be checked, or
|
||||||
don't use this option (set to "none") for no auth checks */
|
don't use this option (set to "none") for no auth checks */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user