i would like to request another feature. would it be much work to make it possible to mine same algo on 2 different pools and set how many hashpower send to each pool? would make things easier to mine different coins.
like with sgminer and "quota" command
example sgminer config 2 pools 50%/50% hashpower
"pools": [
{
"name": "coin1",
"quota": "50;pool1 url",
"user": "Ks5mEA8C75yPVgZ7di2SZT7tpjZM3vewUbJEgvWGTxVWZAuCUeKvHbQEYcLirvLxZ4gAxfZSvE6SSAK tRaR7cNTWAReWiJo.45000",
"pass": "x",
"no-extranonce": true,
"profile": "xmr"
},
{
"name": "coin2",
"quota": "50;pool2 url",
"user": "i",
"pass": "x",
"no-extranonce": true,
"profile": "xmr"
}