forknote / forknote-pool

Mining pool for Bytecoin/Forknote based coins such as Bytecoin and Dashcoin.
https://github.com/forknote/forknote-pool
GNU General Public License v2.0
123 stars 185 forks source link

API website not response my pool link: http://202.5.50.167 #89

Open rafsan422 opened 4 years ago

rafsan422 commented 4 years ago

Hi @msilvoli

I have same configuration for cryptonote on monero pool.but facing same problem.plz help from Local ip(192.168.1.58) i can see pool API data .but in public IP http://202.5.50.167 loading infinity.but port forwar to router. config.json file: "api": { "enabled": true, "hashrateWindow": 600, "updateInterval": 5, "port": 8117, "blocks": 30, "bindIp": "192.168.1.58", "payments": 30, "password": "x" },

"daemon": {
    "host": "127.0.0.1",
    "port": 18081
},

"wallet": {
    "host": "127.0.0.1",
    "port": 8082
},

"redis": {
    "host": "127.0.0.1",

}

my website : var api = "http://192.168.1.58:8117";

var coinUnits = 1000000000000;

var poolHost = "202.5.50.167";