Fixed some errors while using Yiimp mining pool

82 Likes Comment

To setup a mining pool for a crypto coin, you need a strong server VPS ( 80Gb storage, 2Gb ram ), and run the Yiimp setup script at: https://github.com/xavatar/yiimp_install_scrypt

Here is some errors that I’ve met, hope it help you some:
1. AdminRights control panel is a white blank page.
The reason is: your public IP is not in the whitelist.
Please check in the config file: /var/web/serverconfig.php
Parameter:
define('YAAMP_ADMIN_IP', 'YOUR_PC_PUBLIC_IP" or "10.0.0.1/8"
Be sure that your IP is in the whitelist, but you’re still disconnected. Please check the log file: /var/log/debug.log
It looks like this:
[2019-05-25 09:55:21] admin connect failure from 172.68.x.x
[2019-05-25 09:55:21] admin access attempt via IP spoofing!
[2019-05-25 09:41:55] admin connect failure from 172.68.x.x
[2019-05-25 09:41:55] admin access attempt via IP spoofing!
[2019-05-25 09:35:34] admin connect failure from 173.245.x.x
[2019-05-25 09:35:34] admin access attempt via IP spoofing!

Just go to check your domain DNS record at cloudflare to DNS only.

You might like

Avatar

About the Author: Toc Xoan

Leave a Reply

Your email address will not be published. Required fields are marked *