Bitcoin Forum
May 29, 2024, 12:36:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Cgminer and 5 pools at once ? how?  (Read 1121 times)
tytanick (OP)
Legendary
*
Offline Offline

Activity: 2660
Merit: 1096


Simplemining.net Admin


View Profile WWW
October 09, 2013, 12:40:39 PM
 #1

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

Manage your GPU farm the easy way with Mining OS (30 days free):  SimpleMining.net
Support available at Discord: https://simplemining.net/page/discord and admin@simplemining.net
Bitcointalk thread: https://bitcointalk.org/index.php?topic=1541084.0
BenTuras
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1001



View Profile
October 09, 2013, 01:21:13 PM
 #2

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

I am selling in stock OneStringMiner boards, based on the Bitfury chips. Have a look here: https://bitcointalk.org/index.php?topic=495536.0
superresistant
Legendary
*
Offline Offline

Activity: 2142
Merit: 1125



View Profile
October 09, 2013, 01:32:39 PM
 #3

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


BenTuras
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1001



View Profile
October 09, 2013, 01:43:34 PM
 #4


*grins*

I am selling in stock OneStringMiner boards, based on the Bitfury chips. Have a look here: https://bitcointalk.org/index.php?topic=495536.0
tytanick (OP)
Legendary
*
Offline Offline

Activity: 2660
Merit: 1096


Simplemining.net Admin


View Profile WWW
October 09, 2013, 04:21:09 PM
 #5

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 Smiley

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!

Manage your GPU farm the easy way with Mining OS (30 days free):  SimpleMining.net
Support available at Discord: https://simplemining.net/page/discord and admin@simplemining.net
Bitcointalk thread: https://bitcointalk.org/index.php?topic=1541084.0
os2sam
Legendary
*
Online Online

Activity: 3578
Merit: 1091


Think for yourself


View Profile
October 09, 2013, 04:38:03 PM
 #6

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

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
-ck
Legendary
*
Offline Offline

Activity: 4116
Merit: 1635


Ruu \o/


View Profile WWW
October 09, 2013, 08:17:21 PM
 #7

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.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
fattypig
Full Member
***
Offline Offline

Activity: 224
Merit: 100



View Profile WWW
October 10, 2013, 12:51:24 PM
 #8

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.

hulk
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
October 11, 2013, 11:20:12 AM
 #9

Nice, ganna try this too. Wanted to mine 2 pools at the same time

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!