Kudaraidee / miningcore-xiaolin1579

Miningcore is a high-performance Mining Pool Software for Linux and Windows.
https://store.miningcore.pro
MIT License
35 stars 47 forks source link

White Blank Screen #55

Open binarybitpro opened 8 months ago

binarybitpro commented 8 months ago

After installing everything when I try to access the webpage of my pool its appear a blank white screen 2024-03-14_025048

anyone can help me?

b2d2dbone commented 8 months ago

Hi make sure to edit your webUI first go to your wbUI folder /Miningcore.WebUI/js then edit miningcore.js

this one >> var WebURL = "http://weburl/"; and this >> var API = "https://yourserverIP:APIPORT/api/";

and then go to /etc/nginx/sitesenabled/ edit the default file

change this root /var/www/html; to >> root /home/pool/Miningcore.WebUI;

then restart nginx service

good luck

binarybitpro commented 8 months ago

I do this all But the same issue. Do you have telegram?

b2d2dbone commented 8 months ago

make sure that api port and http port by default is 80 is allowed

sudo apt install ufw then ufw status

then ufw allow 80 ufw allow "apiport" or ufw allow http ufw allow nginx