-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't Connect Using SSL #78
Comments
As written in the miner, when you type a wrong command: there you'll find (small excerpt): -i --intensity=N[,N] GPU intensity 8.0-25.0 (default: auto) so basically you need to use --cert="your certifcate" with stratum+tcp (stratum+ssl is a command which doesn't exist) |
Okay thanks @djm34 much appreciated, I'll give that a go now instead. |
Okay so I attempted the following:
Where
But it failed to connect, would appreciate some guidance 🙂 I'm told that SSL isn't really necessary by some other miners in the pool but I'm more just curious now. |
to be honest I never used it, so I can't give you much help |
Okay no worries, I guess I'll leave it at that, I guess no one else uses it either. It seemed weird to me that I had to provide a certificate as the client anyway, I'll let you know if I come across anything in future though. |
looking into the code, it seems that the use of the cerificate is limited to solo mining (and for the old "getwork" method), but it doesn't seem there is anything for pool. Looking into mintpond FAQ beside the ssl/tls port they don't say anything either. |
Yeah I spoke to JCTheMiner on the mintpond discord and they weren't sure that ccminer was compatible with the TLS endpoint. There is a page on mintpond's site that produces a config for the miner and endpoint you choose, that's where I originally got the |
Hello, I've been attempting to connect using SSL to
firo.mintpond.com
and have been unable to do so, connection works fine using TCP.Launch arguments are -
ccminer_cuda11.exe -a mtp -u wallet.worker -p password -o stratum+ssl://firo.mintpond.com:3005
This is met with the following output:
Works fine with -
ccminer_cuda11.exe -a mtp -u wallet.worker -p password -o stratum+tcp://firo.mintpond.com:3000
I confirmed the SSL certificate is current.
The text was updated successfully, but these errors were encountered: