We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After installing everything when I try to access the webpage of my pool its appear a blank white screen
anyone can help me?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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
No branches or pull requests
After installing everything when I try to access the webpage of my pool its appear a blank white screen
anyone can help me?
The text was updated successfully, but these errors were encountered: