Skip to content
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.

CC disabled when API field missing in config, pool-side TLS not working #1

Closed
djfinch opened this issue Jul 17, 2018 · 3 comments
Closed

Comments

@djfinch
Copy link

djfinch commented Jul 17, 2018

Hi Ben,

Thank you, currently testing on OSX. Two issues spotted:

  1. pool-side TLS is not working ATM, "use-tls": false option in pool seems to be ignored. TLS against CC-Server works. Yes, miner-side was compiled with TLS support.

  2. I don't want to use build-in API so below field was removed from config (cause API port is "0" so I thought it's not needed there). However, after that CC-Server connection is not working anymore. Revert back to below fixed this. Yes, miner-side was compiled with API support.

  "api": {
    "port": 0,
    "access-token": null,
    "worker-id": null,
    "ipv6": false,
    "restricted": true
  },

WITHOUT API FIELD
image

WITH API FIELD
image

@Bendr0id
Copy link
Owner

Thanks for testing.

That TLS for stratum/pool isn't working is a known issue. It's just not implemented yet.

I'll disable the API support like I did on XMRigCC, then this issue should be gone aswell.

@Bendr0id
Copy link
Owner

Should be disabled in master now

@Bendr0id
Copy link
Owner

Released in 1.6.5_beta3

Bendr0id added a commit that referenced this issue Nov 22, 2018
Bendr0id added a commit that referenced this issue Nov 28, 2018
Bendr0id added a commit that referenced this issue Dec 10, 2018
Bendr0id added a commit that referenced this issue Jan 28, 2019
Bendr0id added a commit that referenced this issue Feb 13, 2019
Bendr0id added a commit that referenced this issue Mar 6, 2019
@Stardock2018 Stardock2018 mentioned this issue Nov 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants