Status as of Monday, October 16, 2017

Discussion of development releases of Prohashing / Requests for features
Forum rules
The Development forum is for discussion of development releases of Prohashing and for feedback on the site, requests for features, etc.

While we can't promise we will be able to implement every feature request, we will give them each due consideration and do our best with the resources and staffing we have available.

For the full list of PROHASHING forums rules, please visit https://prohashing.com/help/prohashing- ... rms-forums.
User avatar
powertrade
Posts: 5
Joined: Tue Oct 03, 2017 5:54 pm

Re: Status as of Monday, October 16, 2017

Post by powertrade » Mon Oct 16, 2017 2:54 pm

I am having connect issues also. I have a few L3+ miners. They show up on the pool hashing for some time then dissapear.

I check the miner status and it shows a Dead status on the stratum+tcp://prohashing.com:3333 for some time then they connect again after sometime or whenever.

I noticed it happened to me two days ago, they all went down and I had zero miners.. It may have been hours so I switched to another pool for a couple days.

Came back today and I am getting the same thing of miners dropping off after a while and showing Dead status on my L3+ miner status.

Am i on the wrong stratum+tcp?

Anyone else having similar problems with the L3+ ??

still happening today randomly.
User avatar
powertrade
Posts: 5
Joined: Tue Oct 03, 2017 5:54 pm

Re: Status as of Monday, October 16, 2017

Post by powertrade » Mon Oct 16, 2017 3:02 pm

as an update I have 10 of my miners Dead. Whats causing them to drop?
gestalt
Posts: 25
Joined: Mon Aug 28, 2017 5:05 pm

Re: Status as of Monday, October 16, 2017

Post by gestalt » Mon Oct 16, 2017 3:21 pm

Also, to test this out yourself easily, just use http://www.letmecheck.it/tcp-ping.php

Here is the results for prohashing.com:

Ping Output:

Pinging prohashing.com (167.88.15.87) via TCP on port 3333 using IPv4.
From prohashing.com (167.88.15.87): seq=1 (filtered)
From prohashing.com (167.88.15.87): seq=2 (filtered)
From prohashing.com (167.88.15.87): seq=3 (filtered)
From prohashing.com (167.88.15.87): seq=4 (filtered)

--- prohashing.com ping statistics ---
4 connections attempted, 0 successful, 100% loss, time 52477 ms

---- Finished ------


For comparison here is zpool:

Ping Output:

Pinging scrypt.mine.zpool.ca (149.56.122.79) via TCP on port 3433 using IPv4.
TCP Handshake from scrypt.mine.zpool.ca (149.56.122.79): seq=1 time=103 ms
TCP Handshake from scrypt.mine.zpool.ca (149.56.122.79): seq=2 time=102 ms
TCP Handshake from scrypt.mine.zpool.ca (149.56.122.79): seq=3 time=124 ms
TCP Handshake from scrypt.mine.zpool.ca (149.56.122.79): seq=4 time=104 ms

--- scrypt.mine.zpool.ca ping statistics ---
4 connections attempted, 4 successful, 0% loss, time 4539 ms

---- Finished ------
GregoryGHarding
Posts: 646
Joined: Sun Apr 16, 2017 3:01 pm

Re: Status as of Monday, October 16, 2017

Post by GregoryGHarding » Mon Oct 16, 2017 3:27 pm

its possible they have ICMP turned off as it can be used to flood packets to the server, they are using javapipe remember. ICMP Ping does not mean the server is down
gestalt
Posts: 25
Joined: Mon Aug 28, 2017 5:05 pm

Re: Status as of Monday, October 16, 2017

Post by gestalt » Mon Oct 16, 2017 3:40 pm

GregoryGHarding wrote:its possible they have ICMP turned off as it can be used to flood packets to the server, they are using javapipe remember. ICMP Ping does not mean the server is down
That very well might be the case, but that ping utility is supposed to use TCP not ICMP. My understanding is that there is no real TCP ping, but they basically just open up a connection and check if that works. That should be useful in this case since that seems to be what is going wrong. I could be mistaken, but the result matches what I was expecting. I will turn up the connection attempts and make sure that at least one eventually goes though.
gestalt
Posts: 25
Joined: Mon Aug 28, 2017 5:05 pm

Re: Status as of Monday, October 16, 2017

Post by gestalt » Mon Oct 16, 2017 3:43 pm

Ok, Here we go, you can see that some did get through. 90% failure rate though:

Ping Output:

Pinging prohashing.com (167.88.15.87) via TCP on port 3333 using IPv4.
From prohashing.com (167.88.15.87): seq=1 (filtered)
From prohashing.com (167.88.15.87): seq=2 (filtered)
From prohashing.com (167.88.15.87): seq=3 (filtered)
From prohashing.com (167.88.15.87): seq=4 (filtered)
TCP Handshake from prohashing.com (167.88.15.87): seq=5 time=1157 ms
From prohashing.com (167.88.15.87): seq=6 (filtered)
From prohashing.com (167.88.15.87): seq=7 (filtered)
From prohashing.com (167.88.15.87): seq=8 (filtered)
From prohashing.com (167.88.15.87): seq=9 (filtered)
From prohashing.com (167.88.15.87): seq=10 (filtered)
From prohashing.com (167.88.15.87): seq=11 (filtered)
From prohashing.com (167.88.15.87): seq=12 (filtered)
From prohashing.com (167.88.15.87): seq=13 (filtered)
From prohashing.com (167.88.15.87): seq=14 (filtered)
TCP Handshake from prohashing.com (167.88.15.87): seq=15 time=167 ms
From prohashing.com (167.88.15.87): seq=16 (filtered)
From prohashing.com (167.88.15.87): seq=17 (filtered)
From prohashing.com (167.88.15.87): seq=18 (filtered)
From prohashing.com (167.88.15.87): seq=19 (filtered)
From prohashing.com (167.88.15.87): seq=20 (filtered)

--- prohashing.com ping statistics ---
20 connections attempted, 2 successful, 90% loss, time 238076 ms

---- Finished ------
GregoryGHarding
Posts: 646
Joined: Sun Apr 16, 2017 3:01 pm

Re: Status as of Monday, October 16, 2017

Post by GregoryGHarding » Mon Oct 16, 2017 3:46 pm

gestalt wrote:
GregoryGHarding wrote:its possible they have ICMP turned off as it can be used to flood packets to the server, they are using javapipe remember. ICMP Ping does not mean the server is down
That very well might be the case, but that ping utility is supposed to use TCP not ICMP. My understanding is that there is no real TCP ping, but they basically just open up a connection and check if that works. That should be useful in this case since that seems to be what is going wrong. I could be mistaken, but the result matches what I was expecting. I will turn up the connection attempts and make sure that at least one eventually goes though.
the tcp ping tool is a tool based on ICMP. its possible javapipe is throttling specific protocals
User avatar
Steve Sokolowski
Posts: 4585
Joined: Wed Aug 27, 2014 3:27 pm
Location: State College, PA

Re: Status as of Monday, October 16, 2017

Post by Steve Sokolowski » Mon Oct 16, 2017 3:51 pm

Chris is investigating whether there is some sort of Linux connection limit that is set at the default but can be increased. Hopefully, he'll have more information soon.
tomos81
Posts: 9
Joined: Thu Aug 03, 2017 7:05 am

Re: Status as of Monday, October 16, 2017

Post by tomos81 » Mon Oct 16, 2017 3:57 pm

It's not a nicehash problem

Nicehash -> some other pool.. OK
Nicehash -> Prohashing... sucks
My local miner (R1 LTC) -> Prohashing. connecting to the remote pool.. after 30 minutes (approx) authorization failed / or connected for a while and then sucks


so please don't tell me it's nicehash related, because it's not. it's probably your ISP or linux server itself (check max_connections or some similar parameters).. also please hire some1 who you know and trust, to help you and Chris , because you 2 are not enough for this job, to be honest..
User avatar
Steve Sokolowski
Posts: 4585
Joined: Wed Aug 27, 2014 3:27 pm
Location: State College, PA

Re: Status as of Monday, October 16, 2017

Post by Steve Sokolowski » Mon Oct 16, 2017 4:58 pm

tomos81 wrote:It's not a nicehash problem

Nicehash -> some other pool.. OK
Nicehash -> Prohashing... sucks
My local miner (R1 LTC) -> Prohashing. connecting to the remote pool.. after 30 minutes (approx) authorization failed / or connected for a while and then sucks


so please don't tell me it's nicehash related, because it's not. it's probably your ISP or linux server itself (check max_connections or some similar parameters).. also please hire some1 who you know and trust, to help you and Chris , because you 2 are not enough for this job, to be honest..
We haven't heard from the lawyer today, and we need to hear from him before we can proceed any further. Until then, we're going to close registrations again.

We want to hire people as much as you do, but there are lots of rumors of representatives and senators wanting to introduce regulations that might make the business unprofitable. Once we get more certainty, then we may decide to move forward.
Post Reply