TheReal420BlazeIt

Results 3 comments of TheReal420BlazeIt

Had the same issue yesterday. Found out the npm dateformat package has some recent updates that results in the above error. For me, changing the `"dateformat": "*"` to `"dateformat": "4.5.1"`...

That is probably because of your config.json & the website's config.js. In the pool's config.json, under the api section, you need to bind to your ip address. Leaving it on...

Looks like your website's config.js is wrong. I see you use `var api = "blackberrygojiberry.com:8117";` but that should be `var api = "http://blackberrygojiberry.com:8117";`. You have to place http or https...