Looks like something is broken in p2pool 982a81a with bitcoin-next-20120813
2012-08-24 17:07:49.281000 GOT BLOCK FROM PEER! Passing to bitcoind! 2bd3ca75 bitcoin: http://blockexplorer.com/block/00000000000002a43f189eff39d5a2a12141c8bf03e9c5f2b7e958f22bd3ca75
2012-08-24 17:07:49.281000
2012-08-24 17:07:56.862000 ... done processing 501 shares. New: 501 Have: 26844/~17280
2012-08-24 17:07:56.862000 Requesting parent share 3d1a7c39 from 91.235.254.37:9333
2012-08-24 17:07:56.893000 P2Pool: 17312 shares in chain (10132 verified/26844 total) Peers: 10 (0 incoming)
2012-08-24 17:07:56.893000 Local: 0H/s in last 0.0 seconds Local dead on arrival: ??? Expected time to share: ???
2012-08-24 17:07:56.893000 Shares: 0 (0 orphan, 0 dead) Stale rate: ??? Efficiency: ??? Current payout: 0.0000 BTC
2012-08-24 17:07:56.893000 Pool: 316GH/s Stale rate: 6.0% Expected time to block: 8.3 hours
2012-08-24 17:07:57.049000 > Error submitting block: (will retry)
2012-08-24 17:07:57.049000 > Traceback (most recent call last):
2012-08-24 17:07:57.049000 > File "C:\Python27-64\lib\site-packages\twisted\internet\defer.py", line 551, in _runCallbacks
2012-08-24 17:07:57.049000 > current.result = callback(current.result, *args, **kw)
2012-08-24 17:07:57.049000 > File "C:\Python27-64\lib\site-packages\twisted\internet\defer.py", line 1101, in gotResult
2012-08-24 17:07:57.049000 > _inlineCallbacks(r, g, deferred)
2012-08-24 17:07:57.049000 > File "C:\Python27-64\lib\site-packages\twisted\internet\defer.py", line 1043, in _inlineCallbacks
2012-08-24 17:07:57.049000 > result = result.throwExceptionIntoGenerator(g)
2012-08-24 17:07:57.049000 > File "C:\Python27-64\lib\site-packages\twisted\python\failure.py", line 382, in throwExceptionIntoGenerator
2012-08-24 17:07:57.049000 > return g.throw(self.type, self.value, self.tb)
2012-08-24 17:07:57.049000 > --- ---
2012-08-24 17:07:57.049000 > File "D:\forrestv-p2pool\forrestv-p2pool-982a81a\p2pool\util\deferral.py", line 41, in f
2012-08-24 17:07:57.049000 > result = yield func(*args, **kwargs)
2012-08-24 17:07:57.049000 > File "C:\Python27-64\lib\site-packages\twisted\internet\defer.py", line 1043, in _inlineCallbacks
2012-08-24 17:07:57.049000 > result = result.throwExceptionIntoGenerator(g)
2012-08-24 17:07:57.049000 > File "C:\Python27-64\lib\site-packages\twisted\python\failure.py", line 382, in throwExceptionIntoGenerator
2012-08-24 17:07:57.049000 > return g.throw(self.type, self.value, self.tb)
2012-08-24 17:07:57.049000 > File "D:\forrestv-p2pool\forrestv-p2pool-982a81a\p2pool\main.py", line 306, in submit_block_rpc
2012-08-24 17:07:57.049000 > result = yield bitcoind.rpc_submitblock(bitcoin_data.block_type.pack(block).encode('hex'))
2012-08-24 17:07:57.049000 > File "C:\Python27-64\lib\site-packages\twisted\internet\defer.py", line 1043, in _inlineCallbacks
2012-08-24 17:07:57.049000 > result = result.throwExceptionIntoGenerator(g)
2012-08-24 17:07:57.049000 > File "C:\Python27-64\lib\site-packages\twisted\python\failure.py", line 382, in throwExceptionIntoGenerator
2012-08-24 17:07:57.049000 > return g.throw(self.type, self.value, self.tb)
2012-08-24 17:07:57.049000 > File "D:\forrestv-p2pool\forrestv-p2pool-982a81a\p2pool\util\jsonrpc.py", line 71, in callRemote
2012-08-24 17:07:57.049000 > raise Error_for_code(resp['error']['code'])(resp['error']['message'], resp['error'].get('data', None))
2012-08-24 17:07:57.049000 > p2pool.util.jsonrpc.NarrowError: -32601 Method not found