Search content
Sort by

Showing 4 of 4 results by leadin
Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.
by
leadin
on 18/12/2017, 18:14:04 UTC
Also be sure to select proper algo/coin on the Workers page, otherwise it won't work.

Also be sure to select proper algo/coin on the Workers page, otherwise it won't work.
Cheers

Hm, I thought that I can do nothing in "Hub Workers" page. Even worker creation can be missed (but I add one just in case).
Since miner program is pointed to certain port and it should be enough.
If it is not so I will define "Account's default jobe" for certain algos too, thanks!
Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.
by
leadin
on 18/12/2017, 17:45:15 UTC
Yes
17xxx ports will mine whatever coin is most profitable for that algorithm.
12xxx will use the hub features.

Thanks one more time!
Acoording to your idea above I amfraid I cannot understand it fully because of my English skill, but I have some statitsic scripts (Python) for monitoring earnings, profits,  temps, fans speed and so on. I have used it for Claymore with "Dwarfpool", not sure what I will do with "mininghub". But defenetly something should be used)) At this time I do not know what "mininghub" offers.
Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.
by
leadin
on 18/12/2017, 17:28:35 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?
Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.
by
leadin
on 18/12/2017, 17:07:39 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!