mdude77
Legendary
Offline
Activity: 1540
Merit: 1001
|
|
April 29, 2013, 09:27:14 AM |
|
So I tried the current version of p2pool on a single 5.7GHz Jalapeño with cgminer connecting via stratum. This works out to about 80 diff1 shares per minute. It "works" in a sense of the word, without causing any weird errors or duplicating work that happen with the Avalon but there are huge lags between share submission and responses from p2pool after a while. Watching the CPU usage, I see a spike to 100% of one core whenever a block of transactions comes in and that coincides with the lag to respond to share submission, leading to more stale rejects if that occurs at the wrong time. The CPU in question is a 12 thread 3.4GHz CPU so it is clearly not underpowered. I suspect what happens on the Avalon is simply a grossly exaggerated form of this leading to misbehaviour.
the same thing happens with GPUs while using cgminer (not a cgminer problem, but stratum I would think) i think i commented on that some months ago minerd picks up the new work much quicker, and it is better to use phoenix for p2pool, or not use stratum Yes using getwork with the jalapeño is actually better than using stratum, which is counter-intuitive and adds weight to the argument that there is a problem with p2pool's stratum implementation. Having said that, if forrestv can get one as a donation from BFL, that will benefit everyone because I'm sure there will be incentive on his part to investigate and develop further. Many people have approached me about rewriting p2pool from scratch in c, and as much fun as that sounds, I seriously don't have the time to support another project of this magnitude and would rather see the original author continue it. You know, funny you should say that. I was considering doing the same thing ... rewriting in C. It would be quite a project indeed. M
|
I mine at Kano's Pool because it pays the best and is completely transparent! Come join me!
|
|
|
|
gyverlb
|
|
April 29, 2013, 07:46:44 PM |
|
forrestv: you may want to update the subject of the thread, the pool seems to stabilize at more than 650GH/s now.
|
|
|
|
forrestv (OP)
|
|
April 29, 2013, 07:49:59 PM |
|
forrestv: you may want to update the subject of the thread, the pool seems to stabilize at more than 650GH/s now.
Good point. Used 700GH/s, as it is now
|
1J1zegkNSbwX4smvTdoHSanUfwvXFeuV23
|
|
|
Richy_T
Legendary
Offline
Activity: 2604
Merit: 2321
1RichyTrEwPYjZSeAYxeiFBNnKC9UjC5k
|
|
April 30, 2013, 12:49:35 AM |
|
Some kind of DOS attack?
Got three "GOT INCOMPLETE BLOCK FROM PEER" messages and then p2pool stopped. Peer IP is 192.203.228.65
Now just got another one.
|
1RichyTrEwPYjZSeAYxeiFBNnKC9UjC5k
|
|
|
mdude77
Legendary
Offline
Activity: 1540
Merit: 1001
|
|
April 30, 2013, 12:54:12 AM |
|
Some kind of DOS attack?
Got three "GOT INCOMPLETE BLOCK FROM PEER" messages and then p2pool stopped. Peer IP is 192.203.228.65
Now just got another one.
Mine's been acting funny the last 24 hours too. I should be between .25 and .30 per block, been below .20 the last 5. M
|
I mine at Kano's Pool because it pays the best and is completely transparent! Come join me!
|
|
|
forrestv (OP)
|
|
April 30, 2013, 12:55:12 AM |
|
Some kind of DOS attack?
Got three "GOT INCOMPLETE BLOCK FROM PEER" messages and then p2pool stopped. Peer IP is 192.203.228.65
Now just got another one.
What do you mean by "p2pool stopped"?
|
1J1zegkNSbwX4smvTdoHSanUfwvXFeuV23
|
|
|
evilpete
Member
Offline
Activity: 77
Merit: 10
|
|
April 30, 2013, 01:11:48 AM |
|
Some kind of DOS attack?
Got three "GOT INCOMPLETE BLOCK FROM PEER" messages and then p2pool stopped. Peer IP is 192.203.228.65
Now just got another one.
Is this you by any chance? 2013-04-29 16:39:08.307039 Incoming connection to peer 74.100.64.248:56708 established. p2pool version: 1100 '11.2' 2013-04-29 16:39:08.472251 Sending 1 shares to 74.100.64.248:56708 2013-04-29 16:39:08.474522 Lost peer 74.100.64.248:56708 - Connection was closed cleanly. 2013-04-29 16:39:08.475089 > in handle_share_hashes: 2013-04-29 16:39:08.475163 > Traceback (most recent call last): 2013-04-29 16:39:08.475245 > Failure: twisted.internet.error.ConnectionDone: Connection was closed cleanly. That particular peer is having a lot of trouble: $ grep 'Lost peer' log | awk '{print $5}' | sed -e 's/:.*//' | sort | uniq -c | sort -nr 168 74.100.64.248 5 123.159.6.63 2 216.153.20.29 .. nothing else more than one.. The #2 on the list is doing things like this: 2013-04-29 08:50:54.110763 Connection timed out, disconnecting from 123.159.6.63:54137 2013-04-29 08:50:54.111417 Lost peer 123.159.6.63:54137 - 2013-04-29 08:50:54.111508 Connection was aborted locally, using 2013-04-29 08:50:54.111569 L{twisted.internet.interfaces.ITCPTransport.abortConnection}. Are either of those two yours?
|
First they ignore you, then they laugh at you, then they fight you, then you win. - Mahatma Gandhi
|
|
|
Richy_T
Legendary
Offline
Activity: 2604
Merit: 2321
1RichyTrEwPYjZSeAYxeiFBNnKC9UjC5k
|
|
April 30, 2013, 02:07:29 AM |
|
Some kind of DOS attack?
Got three "GOT INCOMPLETE BLOCK FROM PEER" messages and then p2pool stopped. Peer IP is 192.203.228.65
Now just got another one.
Is this you by any chance? 2013-04-29 16:39:08.307039 Incoming connection to peer 74.100.64.248:56708 established. p2pool version: 1100 '11.2' 2013-04-29 16:39:08.472251 Sending 1 shares to 74.100.64.248:56708 2013-04-29 16:39:08.474522 Lost peer 74.100.64.248:56708 - Connection was closed cleanly. 2013-04-29 16:39:08.475089 > in handle_share_hashes: 2013-04-29 16:39:08.475163 > Traceback (most recent call last): 2013-04-29 16:39:08.475245 > Failure: twisted.internet.error.ConnectionDone: Connection was closed cleanly. That particular peer is having a lot of trouble: $ grep 'Lost peer' log | awk '{print $5}' | sed -e 's/:.*//' | sort | uniq -c | sort -nr 168 74.100.64.248 5 123.159.6.63 2 216.153.20.29 .. nothing else more than one.. The #2 on the list is doing things like this: 2013-04-29 08:50:54.110763 Connection timed out, disconnecting from 123.159.6.63:54137 2013-04-29 08:50:54.111417 Lost peer 123.159.6.63:54137 - 2013-04-29 08:50:54.111508 Connection was aborted locally, using 2013-04-29 08:50:54.111569 L{twisted.internet.interfaces.ITCPTransport.abortConnection}. Are either of those two yours? No. But see PM.
|
1RichyTrEwPYjZSeAYxeiFBNnKC9UjC5k
|
|
|
Richy_T
Legendary
Offline
Activity: 2604
Merit: 2321
1RichyTrEwPYjZSeAYxeiFBNnKC9UjC5k
|
|
April 30, 2013, 02:11:48 AM |
|
Some kind of DOS attack?
Got three "GOT INCOMPLETE BLOCK FROM PEER" messages and then p2pool stopped. Peer IP is 192.203.228.65
Now just got another one.
What do you mean by "p2pool stopped"? Miner got disconnected, p2pool not doing anything apparently though since a fourth message came up, it looks like it was not completely dead. I did a simple restart of the process and things seem fine so far. I guess I waited about 5 minutes before restarting it (did not have to reboot).
|
1RichyTrEwPYjZSeAYxeiFBNnKC9UjC5k
|
|
|
Mogumodz
|
|
April 30, 2013, 02:45:30 AM |
|
Anyone see any problem running and updating 11.4 along side my working 11.3 node while it verifies all the shares? I seem to recall this being asked a few pages back but can't seem to find it so might have dreamt it. The output says it can't bind to the p2p port or worker port so my current mining, website stats, graphs etc are unaffected but it's verifying shares so thought could this work? Just wanted to know If this is ok before I assume anything.
|
|
|
|
bitpop
Legendary
Offline
Activity: 2912
Merit: 1060
|
|
April 30, 2013, 02:49:06 AM |
|
Yes that's exactly the procedure in the readme if I remember correctly.
|
|
|
|
Mogumodz
|
|
April 30, 2013, 02:49:20 AM |
|
Yes that's exactly the procedure in the readme if I remember correctly.
Thanks
|
|
|
|
daemondazz
|
|
April 30, 2013, 03:37:49 AM |
|
Yes, it will keep attempting to bind to the ports, so once it's completed stop the old one then it should be able to.
|
Computers, Amateur Radio, Electronics, Aviation - 1dazzrAbMqNu6cUwh2dtYckNygG7jKs8S
|
|
|
Subo1977
Sr. Member
Offline
Activity: 344
Merit: 250
Flixxo - Watch, Share, Earn!
|
|
April 30, 2013, 05:02:57 AM |
|
|
|
|
|
rav3n_pl
Legendary
Offline
Activity: 1361
Merit: 1003
Don`t panic! Organize!
|
|
April 30, 2013, 06:28:12 AM |
|
It IS on git, 11.4 is only number ;]
|
|
|
|
KALRONG
Newbie
Offline
Activity: 52
Merit: 0
|
|
April 30, 2013, 10:13:08 AM |
|
Hello everybody, Yesterday I switched from my attempt of doing some solo mining to adding my small hashrate to p2pool But im seeing something strange, CGMiner is saying that is submitting shares and them being accepted but in my stats in p2pool still says 0 Any suggestion of what can it be? Im running windows, feel free to ask whatever other information you may need Best regards!
|
|
|
|
mdude77
Legendary
Offline
Activity: 1540
Merit: 1001
|
|
April 30, 2013, 10:14:42 AM |
|
Hello everybody, Yesterday I switched from my attempt of doing some solo mining to adding my small hashrate to p2pool But im seeing something strange, CGMiner is saying that is submitting shares and them being accepted but in my stats in p2pool still says 0 Any suggestion of what can it be? Im running windows, feel free to ask whatever other information you may need Best regards! Shares submitted by cgminer aren't necessarily shares accepted by p2pool. What type of hashrate do you have? Difficulty is pretty high. M
|
I mine at Kano's Pool because it pays the best and is completely transparent! Come join me!
|
|
|
bitpop
Legendary
Offline
Activity: 2912
Merit: 1060
|
|
April 30, 2013, 10:20:10 AM |
|
There are shares that only measure speed
|
|
|
|
bitpop
Legendary
Offline
Activity: 2912
Merit: 1060
|
|
April 30, 2013, 10:20:36 AM |
|
And how the hell were you solo mining?
|
|
|
|
|