Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: bitsum on January 28, 2015, 05:29:40 AM



Title: some assistance
Post by: bitsum on January 28, 2015, 05:29:40 AM
OK so what I want is being depicted as under  :

                                                           ------->Pool A
                                                          |
                                                          |
                                                          |
   betarigs ------------> proxy stratum-------------> Pool B                                           
  (Big renter)                                        |                                     
                                                          |     
                                                          |                                       
                                                           --------> Pool C

 u guys need to tell me is it possible? If yes how?           


Title: Re: some assistance
Post by: Amph on January 28, 2015, 05:19:12 PM
yeah, you can with the stratum java proxy for this

in the config just set your pool and workers



Title: Re: some assistance
Post by: bitsum on January 28, 2015, 05:56:37 PM
yeah, you can with the stratum java proxy for this

in the config just set your pool and workers



I asked if there is a possibility to distribute big a big hash to many small hashes like : 1 Ghs to 10 100 Mhs with a single renter from betarigs to many different pools with different users and passes


Title: Re: some assistance
Post by: Amph on January 28, 2015, 08:05:35 PM
yeah, you can with the stratum java proxy for this

in the config just set your pool and workers



I asked if there is a possibility to distribute big a big hash to many small hashes like : 1 Ghs to 10 100 Mhs with a single renter from betarigs to many different pools with different users and passes

that what it does, it distrubute it among several workers/pool


Title: Re: some assistance
Post by: bitsum on January 28, 2015, 09:08:35 PM
yeah, you can with the stratum java proxy for this

in the config just set your pool and workers



I asked if there is a possibility to distribute big a big hash to many small hashes like : 1 Ghs to 10 100 Mhs with a single renter from betarigs to many different pools with different users and passes

that what it does, it distrubute it among several workers/pool

cud u help me with the config?I'm unclear about what username and pass to put on the single betarig rental bcoz I have many pools with different users and passes.


Title: Re: some assistance
Post by: Amph on January 29, 2015, 04:59:18 PM
yeah, you can with the stratum java proxy for this

in the config just set your pool and workers



I asked if there is a possibility to distribute big a big hash to many small hashes like : 1 Ghs to 10 100 Mhs with a single renter from betarigs to many different pools with different users and passes

that what it does, it distrubute it among several workers/pool

cud u help me with the config?I'm unclear about what username and pass to put on the single betarig rental bcoz I have many pools with different users and passes.

name and user in the config should be the same url is the pool, for every pool associate 1 workers, very simple

format is something like thiss

{
 "name" : "worker name",
 "host" : "poolip:port",
 "user" : "worker name",
 "workerNameSeparator" : "%",
"enableExtranonceSubscribe" : false,
 "useWorkerPassword" : false,
 "weight" : 1,
 "isEnabled": true
 },