Miningcore.WebUI icon indicating copy to clipboard operation
Miningcore.WebUI copied to clipboard

Api not working

Open ultra-pool opened this issue 6 years ago • 3 comments

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 avatar Oct 12 '19 18:10 ultra-pool

Tested on miningcore 41-50

ultra-pool avatar Oct 19 '19 05:10 ultra-pool

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.

dbaldree avatar Dec 02 '21 17:12 dbaldree

Change

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

to

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

TimyIsCool avatar Apr 11 '22 21:04 TimyIsCool