minernl / Miningcore.WebUI

WebUI made for https://github.com/minernl/miningcore
https://miningcore.com
32 stars 80 forks source link

Api not working #3

Open ultra-pool opened 4 years ago

ultra-pool commented 4 years ago

What version of miningcore are you using for this to work? Ever since iv updated miningcore 9mos ago none of the ui's work anymore.

ultra-pool commented 4 years ago

Tested on miningcore 41-50

dbaldree commented 2 years ago

Hi, just checking if anyone managed to get this working. Miningcore latest and frontend still not calling api. Looks like AJAX function doesn't evaluate.

TimyIsCool commented 2 years ago

Change

var API = WebURL + "http:/ip:4000/api/";

to

var API = "http://ip:port/api/";