Skip to content
New issue

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

White Blank Screen #55

Open
binarybitpro opened this issue Mar 13, 2024 · 3 comments
Open

White Blank Screen #55

binarybitpro opened this issue Mar 13, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@binarybitpro
Copy link

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?

@binarybitpro binarybitpro added the bug Something isn't working label Mar 13, 2024
@b2d2dbone
Copy link

b2d2dbone commented Mar 13, 2024

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
Copy link
Author

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

@b2d2dbone
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants