Author

Topic: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin. - page 145. (Read 487800 times)

full member
Activity: 182
Merit: 100
I'm one of those coming from nicehash... it was very simple to use and I was bringing in around 90 bucks a bucks per month with CPU and GPU running...

Now I had to fast track to actual pool mining.

I tried nanopools with zcash and monero. then vertcoin's oneclickminer, and also pool.gold for bitcoin gold...

Thing is, these things change in profibility so often, it's hard to constantly keep track of it. Today vertcoin and btg have been pretty much swapping places...

so I looked into auto switching pools and came up with miningpoolhub. I usually do the monkey see monkey do method on youtube, but there is barely anything on it, so I'm trying to gather information on how to do it...

I tried the awesome miner, but it is little complex to setup, i'm going to try multipoolminer.

Still confused on few things. do I need a wallet for each currency? do I use auto exchange? is it a useful feature?

So much to read in this thread, but I'm wokring onit. I figured I ask around while I read...

Thanks for the help guys. Going to try to setup multipoolminer now.

I also don't like constantly changing pools. I end up with fractions of currency on bunch of pools. I rather just work on one, or let it deposit into one (like nicehash did, so it accumaltes one currency faster)
I was big into nicehash for ease of use. I am new to MPH but if you want a nice hash type set up you want to use auto exchange, then it will convert everything u mine to btc. Then you can withdraw to your own btc wallet once you have enough coin.
newbie
Activity: 60
Merit: 0
I'm one of those coming from nicehash... it was very simple to use and I was bringing in around 90 bucks a bucks per month with CPU and GPU running...

Now I had to fast track to actual pool mining.

I tried nanopools with zcash and monero. then vertcoin's oneclickminer, and also pool.gold for bitcoin gold...

Thing is, these things change in profibility so often, it's hard to constantly keep track of it. Today vertcoin and btg have been pretty much swapping places...

so I looked into auto switching pools and came up with miningpoolhub. I usually do the monkey see monkey do method on youtube, but there is barely anything on it, so I'm trying to gather information on how to do it...

I tried the awesome miner, but it is little complex to setup, i'm going to try multipoolminer.

Still confused on few things. do I need a wallet for each currency? do I use auto exchange? is it a useful feature?

So much to read in this thread, but I'm wokring onit. I figured I ask around while I read...

Thanks for the help guys. Going to try to setup multipoolminer now.

I also don't like constantly changing pools. I end up with fractions of currency on bunch of pools. I rather just work on one, or let it deposit into one (like nicehash did, so it accumaltes one currency faster)
dvk
newbie
Activity: 7
Merit: 0
Currently equihash is the most profitable mine for nvidia cards, so your script should have all algos except equihash fail to connect. This is quite by design.
So it works that way.  Thanks, OdinYggd

PS - i'm not from NiceHash, I'm from ETH pools. Just needed some help with multi-algo-switching thing. And of course donating to MPH if their service is reliable is a good ided
newbie
Activity: 4
Merit: 0
Just some words for noobs or people coming to MPH from Nicehash.  MPH has been super reliable for me.  No problems with payouts, they are always on time, for the amount expected.  Thanks to MPH for being reliable in this time of more and more sketchy pools.  Disclosure:  I donate to MPH.  Why?  Support, and reliability.  It's worth it.  I don't worry about the dashboard - it is nice to have but not critical to the function.  What is critical is getting paid.  And MPH has done that for me, predictably.

The fact that a bunch of miners would be moving from Nicehash to MPH did not occur to me until just now.  But yea, I guess it is large quantity of new traffic on MPH.  So, free advice that you maybe did not want:  take it easy, relax, mine one coin at one time, and set target payout low (and frequent).  

Now to my problem - anyone have any info on Dashminer.com pool fail from Dec 8?
member
Activity: 94
Merit: 10
Currently equihash is the most profitable mine for nvidia cards, so your script should have all algos except equihash fail to connect. This is quite by design.
sr. member
Activity: 476
Merit: 250
Hi guys
I'm trying to connect MPH via ccminer but every algo except equihash gives me an error stratum autentication failed. My bat file is speified for 8 algos, they are also set in hub workers page.
Here's my bat file, username and workersname are the same as in pool account

