Bitcoin Forum
April 25, 2024, 12:31:26 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Mining question on limits  (Read 1408 times)
stergium (OP)
Hero Member
*****
Offline Offline

Activity: 655
Merit: 500



View Profile
February 13, 2013, 03:12:28 PM
 #1

To whoever know:Is it possible to use a miner (bfgminer,cgminer,.....) with any of the asic products that can
a) mine on multiple pools 
b) "cap" the hashing power to a limit
c) load balance if a pool is off or unrechable

an example. i want to always hash with 1ghash on deepbit (god forbit!) , 3 ghash on slush , 5ghash on another pool.
in case of the "other pool" goes off , the 5ghash to be distributed among the 2 previous pools. the detail on that is the hash limit. i havent seen that anywhere (or i've missed it)
1714048286
Hero Member
*
Offline Offline

Posts: 1714048286

View Profile Personal Message (Offline)

Ignore
1714048286
Reply with quote  #2

1714048286
Report to moderator
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714048286
Hero Member
*
Offline Offline

Posts: 1714048286

View Profile Personal Message (Offline)

Ignore
1714048286
Reply with quote  #2

1714048286
Report to moderator
brincobt
Jr. Member
*
Offline Offline

Activity: 34
Merit: 3


View Profile
February 13, 2013, 04:02:40 PM
 #2

First: Do you have ready an ASICs miner, what type and from or are you dreaming?
Second: Write the  necessary software your own, preferably in python and open source.
Third: The automatic mining pool hopper for optimized gain has to be invented, if/when hopping gives you a gain ;-)
crazyates
Legendary
*
Offline Offline

Activity: 952
Merit: 1000



View Profile
February 13, 2013, 05:17:59 PM
 #3

Yes, GGMiner has many options for changing your pool management. You simply add multiple pools into your command line or config file, and then choose which option you like best:

Quote
--balance           Change multipool strategy from failover to even share balance
--load-balance      Change multipool strategy from failover to efficiency based balance
--rotate <arg>      Change multipool strategy from failover to regularly rotate at N minutes (default: 0)
--round-robin       Change multipool strategy from failover to round robin on failure
Quote
MULTIPOOL

FAILOVER STRATEGIES WITH MULTIPOOL:
A number of different strategies for dealing with multipool setups are
available. Each has their advantages and disadvantages so multiple strategies
are available by user choice, as per the following list:

FAILOVER:
The default strategy is failover. This means that if you input a number of
pools, it will try to use them as a priority list, moving away from the 1st
to the 2nd, 2nd to 3rd and so on. If any of the earlier pools recover, it will
move back to the higher priority ones.

ROUND ROBIN:
This strategy only moves from one pool to the next when the current one falls
idle and makes no attempt to move otherwise.

ROTATE:
This strategy moves at user-defined intervals from one active pool to the next,
skipping pools that are idle.

LOAD BALANCE:
This strategy sends work to all the pools to maintain optimum load. The most
efficient pools will tend to get a lot more shares. If any pool falls idle, the
rest will tend to take up the slack keeping the miner busy.

BALANCE:
This strategy monitors the amount of difficulty 1 shares solved for each pool
and uses it to try to end up doing the same amount of work for all pools.

an example. i want to always hash with 1ghash on deepbit (god forbit!) , 3 ghash on slush , 5ghash on another pool.
in case of the "other pool" goes off , the 5ghash to be distributed among the 2 previous pools. the detail on that is the hash limit. i havent seen that anywhere (or i've missed it)
IIRC, the only way to do this is to add 1 worker for Deepbit, 3 workers for slush, and 5 for any other pool, and then do a --balance scheme. Each worker will get 1/9 of your shares, or close to it. If slush goes down, then those 3/9 workers would go down, and your hashrate would be split over 6 workers now, not 9. The remaining 6 workers would then be hashing at a faster rate. I don't know of any way how to limit a pools hashrate any other way, but I also don't know why you'd want to.

Tips? 1crazy8pMqgwJ7tX7ZPZmyPwFbc6xZKM9
Previous Trade History - Sale Thread
stergium (OP)
Hero Member
*****
Offline Offline

Activity: 655
Merit: 500



View Profile
February 14, 2013, 08:13:41 AM
 #4

@brincobt
1) probably you missed the point of the question... and no ,i will not answer that Wink
2) figured already that ,
3) gaining wasnt the point.

@crazyates  that is an excellent suggestion. a bit messy but does the work . thanks Smiley
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!