Search content
Sort by

Showing 14 of 14 results by JQE
Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.
by
JQE
on 20/12/2017, 21:47:32 UTC


that sounds like megaminer, multipoolminer or awesomeminer
https://bitcointalk.org/index.php?topic=2059039.0


i think i am going to let this idea die. People don't seem to follow it.

It is NOT like the other ones. As the other ones do the switching for you, which loses shares. In the end i wanted to use the hub feature but be able to see what was going on.

Either way i have my own running, and it works for me.. so i will just leave it there.
Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.
by
JQE
on 20/12/2017, 19:58:37 UTC
So again, i made it for myself. I am seeing if there would be any value if me making it configurable and sharing with others. Software would be free, and open source. I would accept donations though.

Sounds like a useful enhancement above basic sh/BAT files.  Put it up at Github.

It also makes sure i finish each pplns cycle before switching as the hub itself is managing my coin switching.

This is likely to be the most useful feature, because MPH already takes care of it for you on 17xxx and 12xxxx.  So if you can use that on the 20xxxx ports or other pools, it's very useful.



First off it wouldn't work with other pools. Simplifying to one pool was more the goal. Using the built in system (12xxx Ports) to do the switching.
My app was more about reporting and information gathering than control the switching.

However as i dug deeper down the rabit whole it seems unlikely a public version is going to happen.
It ended up being 3 parts.
first part: Controls the mining software and has an api conversion for the miner apis. AKA all miners report the same way so i can use a universal get for miner statistics.
second part: a caching proxy that provides miningpoolhub data in a easy to digest format and limits the call to the hub to avoid overload.
third part: The clean nice looking front end that display everything i need to see.

So with the resulting complexity i don't think i will go through the effort of making it something i can share. If someone is Serious about having it setup for themselves they can let me know and we can talk privately. It is nice to be able to see at a glance, what coin and algo i am running, as well as projected profits based on MPH Pools and off of last 24 hours profit.

Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.
by
JQE
on 18/12/2017, 17:30:12 UTC
Quote

I hope my post limiting gets removed soon. Its frustrating not being able to post lol.

To answer this question. When you use the 12xxx ports then you will get authorization failed messages if the algorithm you are trying to mine is not the most profitable as configured in your hub.

If you want to mine this algorithm no matter what and just get the most profitable coin from it use the 17xxx ports.


Yes, it worked! Big thanks to JQE!

Probably now I understand the reason for parameter "retrycount = 1" in such cases) It uses for cases where miners pointed in bat file one by other.
Do I understand correctly that when I use 17xxx (17020 in my case) port miner will mine ant ethash crypto according to profitable?
For example, Ehereum, Pirl and so on. Correct?

