Open binarybitpro opened 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
I do this all But the same issue. Do you have telegram?
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
After installing everything when I try to access the webpage of my pool its appear a blank white screen
anyone can help me?