Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.
by
Call_Me_Bambi
on 22/05/2018, 14:38:59 UTC
So does mph supports ssl for ethereum or not? Asking because I see that claymore devfee 'says' it's connects to mph via ssl and there was some talk about it here - but no straight yes/not answer. Yes I understand that I can just procmon/wireshare claymore and see if it's actually doing that over secure channel but I rather have answer and if not I can always do that afterwards.

I'd like a YES/NO answer to that question too.
This is probably going to be another 'maybe' answer but this is what I've found when trying to use SSL (with Claymore) when mining ETH on MPH.

If I use this config then I get connection errors:

Code:
EthDcrMiner64.exe -epool ssl://us-east.ethash-hub.miningpoolhub.com:20535 -ewal User.Worker -eworker User.Worker -esm 2 -epsw x 1 -mode 1

Errors:
Code:
Pool certificate validation failed, error #18. You can disable certificate checking with "-checkcert 0" option.
ETH: Stratum - Cannot connect to us-east.ethash-hub.miningpoolhub.com:20535
ETH: Stratum - Failed to connect, retry in 20 sec...


So I add the "-checkcert 0", and it works, so is there a problem with the SSL certificate on the MPH pool ?

Code:
EthDcrMiner64.exe -epool ssl://us-east.ethash-hub.miningpoolhub.com:20535 -ewal User.Worker -eworker User.Worker -esm 2 -epsw x 1 -mode 1 -checkcert 0