-
|
What is the difference? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
So if i use ORDER, it first will mine the streamers in the run file, and if there not online these with the lowest points? It doesnt seem to work like that. |
Beta Was this translation helpful? Give feedback.
Ah, I don't think that's currently possible. at startup the miner takes your explicitly defined list of streamers and your follower list and merges them. So there's currently no way to have it prioritise the follower list differently to the explicit list. The only thing you can do is set
followers_orderto something and useORDERwhich will at least order the followers list in some way. Oh, and I got something wrong in my earlier explanation.followers_orderisn't alphabetical it's by follow date.Feel free to submit an issue (or a pr if you're up to it) and somebody might implement it in the future.
As an aside, an interesting quirk of the priority system is that there's no point definin…