6
1
I'm mining in different pools, one is main and I would like to dedicate 80% off the time spent mining on it, but I'm also mining in another and would like to dedicate 20% on that. I know you can set up the config as following:
"pools" : [
{
"url" : "http://pool1",
"user" : "user1",
"pass" : "123"
},
{
"url" : "http://pool2",
"user" : "user2",
"pass" : "123"
}
]
But is there a way you could define a 80/20 // 70/30 mining setup between the pools so that it mines the first pool for 19 hours, then the second pool for 5 hours (or days)
Load Balance will hash to both pools all day long. OP sounds like he wants to rotate after pool 1 is done to pool 2. – Sun – 2018-03-14T21:57:05.573