Skip to content
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

[VOTE] Miner groups #302

Open
electroape opened this issue Jan 30, 2020 · 4 comments
Open

[VOTE] Miner groups #302

electroape opened this issue Jan 30, 2020 · 4 comments

Comments

@electroape
Copy link

Manual grouping of miners.
I.e, say i have 10 miners, 3 of them are have low amount of LLC which don't work with Rx algos very well, so i add them to group 'low-LLC' and other miners to group 'high-LLC', then to easy push config changes to either of them i just select entire group instead of sorting entire list by LLC amount and selecting them one by one.

@Bendr0id
Copy link
Owner

That sounds like a very useful thing.

Currently i don't have a good idea howto integrate that. I can't find anything useful about that with the datatable the dashboard is using.

A simple approach could be to prefix the miner names with for example low_ or high_. Then you could sort by name. And then you don't have to select them one by one, you can select them all in a row by selecting the first element + keep pressing the shift key and selecting the last item you want to select. It will auto select all rows in between.

I'm still looking into something better

@Bendr0id
Copy link
Owner

Another approach could be that we add another field to the miner. For example group, then you can sort by that.

@electroape
Copy link
Author

If i understand correctly you don't know a way to just add another button 'Select group' (in addition to 'Add to group' and 'Remove group') with dropdown that just selects all miners in it by one action ?

Didn't know that you can select first miner in list and then select last one with shift if you want to select them in bulk, that simplifies things a bit but the main usecase of groups would be say, i have several miners that don't work good with Rx algos, it doesn't really depends on LLC amount, more on RAM but since it isn't reported in dashboard (yet) there's no way to filter miners, just to remember which ones not to assign Rx algos, adding them in group would help a lot. Workaround with prefixing the miner name would do for now, didn't think about that, thing is i don't have 10 miners, i have ~120 of them so renaming them one by one would be very tedious.

@inkly
Copy link

inkly commented May 19, 2020

I think group in name/workerid would be a good idea... and in front group in table like algo? (or subgroup)

GROUP.NAME

how to vote? x)

@Bendr0id Bendr0id changed the title [Feature request] Miner groups [VOTE] Miner groups May 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants