Bitcoin Forum

Bitcoin => Mining => Topic started by: tytanick on October 09, 2013, 12:40:39 PM



Title: Cgminer and 5 pools at once ? how?
Post by: tytanick on October 09, 2013, 12:40:39 PM
hi, is it possible to set cgminer to mine at 5 pools atonce ?
I want to achive this:
1 pool = 10GH or 10% of total power
2 pool = 10GH or 10% of total power
3 pool = 10GH or 10% of total power
4 pool = rest of power or 70% of total power

Is it possible ? how can i do this ?
P.S dont ask why


Title: Re: Cgminer and 5 pools at once ? how?
Post by: BenTuras on October 09, 2013, 01:21:13 PM
hi, is it possible to set cgminer to mine at 5 pools atonce ?
I want to achive this:
1 pool = 10GH or 10% of total power
2 pool = 10GH or 10% of total power
3 pool = 10GH or 10% of total power
4 pool = rest of power or 70% of total power

Is it possible ? how can i do this ?
P.S dont ask why
Simple, let is hash to 10 pools!
pool A, B, C, D, D, D, D, D, D, D, D, D, D

PS. You'll have to check if cgminer can handle 10x -o ... and use --load-balance


Title: Re: Cgminer and 5 pools at once ? how?
Post by: superresistant on October 09, 2013, 01:32:39 PM
hi, is it possible to set cgminer to mine at 5 pools atonce ?
I want to achive this:
1 pool = 10GH or 10% of total power
2 pool = 10GH or 10% of total power
3 pool = 10GH or 10% of total power
4 pool = rest of power or 70% of total power

Is it possible ? how can i do this ?
P.S dont ask why
Simple, let is hash to 10 pools!
pool A, B, C, D, D, D, D, D, D, D, D, D, D

PS. You'll have to check if cgminer can handle 10x -o ... and use --load-balance


http://data.whicdn.com/images/29212271/139-are_you_a_wizard_large.jpg


Title: Re: Cgminer and 5 pools at once ? how?
Post by: BenTuras on October 09, 2013, 01:43:34 PM
*grins*


Title: Re: Cgminer and 5 pools at once ? how?
Post by: tytanick on October 09, 2013, 04:21:09 PM
hi, is it possible to set cgminer to mine at 5 pools atonce ?
I want to achive this:
1 pool = 10GH or 10% of total power
2 pool = 10GH or 10% of total power
3 pool = 10GH or 10% of total power
4 pool = rest of power or 70% of total power

Is it possible ? how can i do this ?
P.S dont ask why
Simple, let is hash to 10 pools!
pool A, B, C, D, D, D, D, D, D, D, D, D, D

PS. You'll have to check if cgminer can handle 10x -o ... and use --load-balance



hihi, i was trying to avoid that messing up a thing, and another forum member wrote me a good solution:
there is option --quota which propobly will solve this right :)

Quote from: hermi;n5903
Hi!

From the cgiminer README;
For example: --url poola -u usernamea -p passa --quota "2;poolb" -u usernameb -p passb
Will give poola 1/3 of the work and poolb 2/3 of the work.

So try using 4 pools with 1,1,1 and 24 quotas?
Don't forget to use the --load-balance option.

Good luck!


Title: Re: Cgminer and 5 pools at once ? how?
Post by: os2sam on October 09, 2013, 04:38:03 PM
I run multiple instances of cgminer-nogpu and point a specific number of Block Erupters at each pool that I want.  And of course have multiple failover pools in each instance.

Not sure if that would be good for you since you don't say what your mining devices are.  But it works great for me.
Sam


Title: Re: Cgminer and 5 pools at once ? how?
Post by: -ck on October 09, 2013, 08:17:21 PM
hi, is it possible to set cgminer to mine at 5 pools atonce ?
I want to achive this:
1 pool = 10GH or 10% of total power
2 pool = 10GH or 10% of total power
3 pool = 10GH or 10% of total power
4 pool = rest of power or 70% of total power

Is it possible ? how can i do this ?
P.S dont ask why
Use --load-balance with the quota command instead of url and set the quota for each

--quota "1;url1" --quota "1;url2" --quota "1;url3" --quota "7;url4"

As the docs clearly state, it works with arbitrary quotas, so you could have also used "10;url" with "70;url" for the same effect.


Title: Re: Cgminer and 5 pools at once ? how?
Post by: fattypig on October 10, 2013, 12:51:24 PM
hi, is it possible to set cgminer to mine at 5 pools atonce ?
I want to achive this:
1 pool = 10GH or 10% of total power
2 pool = 10GH or 10% of total power
3 pool = 10GH or 10% of total power
4 pool = rest of power or 70% of total power

Is it possible ? how can i do this ?
P.S dont ask why

Why do you wanna do that? I believe some hash would be gone by spiting the work so many ways.


Title: Re: Cgminer and 5 pools at once ? how?
Post by: hulk on October 11, 2013, 11:20:12 AM
Nice, ganna try this too. Wanted to mine 2 pools at the same time