|
What is the difference? |
Answered by
mpforce1
Oct 17, 2025
Replies: 2 comments 3 replies
|
|
0 replies
|
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. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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…