• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

P2Pool Unable to receive shares

GermanRed+

Active member
Hello, I just checkout the p2pool-drk code and try to run it for fun. However, I am stuck with errors unable to receive shares from other peers. Could someone tell me what is going on and how could I fix this?

2014-11-08 15:34:09.550364 RECV sharereply 2315886786041687f1d11c28f8a9c1a042453c85910999e7ad4b40a1ecdb700100010dfd56020246e41592b7b0313e6ac2390dfffede72dde5bde91ec6c703dcdd050000000000bf375e54f416171b6d413400b5ead9b0c855341ea2afbf257caea804c3...
2014-11-08 15:34:09.551804 > Error handling message: (see RECV line)
2014-11-08 15:34:09.551923 > Traceback (most recent call last):
2014-11-08 15:34:09.552004 > File "/usr/local/lib/python2.7/site-packages/twisted/internet/tcp.py", line 220, in _dataReceived
2014-11-08 15:34:09.552082 > rval = self.protocol.dataReceived(data)
2014-11-08 15:34:09.552159 > File "/buildcodes/p2pool-drk/p2pool/p2p.py", line 145, in new_dataReceived
2014-11-08 15:34:09.552234 > old_dataReceived(data)
2014-11-08 15:34:09.552309 > File "/buildcodes/p2pool-drk/p2pool/util/p2protocol.py", line 27, in dataReceived
2014-11-08 15:34:09.552385 > self.dataReceived2(data)
2014-11-08 15:34:09.552460 > File "/buildcodes/p2pool-drk/p2pool/util/datachunker.py", line 40, in _DataChunker
2014-11-08 15:34:09.552536 > wants = receiver.send(buf.get(wants))
2014-11-08 15:34:09.552611 > --- <exception caught here> ---
2014-11-08 15:34:09.552686 > File "/buildcodes/p2pool-drk/p2pool/util/p2protocol.py", line 57, in dataReceiver
2014-11-08 15:34:09.552765 > self.packetReceived(command, type_.unpack(payload, self.ignore_trailing_payload))
2014-11-08 15:34:09.552842 > File "/buildcodes/p2pool-drk/p2pool/p2p.py", line 91, in packetReceived
2014-11-08 15:34:09.552918 > p2protocol.Protocol.packetReceived(self, command, payload2)
2014-11-08 15:34:09.552994 > File "/buildcodes/p2pool-drk/p2pool/util/p2protocol.py", line 71, in packetReceived
2014-11-08 15:34:09.553069 > handler(**payload2)
2014-11-08 15:34:09.553144 > File "/buildcodes/p2pool-drk/p2pool/p2p.py", line 336, in handle_sharereply
2014-11-08 15:34:09.553221 > res = [p2pool_data.load_share(share, self.node.net, self.addr) for share in shares if share['type'] >= p2pool_data.Share.VERSION]
2014-11-08 15:34:09.553304 > File "/buildcodes/p2pool-drk/p2pool/data.py", line 48, in load_share
2014-11-08 15:34:09.553380 > return Share(net, peer_addr, Share.share_type.unpack(share['contents']))
2014-11-08 15:34:09.553455 > File "/buildcodes/p2pool-drk/p2pool/util/pack.py", line 63, in unpack
2014-11-08 15:34:09.553531 > obj = self._unpack(data, ignore_trailing)
2014-11-08 15:34:09.553606 > File "/buildcodes/p2pool-drk/p2pool/util/pack.py", line 42, in _unpack
2014-11-08 15:34:09.553681 > obj, (data2, pos) = self.read((data, 0))
2014-11-08 15:34:09.553759 > File "/buildcodes/p2pool-drk/p2pool/util/pack.py", line 295, in read
2014-11-08 15:34:09.553834 > item[key], file = type_.read(file)
2014-11-08 15:34:09.553909 > File "/buildcodes/p2pool-drk/p2pool/util/pack.py", line 295, in read
2014-11-08 15:34:09.553985 > item[key], file = type_.read(file)
2014-11-08 15:34:09.554059 > File "/buildcodes/p2pool-drk/p2pool/util/pack.py", line 171, in read
2014-11-08 15:34:09.554134 > res, file = self.type.read(file)
2014-11-08 15:34:09.554208 > File "/buildcodes/p2pool-drk/p2pool/util/pack.py", line 218, in read
2014-11-08 15:34:09.554283 > data, file = read(file, self.bytes)
2014-11-08 15:34:09.554357 > File "/buildcodes/p2pool-drk/p2pool/util/pack.py", line 16, in read
2014-11-08 15:34:09.554433 > raise EarlyEnd()
2014-11-08 15:34:09.554507 > p2pool.util.pack.EarlyEnd:
2014-11-08 15:34:09.559083 Lost peer 83.61.7.126:8999 - Connection was aborted locally, using.
2014-11-08 15:34:09.559450 > in handle_share_hashes:
2014-11-08 15:34:09.559630 > Traceback (most recent call last):
2014-11-08 15:34:09.559849 > Failure: twisted.internet.error.ConnectionAborted: Connection was aborted locally, using.

EDIT: Does it matter if the darkcoind p2pool connected to is a MN or not? I am connecting p2pool to my MN. I personally don't think it matters.

EDIT2: This is from github version 9c4921e.
 
Last edited by a moderator:
Back
Top