Yes
17xxx ports will mine whatever coin is most profitable for that algorithm.
12xxx will use the hub features.
i believe there are 25xxx or something ports for the specific coins if you want to do that instead. (this one i havn't confirmed, just think i saw them when digging around one day).

Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.
by
JQE
on 18/12/2017, 17:13:10 UTC
I have an issue with authorization of my miner program on "miningpoolhub".

Here is my bat-file:
Code:
EthDcrMiner64.exe -epool europe.ethash-hub.miningpoolhub.com:12020 -ewal -eworker Leadin.w -epsw x -esm 3 -allcoins 1 -tt 67 -tstop 67

where "Leadin" is my user on "miningpoolhub", "w" - worker name and "x" - the password.

According to "EthDcrMiner64" log I can connect to "europe.ethash-hub.miningpoolhub.com:12020" but authorization always fails:

Code:
14:33:26:012 1334 ETH: Stratum - Connected (europe.ethash-hub.miningpoolhub.com:12020)
14:33:26:124 1334 got 117 bytes
14:33:26:125 1334 buf: {"id":1,"result":[["mining.notify","deadbeefcafebabe9476010000000000","EthereumStratum/1.0.0"],"012b"],"error":null}

14:33:26:125 1334 parse packet: 116
14:33:26:126 1334 new buf size: 0
14:33:26:606 1334 got 37 bytes
14:33:26:606 1334 buf: {"id":2,"result":false,"error":null}

14:33:26:607 1334 parse packet: 36
14:33:26:608 1334 ETH: Authorization failed
: {"id":2,"result":false,"error":null}
14:33:26:609 1334 buf was cleared
14:33:26:620 1334 Stratum - reading socket failed 10038, disconnect
14:33:26:621 1334 ETH: Job timeout, disconnect, retry in 20 sec...
14:33:28:723 1564 Quit...

* - ClaymoreDualGPUMiner v 10.1 is used.

Also I have used the following bat-file with same result:
Here is my bat-file:
Code:
EthDcrMiner64.exe -epool europe.ethash-hub.miningpoolhub.com:12020 -ewal Leadin.w -eworker Leadin.w -epsw x -esm 3 -allcoins 1 -tt 67 -tstop 67
here "ewal" changed to "Leadin.w".

Are there sombody who have same issues? When I use this miner with Dwarfpool everything works fine. Thanks in advance!


I hope my post limiting gets removed soon. Its frustrating not being able to post lol.

To answer this question. When you use the 12xxx ports then you will get authorization failed messages if the algorithm you are trying to mine is not the most profitable as configured in your hub.

If you want to mine this algorithm no matter what and just get the most profitable coin from it use the 17xxx ports.
Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.
by
JQE
on 18/12/2017, 17:05:18 UTC
I am not sure if anyone is interested, and i am not trying to step on anyones toes.




interesting. You should look at what the devs are doing with nvOC : https://bitcointalk.org/index.php?topic=1854250.0;topicseen

That looks interesting, however not really what i am going for. The point of what i am making is specifically to make MiningPoolHub mining using the HUB feature easier. And to make it completely platform independent. i use it on windows for example, however because its nodejs it would run on any OS.
Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.
by
JQE
on 18/12/2017, 16:28:24 UTC
I am not sure if anyone is interested, and i am not trying to step on anyones toes.

I found the tools that do algo switching and what not are too broad a spectrum for me. I don't want multi pools and all this stuff.

I spent the weekend working on a tool for myself (its is not even close to ready for others consumption, however i don't want to waste my time if no one is interested).

So i am checking if anyone is interested, and if it would be worth my time to make it configurable and usable by others.

It is written in nodejs.

Heres the basic explanation. I am using the hub feature of miningpoolhub, so the site itself controls the algo switching.
I use nodejs to launch the miner, and when that miner cancels it switches to the next miner in the list.
When i switch i notify an API system i put together, and it loads up a basic web front end.
When you load the web front end it queries the miner your running, and if you switched algo it checks miningpoolhub to find the most profitable coin for that algorithm.
it then displays, algorithm, coin, how long that miners been running and the specific GPU values.

this page auto refreshes every 5 minutes, but only checks with MPH for coin data when the algo switches.

It makes it easy to do a quick peek, see how the mining is going.
It also makes sure i finish each pplns cycle before switching as the hub itself is managing my coin switching.

So again, i made it for myself. I am seeing if there would be any value if me making it configurable and sharing with others. Software would be free, and open source. I would accept donations though.

Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.
by
JQE
on 14/12/2017, 20:23:51 UTC
guys what do you think is better miner to use MultiPoolMiner or Awesome Miner?

Btw how can i set cpu miner with awesome miner for multipoolhub?

I can't speak to the CPU Miner, i don't use it.

However i have started leaning towards the batch file method using the hub feature. Instead of awesome miner. I found awesome miner switched too often, thus causing me to loose progress.

The batch file only switches after the share is found. This way you don't lose as much. (That is my understanding.)
Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.
by
JQE
on 14/12/2017, 20:11:52 UTC

It's close but it IS very wrong as Temporel said.

Anyone going to explain for the rest of us?


OK i think i see it.

They do not use the same ports and ID.

Each miner uses its own server and IP combo, the use the same username.workername to manage it.

Then you can only connect to the most profitable pool. Is this the discrepancy?
Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.
by
JQE
on 14/12/2017, 20:00:01 UTC
FWIW I think the multi algo works like this.

You set your miner software up with either multiple pools or multiple calls to the miner software in a batch file where each call runs a different algo. All the pools/calls use the SAME multi algo port and id details.

The Multi-algo port detects which algo you are using and routes you to the correct pool. IF the algo is not the most profitable of the set then the Multia-algo port closes the connection, this then makes the miner move onto the next pool (needs failover-only set) or causes the miner command line to exit and run the next one in the batch file.

So you configure the miner software to loop round trying each algo in turn against the multialgo port, the port will reject/close the connection if that is not the most profitable algo of the set.   your miner MUST support all of the possible algo's which is why there are different ports for different algo sets.



This is a good explanation, much better than on the FAQ page.  I like MPH but the frontend is a mess in useability terms and it could definitely do with better explanations.  It would save a lot of newbie questions and confusion here.  Not being able to easily see at a glance what you are mining at any given moment desperately needs to be fixed.  I understand however that big improvements are pending.

Definately better then the FAQ.  

except its wrong about many things (djmuk's theory)

Are you saying the FAQ is wrong? or djmuk's theory? Cause from what i can see his theory is absolutely correct.




djmuk's theory , wake up

How about you explain your claim, cause again his theory looks to be completely correct. So as it stands you made a baseless claim and still have not backed it up. Maybe its you who needs to wake up.
Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.
by
JQE
on 14/12/2017, 17:29:20 UTC
FWIW I think the multi algo works like this.

You set your miner software up with either multiple pools or multiple calls to the miner software in a batch file where each call runs a different algo. All the pools/calls use the SAME multi algo port and id details.

The Multi-algo port detects which algo you are using and routes you to the correct pool. IF the algo is not the most profitable of the set then the Multia-algo port closes the connection, this then makes the miner move onto the next pool (needs failover-only set) or causes the miner command line to exit and run the next one in the batch file.

So you configure the miner software to loop round trying each algo in turn against the multialgo port, the port will reject/close the connection if that is not the most profitable algo of the set.   your miner MUST support all of the possible algo's which is why there are different ports for different algo sets.



This is a good explanation, much better than on the FAQ page.  I like MPH but the frontend is a mess in useability terms and it could definitely do with better explanations.  It would save a lot of newbie questions and confusion here.  Not being able to easily see at a glance what you are mining at any given moment desperately needs to be fixed.  I understand however that big improvements are pending.

Definately better then the FAQ.  

except its wrong about many things (djmuk's theory)

Are you saying the FAQ is wrong? or djmuk's theory? Cause from what i can see his theory is absolutely correct.

12xxx ports will only allow you to connect to whatever algorithm is most profitable for what you have set in the hub section of your account. All others will not accept you connection.
The batch file loops through miners until it finds the one you can use.

17xxx ports will let you connect whenever and will switch coins, but does nothing to switch algorithms.

The FAQ actually makes sense configuration wise, all we really need is a clear explanation of what and why its doing it.
Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.
by
JQE
on 14/12/2017, 17:21:33 UTC
I am sure you have had offers from all over the place, but if you do want any help with some UI stuff and whatnot. (Not asking to see the secret backend). I would be willing to put some time in.

On a separate note i need to ask.

Does MPM work using the hub feature? Or does it do its own calculations and switch when it thinks its best?
Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.
by
JQE
on 13/12/2017, 18:25:47 UTC
Tbh I like MPH. I am not complaining. I know how it works dude.

I apologize then, i may have quoted at the wrong level in the thread.
Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.
by
JQE
on 13/12/2017, 15:52:59 UTC
Hi,
in Mining Pool Hub, what's the difference between "Algo switch mining" and "Multi-algo switch mining"?
I want mining DGB with the auto switch most profitable algorithm, what I need to use? "Algo switch mining" or "Multi-algo switch mining"?

Algo switch mining is where you select what algorithm you want to mine and MPH will choose the most profitable coin for that algo.

Multi-algo is where MPH selects the most profitable algo and coin.

I'm a bit fuzzy on how exactly Multi-algo works.

That's my understanding.

From what i can understand. The multi algo is not done through the hub itself really. The applications (Awesome miner or MPM) check an API call to see whats the most profitable, then the launch the appropriate minning software to the appropriate pool. So its like an overwatch of the Algo switching.

So if the same algo stays top, but the underlying coing changes the tool does nothing as that is handled at the hub. However if the algo changes, then the tool closes the current miner and opens a new one.

Hope this makes some sense.
Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.
by
JQE
on 13/12/2017, 15:35:14 UTC
Hardly MPH fault that BITTREX lost your coin?

Got email from admin telling me that  my siacoin sent to bittrex is gone cause of their wallet.

4days of mining gone. just left MPH for good.

no, its MPH fault for providing zero transparency as to the transfer backend of the "auto exchange" why cant we know the tx details ? why cant we know the rate he got? why wont he answer these questions? why did it take 3 days and 5 emails before he finally responded that my coin is gone? why is no one getting the same hash as other pools? why are people missing bitcoin?

why am i responding to an account clearly created to just post good things about this pool.

Dude it is like 3 days there is a big warning at the top of the first page of Miningpoolhub regarding Siacoin and bittrex exchange not working.

i really dont understand why you even go through the trouble of making other accounts, i mean your profile says registered 3 days ago and youve posted 10 times, each being passive agressive defending this pool.

also the warning  was put up just today and these questions remain.

 why cant we know the tx details ? why cant we know the rate he got?
 why wont he answer these questions?
 why did it take 3 days and 5 emails before he finally responded that my coin is gone?
 why is no one getting the same hash as other pools?
 why are people missing bitcoin?


Yeah whatever..
I am waiting until tomorrow to check my bitcoin balance and see if the missing transactions from 13/12 01.00 am to 9 .00am are there. I am going to post screenshots of both this morning and tomorrow morning too as people can judge themselves.

I feel like you haven't really grasped how it works.

It takes time, it could be that the coins you are having converted take time to convert or aren't popular enough. It could be that its taking a while at the exchange. Patience is the game. complaints and a bad attitude are pointless.

It states that you will get the value of your exchange minus 0.2% for fees and whatnot.

So this means that WHEN it goes through the exchange you will get the value AT THAT MOMENT minus 0.2% and when that transaction is complete it will begin moving to your auto exchange coin.

Take your time, give it a few days. From what i can see its working well, but it won't show immediately. And it damn well performs better than Zpool from what i can see.


AS For "Like Nice hash". Nice Hash DID NOT CONVERT ANYTHING. Someone paid in BTC to rent your Hash rate. The transaction was completely in BTC. Your hash rate mines for the BUYER. Your payment has nothing to do with the coins you mine.

So this is NOT the same thing, hence more patience is required. And honestly a better attitude. If you go into each coin you can see each transaction and what its doing. You don't need the exact transaction numbers as it might have other peoples transactions, and you don't need to be tracing that.

Hope this helps, but maybe it doesn't. Either way, that's my 2 cents on the complaining.