Bitcoin Forum
May 09, 2024, 12:28:01 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1]
  Print  
Author Topic: [Bounty] Proxy software with requirements  (Read 1793 times)
shakaru (OP)
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


QUIFAS EXCHANGE


View Profile
October 07, 2011, 08:58:23 AM
 #1

Ok, so here is what I am looking for.
A proxy similar to bithop without the hopping support.
The ability to point hashing power to the proxy and then config proxy to forward a specific amount of hashing power to a specific pool.  (ex. If i have 20ghs in house and point it at the proxy, and I have the proxy set to divide that cording to 3ghs to pool A, 7ghs to pool B, and 4 to pool C with remainder to pool D)

Also, if possible, same conditions as the example above, but lets say pool A,B and D are up but C is down. In that case I would like a backup pool configured for the down pool. (Ex, Pools A,B and D are still pointing work to their correct pool, but pool C is now switched to Deepbit until the original pool for C is back up)

If you want to do this, message me with a quote or post here. Looking for an immediate start.

                             ▄▄▄████████▄▄▄
                         ▄▄██████████████████▄▄
                       ▄███████▄▄▄▄▄▄▄▄▄▄███████▄
                     ▄█████▄▄██████████████▄▄█████▄
        ██████  █████████▄████████████████████▄█████
        ██████  ███████▄████████▄▄▄▄▄▄▄▄████████▄████
                      ▄██████▀████████████▀██████▄████
███████   █████████████████████████████████████████████
███████   █████████████████████████████████████████████
                   ████████████████████████████████████
     ██████████████████████████████████████████████████
     ██████████████████████████████████████████████████
                     █████████████████████████████████
            ██████████▀██████▄████████████▄██████▀████
            ███████████▀████████▀▀▀▀▀▀▀▀▀▀███████▄███
                    █████▀████████████████▄▀██████▄
                     ▀█████▀▀██████████████▀██▀██████▄
                       ▀███████▀▀▀▀▀▀▀▀▀▀███████▀▀▀▀▀▀
                         ▀▀██████████████████▀▀
                             ▀▀▀████████▀▀▀
QUIFAS                    
                    ███
 █              ███ ███
 █              ███  █
███          █  ███
███         ███  █
███  █      ███  █
    ███  █  ███  █
    ███ ███  █   █
     █   █   █
     █      
1715257681
Hero Member
*
Offline Offline

Posts: 1715257681

View Profile Personal Message (Offline)

Ignore
1715257681
Reply with quote  #2

1715257681
Report to moderator
Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715257681
Hero Member
*
Offline Offline

Posts: 1715257681

View Profile Personal Message (Offline)

Ignore
1715257681
Reply with quote  #2

1715257681
Report to moderator
1715257681
Hero Member
*
Offline Offline

Posts: 1715257681

View Profile Personal Message (Offline)

Ignore
1715257681
Reply with quote  #2

1715257681
Report to moderator
1715257681
Hero Member
*
Offline Offline

Posts: 1715257681

View Profile Personal Message (Offline)

Ignore
1715257681
Reply with quote  #2

1715257681
Report to moderator
urstroyer
Full Member
***
Offline Offline

Activity: 142
Merit: 100


View Profile
October 07, 2011, 09:28:06 AM
 #2

I like the idea.

This could be a good start:
https://github.com/cdhowie/Bitcoin-mining-proxy

Afaik it doesn't support that load balancing to each pool but right now the failover works well.

Maybe cdhowie is going to improve it according to your needs for the bounty.

kripz
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
October 08, 2011, 06:56:12 AM
 #3

cdhowie stopped development a long time ago afaik.

Perhaps you can use cgminer and one of the current methods for multipool or message conman himself.

Quote
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 in equal amounts to all the pools specified. If any
pool falls idle, the rest will take up the slack keeping the miner busy.

https://bitcointalk.org/index.php?topic=28402.0

Perhaps you could specify (3*100/20)% of 1 hour to A, (7*100/20)% of 1 hour to B and so on using ROTATE. If this doesnt do what you want it shouldnt be too much difficulty for him to modify the last two.


EDIT:

Sorry misread, you want to point random machines of random hashing power to the one location which then splits it. This is not possible using cgminer (as it's not a proxy) but you could run cgminer on each computer all using the same config with the above values and it would do what you want.

 Merged mining, free SMS notifications, PayPal payout and much more.
http://btcstats.net/sig/JZCODg2
shads
Sr. Member
****
Offline Offline

Activity: 266
Merit: 254


View Profile
October 08, 2011, 07:17:23 AM
 #4

Ok, so here is what I am looking for.
A proxy similar to bithop without the hopping support.
The ability to point hashing power to the proxy and then config proxy to forward a specific amount of hashing power to a specific pool.  (ex. If i have 20ghs in house and point it at the proxy, and I have the proxy set to divide that cording to 3ghs to pool A, 7ghs to pool B, and 4 to pool C with remainder to pool D)

poolserverj will do this with some minor mods to use LP and a fairly specific config setup.  It currently can split amongst pools using a weighting factor.  yr above example you would configure 4 sources with weightings 3, 7, 4, 6.  The final weighting per pool is it's portion of the total weightings.  e.g. for pool one 3 / (3+7+4+6) * 100 %

In the instance one or more pools are down it will split amongst the remaining pools whilst still maintaining their respective weightings.  Weightings are calculated based on work in that block.  If a failed pool comes back online it will be temporarily favoured until weighting distribution has been restored.  As a fallback if anything has gone wrong it will revert to any pool that is able to provide it with work.

Quote
Also, if possible, same conditions as the example above, but lets say pool A,B and D are up but C is down. In that case I would like a backup pool configured for the down pool. (Ex, Pools A,B and D are still pointing work to their correct pool, but pool C is now switched to Deepbit until the original pool for C is back up)

If you want to do this, message me with a quote or post here. Looking for an immediate start.

failover url's and accounts could be added and I'd estimate it would double the dev time over making the mods to achieve the first parts.

In terms of robustness and scalability it's currently the backend of BTC Guild so it shouldn't have any problems in yr scenario.

If you're interested PM me a bounty offer.

PoolServerJ Home Page - High performance java mining pool engine

Quote from: Matthew N. Wright
Stop wasting the internet.
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!