ma tramite il loadbalancing è possibile anche specificare le quote per le varie connessioni? in modo da ottimizzare magari la pool preferita?
se fai load-balance tra 4 account, che senso ha avere una pool preferita, visto che è la stessa su 4 account differenti?
il load-balance comunque va a "quote" e puoi assegnare tu il peso della quota. Se hai 2 pool e assegni 1;poolA e 9;poolB, minerà il 90% del tempo su B ed il 10% sulla poolA. Se guardi nel readme del miner c'è scritto tutto abbastanza bene.
Comunque load-balance non è la strategia migliore per cointellect, meglio far minare ogni gridseed su un account, se si vogliono payout consistenti.
Chi ti ha detto che ho gridseed e che mino con 4 su cointellect?
Se ho chiesto è perchè ho cercato già nelle faq di cgminer ma non ne ho cavato molto, se do il comando che ho trovato li o da errore o non parte niente.
Se io volessi minare 30+30+30+10 posso farlo? se si, gentilmente, che comando ho oltre al load balance?
ps per te magari non lo sarà ma a me è stato molto utile
Nel readme ho detto, ti incollo la parte che ti serve:
QUOTAS
The load-balance multipool strategy works off a quota based scheduler. The
quotas handed out by default are equal, but the user is allowed to specify any
arbitrary ratio of quotas. For example, if all the quota values add up to 100,
each quota value will be a percentage, but if 2 pools are specified and pool0
is given a quota of 1 and pool1 is given a quota of 9, pool0 will get 10% of
the work and pool1 will get 90%. Quotas can be changed on the fly with RPC,
and do not act retrospectively. Setting a quota to zero will effectively
disable that pool unless all other pools are disabled or dead. In that
scenario, load-balance falls back to regular failover priority-based strategy.
While a pool is dead, it loses its quota and no attempt is made to catch up
when it comes back to life.
To specify quotas on the command line, pools should be specified with a
semicolon separated --quota(or -U) entry instead of --url. Pools specified with
--url are given a nominal quota value of 1 and entries can be mixed.
For example:
--url poolA:portA -u usernameA -p passA --quota "2;poolB:portB" -u usernameB -p passB
Will give poolA 1/3 of the work and poolB 2/3 of the work.
Writing configuration files with quotas is likewise supported. To use the above
quotas in a configuration file they would be specified thus:
"pools" : [
{
"url" : "poolA:portA",
"user" : "usernameA",
"pass" : "passA"
},
{
"quota" : "2;poolB:portB",
"user" : "usernameB",
"pass" : "passB"
}
]
nel tuo caso basta che metti rispettivamente appunto 30 30 30 e 10 come valore quota per le varie pool.
fai
{"quota" : "30;poolA"},
{"quota" : "30;poolB"},
{"quota" : "30;poolC"},
{"quota" : "10;poolD"}
Ovviamente devi riempire i restanti dati mancanti come vedi sopra( user, pass ).
Comunque, non so se sia un problema di cointellect o del load balance in sé, ma non distribuisce proprio esattamente, anzi...