Bitcoin Forum
May 12, 2024, 10:15:43 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: P2Pool Error  (Read 2236 times)
mojosplurr (OP)
Member
**
Offline Offline

Activity: 74
Merit: 10


View Profile
December 22, 2013, 12:34:33 PM
 #1

Code:
2013-12-21 22:47:31.170963 > ########################################
2013-12-21 22:47:31.171054 > >>> Warning: LOST CONTACT WITH BITCOIND for 1.5 minutes! Check that it isn't frozen or dead!
2013-12-21 22:47:31.171094 > ########################################
2013-12-21 22:47:32.387962 > Error getting work from bitcoind:
2013-12-21 22:47:32.388060 > Traceback (most recent call last):
2013-12-21 22:47:32.388099 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
2013-12-21 22:47:32.388131 >     current.result = callback(current.result, *args, **kw)
2013-12-21 22:47:32.388161 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
2013-12-21 22:47:32.388190 >     _inlineCallbacks(r, g, deferred)
2013-12-21 22:47:32.388219 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-12-21 22:47:32.388247 >     result = result.throwExceptionIntoGenerator(g)
2013-12-21 22:47:32.388275 >   File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-12-21 22:47:32.388303 >     return g.throw(self.type, self.value, self.tb)
2013-12-21 22:47:32.388330 > --- <exception caught here> ---
2013-12-21 22:47:32.388360 >   File "/root/p2pool-dogecoin/p2pool/util/deferral.py", line 41, in f
2013-12-21 22:47:32.388389 >     result = yield func(*args, **kwargs)
2013-12-21 22:47:32.388422 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1039, in _inlineCallbacks
2013-12-21 22:47:32.388450 >     result = g.send(result)
2013-12-21 22:47:32.388482 >   File "/root/p2pool-dogecoin/p2pool/bitcoin/helper.py", line 49, in getwork
2013-12-21 22:47:32.388513 >     transactions=map(bitcoin_data.tx_type.unpack, packed_transactions),
2013-12-21 22:47:32.388551 >   File "/root/p2pool-dogecoin/p2pool/util/pack.py", line 63, in unpack
2013-12-21 22:47:32.388580 >     obj = self._unpack(data, ignore_trailing)
2013-12-21 22:47:32.388607 >   File "/root/p2pool-dogecoin/p2pool/util/pack.py", line 47, in _unpack
2013-12-21 22:47:32.388644 >     raise LateEnd()
2013-12-21 22:47:32.388722 > p2pool.util.pack.LateEnd:
2013-12-21 22:47:33.690029 > Error binding to P2P port: Couldn't listen on any:16383: [Errno 98] Address already in use.
2013-12-21 22:47:34.173445 > ########################################
2013-12-21 22:47:34.173545 > >>> Warning: LOST CONTACT WITH BITCOIND for 1.5 minutes! Check that it isn't frozen or dead!
2013-12-21 22:47:34.173589 > ########################################
2013-12-21 22:47:35.392599 > Error getting work from bitcoind:
2013-12-21 22:47:35.392689 > Traceback (most recent call last):
2013-12-21 22:47:35.392727 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
2013-12-21 22:47:35.392783 >     current.result = callback(current.result, *args, **kw)
2013-12-21 22:47:35.392817 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
2013-12-21 22:47:35.392847 >     _inlineCallbacks(r, g, deferred)
2013-12-21 22:47:35.392874 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-12-21 22:47:35.392903 >     result = result.throwExceptionIntoGenerator(g)
2013-12-21 22:47:35.392937 >   File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-12-21 22:47:35.392968 >     return g.throw(self.type, self.value, self.tb)
2013-12-21 22:47:35.392995 > --- <exception caught here> ---
2013-12-21 22:47:35.393022 >   File "/root/p2pool-dogecoin/p2pool/util/deferral.py", line 41, in f
2013-12-21 22:47:35.393052 >     result = yield func(*args, **kwargs)
2013-12-21 22:47:35.393078 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1039, in _inlineCallbacks
2013-12-21 22:47:35.393105 >     result = g.send(result)
2013-12-21 22:47:35.393136 >   File "/root/p2pool-dogecoin/p2pool/bitcoin/helper.py", line 49, in getwork
2013-12-21 22:47:35.393164 >     transactions=map(bitcoin_data.tx_type.unpack, packed_transactions),
2013-12-21 22:47:35.393191 >   File "/root/p2pool-dogecoin/p2pool/util/pack.py", line 63, in unpack
2013-12-21 22:47:35.393218 >     obj = self._unpack(data, ignore_trailing)
2013-12-21 22:47:35.393244 >   File "/root/p2pool-dogecoin/p2pool/util/pack.py", line 47, in _unpack
2013-12-21 22:47:35.393270 >     raise LateEnd()
2013-12-21 22:47:35.393299 > p2pool.util.pack.LateEnd:
2013-12-21 22:47:36.690497 > Error binding to P2P port: Couldn't listen on any:16383: [Errno 98] Address already in use.
2013-12-21 22:47:37.177359 > ########################################
2013-12-21 22:47:37.177473 > >>> Warning: LOST CONTACT WITH BITCOIND for 1.6 minutes! Check that it isn't frozen or dead!
2013-12-21 22:47:37.177572 > ########################################
2013-12-21 22:47:37.177618 P2Pool: 29 shares in chain (31 verified/31 total) Peers: 0 (0 incoming)
2013-12-21 22:47:37.177649  Local: 229kH/s in last 10.0 minutes Local dead on arrival: ~4.4% (2-7%) Expected time to share: 2.2 minutes
2013-12-21 22:47:37.177676  Shares: 15 (0 orphan, 2 dead) Stale rate: ~13.3% (3-38%) Efficiency: ~95.6% (68-107%) Current payout: 3139.5965 LOT
2013-12-21 22:47:37.177707  Pool: 653kH/s Stale rate: 9.4% Expected time to block: 9.7 hours


Anyone have any ideas how to resolve this?
1715508943
Hero Member
*
Offline Offline

Posts: 1715508943

View Profile Personal Message (Offline)

Ignore
1715508943
Reply with quote  #2

1715508943
Report to moderator
1715508943
Hero Member
*
Offline Offline

Posts: 1715508943

View Profile Personal Message (Offline)

Ignore
1715508943
Reply with quote  #2

1715508943
Report to moderator
1715508943
Hero Member
*
Offline Offline

Posts: 1715508943

View Profile Personal Message (Offline)

Ignore
1715508943
Reply with quote  #2

1715508943
Report to moderator
In order to achieve higher forum ranks, you need both activity points and merit points.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
ScripterRon
Full Member
***
Offline Offline

Activity: 136
Merit: 120


View Profile
December 23, 2013, 03:49:45 AM
 #2

Is  bitcoind downloading the block chain?  Have you tried restarting it?

Also, it looks like your P2P port is in use?  Are you running two copies of P2Pool?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!