-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server-side miner config templates #206
Comments
You have the "multi miner editor" for that. |
Like @MrCook1es already mentioned. For 1. There is the mass config edit function. A basic template/default config selection for multiple miners is plannes for a future releases. F.e. to simple switch between cn/cn-lite/heavy or working hour/night switches. Everything else you mentioned is a really custom and a lot of effort. I don't have time for that and until nobody is willing to pay for that I won't do it. |
@uz-spark is this feature resolved with the new template editor? |
Kinda, better than nothing in any way. Make it to overwrite only these lines that were specified in the template and it will be almost perfect :) You know, now you must write complete config in the template or it won't even work, and it will completely overwrite miner's config on assign, except for miner's id. Instead, if you write only partial config, say, only threads and multihash options, or only pools config - it will overwrite only these options on assign. That way it will be a lot more flexible without too much work on coding more robust system like i described in OP. |
good point! @uz-spark |
Feature suggestion : Server-side miner config templates
On the CC server there's default template with all default settings as with current default miner config. Settings of that template are assigned to all connected miners.
You can edit that template to assign common settings to all miners and create new templates with specific settings and apply conditions.
Template settings are the all the same as in miner config.
Default template have all individual settings disabled so it doesn't apply anything. Additionally there's setting to disable mining on miners assigned to that template. Templates can be disabled.
Every settings can me enabled, and will be assigned to miners according to conditions ...
As follows : OS (Windows, Linux\Unix), CPU packages count (i think the case with multiple different cpus is out of question), CPU manufacturer (Intel\AMD\ARM\Undefined), number of physical cores, number of threads, LLC size, is portable\has battery, override assign to specific miner IDs (with mask), exclude specific miner IDs (with mask).
Templates have priority ladder so multiple templates that fall into the same conditions are further sorted by priority.
Usecases :
The text was updated successfully, but these errors were encountered: