No Connection

Encounter a problem related to the pool or have a request for a feature? Post your issue here and we will help you out.
Forum rules
Welcome to the System Support forum! Encounter a problem related to the pool? Post your issue here and we will help you out.

Keep in mind that the forums are monitored by PROHASHING less closely than the official support channels, so if you have a pressing issue, please submit an official support ticket so that our Support Analyst can look into your issue in a timely manner.

We cannot answer financial questions related to your account on a public forum, so those questions should always be submitted through the orange Support button on prohashing.com/about.

For the full list of PROHASHING forums rules, please visit https://prohashing.com/help/prohashing- ... rms-forums.
bachel
Posts: 23
Joined: Sun Jan 29, 2017 6:09 am

No Connection

Post by bachel » Sat Feb 04, 2017 8:21 pm

have machines been blocked can't connect any of my mats to the pool anymore

also, the total hash rate dropped from around 100 to 70ghs that's a lot of machines
soundposition
Posts: 46
Joined: Fri Dec 23, 2016 8:21 am

Re: No Connection

Post by soundposition » Sat Feb 04, 2017 9:31 pm

It appears the pool is not working.
User avatar
Chris Sokolowski
Site Admin
Posts: 945
Joined: Wed Aug 27, 2014 12:47 pm
Location: State College, PA

Re: No Connection

Post by Chris Sokolowski » Sat Feb 04, 2017 11:51 pm

There was an issue with our router tonight that was causing some miners' connections to be rejected. I have fixed the problem. You shouldn't have any more issues, but I will be happy to help if you still need assistance.
bachel
Posts: 23
Joined: Sun Jan 29, 2017 6:09 am

Re: No Connection

Post by bachel » Sun Feb 05, 2017 5:40 am

Thanks working again

Will the API for total Hash rate ever be fixed?
User avatar
Steve Sokolowski
Posts: 4585
Joined: Wed Aug 27, 2014 3:27 pm
Location: State College, PA

Re: No Connection

Post by Steve Sokolowski » Sun Feb 05, 2017 6:43 am

bachel wrote:Thanks working again

Will the API for total Hash rate ever be fixed?
I'm a little confused about the issue. Are you saying that you just want the total hashrate of all of your workers to be provided in the API? If so, couldn't that be easily calculated by simply iterating through them all and adding the numbers?

Or, were you referring to the total hashrate of the pool?
bachel
Posts: 23
Joined: Sun Jan 29, 2017 6:09 am

Re: No Connection

Post by bachel » Mon Feb 06, 2017 9:13 am

yeah could b easily done actually but that's what your API returns so it has the total already but is displaying null and things like that really really bugs me

{
"acceptedHashrate": null,
"rejectedHashrate": null,
"workers": [
{

One other thing I think the fault is on my site but I can't get any data from your public https://prohashing.com/exchange/instantProfitability from another webserver browser yes through PHP or angular no I always get the not allowed answer I am building a calculator site and would like to include your pool
User avatar
Steve Sokolowski
Posts: 4585
Joined: Wed Aug 27, 2014 3:27 pm
Location: State College, PA

Re: No Connection

Post by Steve Sokolowski » Mon Feb 06, 2017 12:53 pm

bachel wrote:yeah could b easily done actually but that's what your API returns so it has the total already but is displaying null and things like that really really bugs me

{
"acceptedHashrate": null,
"rejectedHashrate": null,
"workers": [
{

One other thing I think the fault is on my site but I can't get any data from your public https://prohashing.com/exchange/instantProfitability from another webserver browser yes through PHP or angular no I always get the not allowed answer I am building a calculator site and would like to include your pool
I'll look into these issues and get back to you within a few days. Hopefully, they are simple things to fix.

I'd also like to get the WAMP interface out there instead of REST, so that people can display live data rather than using polling. That might be worth devoting time to while Chris is engaged in X11 testing.
bachel
Posts: 23
Joined: Sun Jan 29, 2017 6:09 am

Re: No Connection

Post by bachel » Tue Feb 07, 2017 2:16 pm

That would be great thanks
User avatar
Steve Sokolowski
Posts: 4585
Joined: Wed Aug 27, 2014 3:27 pm
Location: State College, PA

Re: No Connection

Post by Steve Sokolowski » Wed Feb 08, 2017 8:28 am

bachel wrote:That would be great thanks
OK, I looked into this problem.

It turns out that this is a bug. The issue has been present for a while, but I guess people just added the worker hashrates together and didn't report it.

I fixed this bug in the "multiple algorithms" system, which is going to enter public testing in 10 days. We expect to completely eliminate the "single algorithms" system within two months, so all non-essential development on it has stopped. It would take three hours to fix this in the single algorithms system, and that work would be wasted, so hopefully you can understand my desire to just wait for the new system to carry through the fix.

Your report brought up an interesting issue that I want to address after we release multiple algorithms: whether certain features are used often enough to justify continued maintenance. In this case, once we get real-time WAMP updates working, would you even use the REST endpoint anymore? The REST data is delayed between 90-180 seconds, while the WAMP data is delivered every 50ms and uses less bandwidth.

I was thinking we should just announce the deprecation of this REST API, once WAMP is out and you have a chance to convert, so that we only have to maintain one API (the better one). Your thoughts?
bachel
Posts: 23
Joined: Sun Jan 29, 2017 6:09 am

Re: No Connection

Post by bachel » Thu Feb 09, 2017 5:52 pm

100% with you on that as long as you can handle the requests for the live data

I really like what you guys are doing here
Post Reply