You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
},
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"
},
}
my website : var api = "http://192.168.1.58:8117";
var coinUnits = 1000000000000;
var poolHost = "202.5.50.167";
The text was updated successfully, but these errors were encountered: