Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.
by
fonyo
on 01/11/2017, 13:25:57 UTC
Yo Fonyo,

  Multiminer problem guy here from 2 pages ago. Alright, I copied the entire folder over to my 1060 rig. (I had already updated the powershell thing on that rig) After I pasted it into the 1060 rig, I went into the "Miner" folder and deleted everything regarding excavator.

I started it using the start bat. All I can say is that it is doing something. And it appears to be doing it without any errors or red text or warnings about DNS stuff. So, I suppose that's good. Yeah?

Now I have some more very specific questions regarding this multiminer. For instance, I have come to understand that if I'm using MPH or MPCH, I do not need to put a bitcoin address in the bat file. So, I have removed the bitcoin address portion of the bat file. But then this is where my confusion comes in. I DO have to use a username.workername ..... correct? WHERE DO I PUT THIS on the MPH page? Do I create a worker under the "Hub" ....... or what?

Also you said "You will also find this and more relevant information in the FAQ section of the README. I wrote it for a reason!" ---- I'm sorry but what FAQ of the README? Where is that? Because I honestly believe I did read everything regarding the multiminer. < And By doing so, I downloaded the excavator miner because the instructions told me to. Now I'm being told it sucks anyway, and to delete it. Lol.

As far as my start.bat I have the following algo's (copied straight from the bat file as it is right now)

cryptonight,decred,ethash,ethash2gb,equihash,groestl,lbry,lyra2z,neoscrypt,pascal,sia,siaclaymore,sib,lyra2re2,lyra2,lyra2rev2,lyra2v2

I have no idea if this is right, wrong, or otherwise.

It is called multipoolminer Wink aka MPM
Here’s the README https://github.com/aaronsace/MultiPoolMiner/blob/master/README.txt

The username is what you use on MPH to login with.
You don't need to add a worker on MPH, those are automatically added albeit with a delay but that does not cause any issues.

No, you don't need to include a BTC address if you are only using MPH, HOWEVER, not all of the algorithms you listed above are available on MPH (such as sib,sia,pascal,lbry,decred). Also, for the sake of quicker benchmarking and less switching, try to include less algorithms. Depending on what cards you have (1060 rig in this case), it is better to pick algorithms that are on top of the list on MPH and whattomine.com

Add this after the -algorithm command
Code:
cryptonight,ethash,ethash2gb,equihash,groestl,lyra2z,neoscrypt,siaclaymore,lyra2re2,lyra2,lyra2rev2,lyra2v2

You will probably be mining equihash and lyra2rev2 with this as these are the most profitable algos lately.
You can always add more algorithms later.