thejdc
Results
2
comments of
thejdc
@knowndragon - I'm having this issue as well. What do you mean by making your API public? config.json API block: // API Settings "api": { "enabled": true, // Binding address...
I figured it out. I had to change 'var api' in miningcore.js a bit: `var API = "http://192.168.1.241/" + "api/";` to: `var API = "http://192.168.1.241:4000/" + "api/";` Works fine now....