:start
ccminer -r 0 -a cryptonight -o stratum+tcp://europe.cryptonight-hub.miningpoolhub.com:12024 -u rdc01.1 -p x
ccminer -r 0 -a groestl -o stratum+tcp://hub.miningpoolhub.com:12004 -u rdc01.1 -p x
ccminer -r 0 -a myr-gr -o stratum+tcp://hub.miningpoolhub.com:12005 -u rdc01.1 -p x
ccminer -r 0 -a neoscrypt -o stratum+tcp://hub.miningpoolhub.com:12012 -u rdc01.1 -p x
ccminer -r 0 -a skein -o stratum+tcp://hub.miningpoolhub.com:12016 -u rdc01.1 -p x
ccminer -r 0 -a lyra2v2 -o stratum+tcp://hub.miningpoolhub.com:12018 -u rdc01.1 -p x
ccminer -r 0 -a equihash -o stratum+tcp://europe.equihash-hub.miningpoolhub.com:12023 -u rdc01.1 -p x
ccminer -r 0 -a ethash -o stratum+tcp://europe.ethash-hub.miningpoolhub.com:12020 -u rdc01.1 -p x
timeout 1
goto start

What am i doing wrong?

That's what's supposed to happen.
dvk
newbie
Activity: 7
Merit: 0
Hi guys
I'm trying to connect MPH via ccminer but every algo except equihash gives me an error stratum autentication failed. My bat file is speified for 8 algos, they are also set in hub workers page.
Here's my bat file, username and workersname are the same as in pool account

:start
ccminer -r 0 -a cryptonight -o stratum+tcp://europe.cryptonight-hub.miningpoolhub.com:12024 -u rdc01.1 -p x
ccminer -r 0 -a groestl -o stratum+tcp://hub.miningpoolhub.com:12004 -u rdc01.1 -p x
ccminer -r 0 -a myr-gr -o stratum+tcp://hub.miningpoolhub.com:12005 -u rdc01.1 -p x
ccminer -r 0 -a neoscrypt -o stratum+tcp://hub.miningpoolhub.com:12012 -u rdc01.1 -p x
ccminer -r 0 -a skein -o stratum+tcp://hub.miningpoolhub.com:12016 -u rdc01.1 -p x
ccminer -r 0 -a lyra2v2 -o stratum+tcp://hub.miningpoolhub.com:12018 -u rdc01.1 -p x
ccminer -r 0 -a equihash -o stratum+tcp://europe.equihash-hub.miningpoolhub.com:12023 -u rdc01.1 -p x
ccminer -r 0 -a ethash -o stratum+tcp://europe.ethash-hub.miningpoolhub.com:12020 -u rdc01.1 -p x
timeout 1
goto start

What am i doing wrong?
newbie
Activity: 5
Merit: 0
I am mining vertcoin and i have 31 mh/s but on website it shows 15mh/s and highest it shows 26mh/s.
I am not submitting any bad share so why does it not show actual hashrate? Also vertcoin mining takes long time to show any info. Anyone can help?
Which version ccminer do you use for this coin? There are different ccminer version for Lyra2.
Try version from Alex78.
full member
Activity: 182
Merit: 100
For me I have 2 windows machines running nemo's miner and they are now showing up for Vertcoin. They didnt show up yesterday. However I have 2 rigs running SMOS and they dont show up on worker page at all. The interesting thing is I am getting around what what-to-mine estimates for 24 hour return on Vertcoin so I know my smos rigs are working as my two windows machines can't make that much Vertcoin in a day.
newbie
Activity: 6
Merit: 0
I'm having the same problem with Vertcoin as somebody already mentioned. Pool dashboard and stats show me that my hashrate is zero and graph doesn't show any activity on this coin at all. I do see activity on other coins.

I use Multipoolminer which is running at CCminer Lyra2Re2 algo now. And I do get new Vertcoins on my balance... However no indication on pool graphs/stats yet...

What do I do wrong?
Do I have to configure hub workers in any certain way?
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
I use ccminer tpruvot 2.2.2 for lyra2rev2. Slightly lower hashrate than the Alexis ccminer but what I see in the miner console is the same as on the pool.

Thanks will give it a shot ...
full member
Activity: 474
Merit: 101
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
I confirm the same problem with Lyra2RE2. The total my hashrate is 542Mh, but MPH shows me max 450 (the minning is already over a day).  Invalid shares less than 1%

What miner you use?
You getting 20% less than miner shows
I'm getting less than 60% ... 40% loss ...
full member
Activity: 340
Merit: 103
It is easier to break an atom than partialities AE
On another forum I frequent, people were asking about mining pools.  A lot of people said, oh NiceHash, I use them and they are great, its so easy!  Well, I responded that I used a pool that would allow you to auto exchange.  I was called a fool and such, I laughed it off.  Woke up the next day to read about the hack.  Several others posted about it and asked where they could go. 

I told em Miningpoolhub.com and a few said they would check it out.  I even PM'd one of the guys I knew that lost his coin from NiceHash to come over to us.  Don't know if he did.

This pool has done well.  I learned to pull coins after losing my ufocoin when I mined for a bit, then stopped.

SCAM ALERTSCAM ALERTSCAM ALERTSCAM ALERTSCAM ALERTSCAM ALERTSCAM ALERTSCAM ALERTSCAM ALERTSCAM ALERTSCAM ALERTSCAM ALERTSCAM ALERTSCAM ALERTSCAM ALERTSCAM ALERTSCAM ALERTSCAM ALERTSCAM ALERTSCAM ALERTSCAM ALERTSCAM ALERTSCAM ALERTSCAM ALERTSCAM ALERTSCAM ALERTSCAM ALERTSCAM ALERTSCAM ALERTSCAM ALERTSCAM ALERTSCAM ALERT

SCAM ALERT

OH, AND

SCAM ALERT

This imbecile/criminal is telling us to use Megaminer?

Ha.

It works FINE, as long as you are using YOUR computer to mine to HIS addresses.

I changed one thing. ONE THING: i SPECIFIED MY BITCOIN ADDRESS INSTEAD OF HIS, PROGRAM LOCKED UP, REFUSED TO WORK.

GET LOST, SCAMMER.

Where are the LOGS ?

What these LOGS tells you ?

All the answers are in the LOGS. Everytime, you must look at the logs !

I don't think what you say is exact. I'm running another system (Linux Ubuntu) and profit switching with nvOC. We can consult all the logging. I think megaminers dev makes the same.

Coma back with logs traces before shouting alert SCAM.

NB : I don't use this program but i don't think it is a scam.
member
Activity: 69
Merit: 10
Does anybody use MPH All In One Miner downloaded from MPH GitHub?
Also, question for devs/admins, why is updated last time a year ago?

https://github.com/miningpoolhub/all-in-one-miner

 I would use one of the other miner that have active development, personally I use Multipoolminer. If you would like to only mine on MPH with it, delete the other pools it uses from the 'pools' folder, it reduces profitability slightly but payout would be more frequent (i.e. easier to reach payout threshold on 1 pool than on 4).
full member
Activity: 474
Merit: 101
Does anybody use MPH All In One Miner downloaded from MPH GitHub?
Also, question for devs/admins, why is updated last time a year ago?

https://github.com/miningpoolhub/all-in-one-miner
newbie
Activity: 7
Merit: 0
@aaronsace

got a problem with multipoolminer.
After a while when 1 or 2 miners have been started (...benchmark...) every miner which follows will "fail".

Log just says:

Code:
Dieser Befehl kann aufgrund des folgenden Fehlers nicht ausgeführt werden: Zugriff verweigert.
    + CategoryInfo          : InvalidOperation: (:) [Start-Process], InvalidOperationException
    + FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand
    + PSComputerName        : localhost

Zugriff verweigert. = access denied

When I restart the whole Powershell script the same miner which failed before now starts without problem (until the error appears again after a few miner starts).

Any ideas?

Thanks for your support
member
Activity: 94
Merit: 10
I've noted a similar discrepancy in hashrate, and not just on Lyra2v2. Many times it seems like the dials on the pool dashboard are only displaying a fraction of what the miner is actually doing.

For instance right now, I have my rig running tpruvot ccminer v2.2.3 at 28MH/s. There are shares being submitted a couple of times a minute all in this ballpark. But the dial on the dashboard is saying that I am only getting 2MH/s for some reason, which is obviously well below what it should be.

The hashrates are displayed correctly on the worker configuration page, with my big miner currently showing 25.8 MH/s on the worker config versus the 28 MH shown in the miner console. I've been mining since dogecoin back in 2013, and am used to there being some slippage between what the miner says and what the pool reports.

member
Activity: 99
Merit: 10
I'm getting weird low hash rate when mining lyra2rev2 vert and mona
I have 7x270 Mh/s workers so it should be around 1890 mh/s

I know pool shows hash rate based on accepted shares, but its way lower than my workers hash rate
Its ok when I mine equihash and hash rates are almost same, but on lyra2re2 its not


http://oi65.tinypic.com/2lnwc42.jpg

As you can see it never goes over 1100 while it should reach 1800


Using Alexis ccminer
one of my workers output :

Code:
[2017-12-09 14:16:30] [S/A/T]: 0/456/456, diff: 0.779, 276.77MH/s yes!
[2017-12-09 14:16:30] [S/A/T]: 0/457/457, diff: 0.760, 276.77MH/s yes!
[2017-12-09 14:16:34] [S/A/T]: 0/458/458, diff: 10.370, 276.77MH/s yes!
[2017-12-09 14:16:42] GPU#7:Gigabyte P106-100, 22.96MH/s
[2017-12-09 14:16:42] GPU#7:Gigabyte P106-100, 0.3MH/W, 0.013MH/Mhz
[2017-12-09 14:16:42] GPU#7:Gigabyte P106-100, 56C(F:50%) 1792/2999MHz(76W)
[2017-12-09 14:16:42] [S/A/T]: 0/459/459, diff: 4.908, 276.77MH/s yes!
[2017-12-09 14:16:46] lyra2v2 block 838574, diff 79706.439
[2017-12-09 14:16:53] lyra2v2 block 838575, diff 79902.176
[2017-12-09 14:17:07] [S/A/T]: 0/460/460, diff: 0.780, 276.76MH/s yes!
[2017-12-09 14:17:08] GPU#1:Gigabyte P106-100, 23.02MH/s
[2017-12-09 14:17:08] GPU#1:Gigabyte P106-100, 0.3MH/W, 0.013MH/Mhz
[2017-12-09 14:17:08] GPU#1:Gigabyte P106-100, 54C(F:50%) 1789/2999MHz(76W)

I have been pointing this out but the pool dev replied to normal replies and not to the real issue here with vertcoin mining on this pool.
I have been facing this issue since the day i joined.

It is old known issue.
Lyra2 type algo's hashrate is lower than actual from ccminer because their shares come in to poo quite lately.

This issue doesn't happen on sgminer. Also some ccminer users don't experience this issue at all.
I don't know the core difference but I think there's some nvidia's inner bottleneck for lyra2 hashing. Something like memory bandwidth maybe.

There's no way to fix from pool side unless pool manipulate hashrate.


Thanks a lot for info
Any one can help with better miner for mining lyra2rev2 on nvidia/linux?

I use ccminer tpruvot 2.2.2 for lyra2rev2. Slightly lower hashrate than the Alexis ccminer but what I see in the miner console is the same as on the pool.
sr. member
Activity: 574
Merit: 261
Hi
This is miningpoolhub operator


1. Sorry for late reply.
I am receiving hundreds of emails, skype chats these days. Also bitcointalk, reddit posts are growing rapidly.
I've replied to all email questions.
Pardon me, I can't answer all questions posted in community too.
I've found that I can't move pool forward if I reply all community posts. There's many requests like coin addition, feature improvements to do.
I hope expert members to help new members each other.




Thanks for the update. This is why MiningPoolHub is the best pool ever, great support from Dev and a great community helping each other.
Jump to: