Often falls p2pool. In debug.log
Code:
2015-01-08 19:57:05 ERROR: CheckInputs() : tried to spend coinbase at depth 96
2015-01-08 19:57:05 ERROR: CTxMemPool::accept() : ConnectInputs failed b06385cbc492361638714bebd83af89cd37fddcfb032ca16e4f3b072a7f4861d
2015-01-08 19:57:05 b06385cbc492361638714bebd83af89cd37fddcfb032ca16e4f3b072a7f4861d from 5.251.126.3:58006 /Satoshi:0.10.15.13/ was not accepted into the memory pool
2015-01-08 19:57:05 Masternode payment to XpsCTAJRrREiJC7jnQmgyPwicbFQxkNaVg
2015-01-08 19:57:05 CreateNewBlock(): total size 46417
2015-01-08 19:57:05 CheckBlock() : Couldn't find masternode payment(1|181090001) or payee(1|1Wh4bh) nHeight 199798.
2015-01-08 19:57:05 ERROR: CheckBlock() : Couldn't find masternode payment or payee
2015-01-08 19:57:08 Masternode payment to XpsCTAJRrREiJC7jnQmgyPwicbFQxkNaVg
2015-01-08 19:57:08 CreateNewBlock(): total size 46417
2015-01-08 19:57:08 CheckBlock() : Couldn't find masternode payment(1|181090001) or payee(1|1Wh4bh) nHeight 199798.
2015-01-08 19:57:08 ERROR: CheckBlock() : Couldn't find masternode payment or payee
2015-01-08 19:57:11 Masternode payment to XpsCTAJRrREiJC7jnQmgyPwicbFQxkNaVg
2015-01-08 19:57:11 CreateNewBlock(): total size 46417
2015-01-08 19:57:11 CheckBlock() : Couldn't find masternode payment(1|181090001) or payee(1|1Wh4bh) nHeight 199798.
2015-01-08 19:57:11 ERROR: CheckBlock() : Couldn't find masternode payment or payee
2015-01-08 19:57:14 Masternode payment to XpsCTAJRrREiJC7jnQmgyPwicbFQxkNaVg
2015-01-08 19:57:14 CreateNewBlock(): total size 46417
2015-01-08 19:57:14 CheckBlock() : Couldn't find masternode payment(1|181090001) or payee(1|1Wh4bh) nHeight 199798.
2015-01-08 19:57:14 ERROR: CheckBlock() : Couldn't find masternode payment or payee
2015-01-08 19:57:17 Masternode payment to XpsCTAJRrREiJC7jnQmgyPwicbFQxkNaVg
2015-01-08 19:57:17 CreateNewBlock(): total size 46417
2015-01-08 19:57:17 CheckBlock() : Couldn't find masternode payment(1|181090001) or payee(1|1Wh4bh) nHeight 199798.
2015-01-08 19:57:17 ERROR: CheckBlock() : Couldn't find masternode payment or payee
2015-01-08 19:57:20 Masternode payment to XpsCTAJRrREiJC7jnQmgyPwicbFQxkNaVg
2015-01-08 19:57:20 CreateNewBlock(): total size 46417
Code:
2015-01-09 04:47:29.290554 > ########################################
2015-01-09 04:47:29.290701 > >>> Warning: LOST CONTACT WITH BITCOIND for 8.7 hours! Check that it isn't frozen or dead!
2015-01-09 04:47:29.290772 > ########################################
2015-01-09 04:47:29.630873 > Error getting work from bitcoind:
2015-01-09 04:47:29.631014 > Traceback (most recent call last):
2015-01-09 04:47:29.631078 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 577, in _runCallbacks
2015-01-09 04:47:29.631123 > current.result = callback(current.result, *args, **kw)
2015-01-09 04:47:29.631153 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1155, in gotResult
2015-01-09 04:47:29.631182 > _inlineCallbacks(r, g, deferred)
2015-01-09 04:47:29.631210 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1097, in _inlineCallbacks
2015-01-09 04:47:29.631259 > result = result.throwExceptionIntoGenerator(g)
2015-01-09 04:47:29.631312 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
2015-01-09 04:47:29.631359 > return g.throw(self.type, self.value, self.tb)
2015-01-09 04:47:29.631402 > --- <exception caught here> ---
2015-01-09 04:47:29.631445 > File "/home/p2pool/p2pool-drk/p2pool/util/deferral.py", line 41, in f
2015-01-09 04:47:29.631488 > result = yield func(*args, **kwargs)
2015-01-09 04:47:29.631530 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1097, in _inlineCallbacks
2015-01-09 04:47:29.631720 > result = result.throwExceptionIntoGenerator(g)
2015-01-09 04:47:29.631762 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
2015-01-09 04:47:29.631804 > return g.throw(self.type, self.value, self.tb)
2015-01-09 04:47:29.631833 > File "/home/p2pool/p2pool-drk/p2pool/bitcoin/helper.py", line 30, in getwork
2015-01-09 04:47:29.631860 > work = yield go()
2015-01-09 04:47:29.631887 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1097, in _inlineCallbacks
2015-01-09 04:47:29.631914 > result = result.throwExceptionIntoGenerator(g)
2015-01-09 04:47:29.631952 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
2015-01-09 04:47:29.631997 > return g.throw(self.type, self.value, self.tb)
2015-01-09 04:47:29.632076 > File "/home/p2pool/p2pool-drk/p2pool/util/jsonrpc.py", line 143, in _http_do
2015-01-09 04:47:29.632124 > raise Error_for_code(resp['error']['code'])(resp['error']['message'], resp['error'].get('data', None))
2015-01-09 04:47:29.632163 > p2pool.util.jsonrpc.NarrowError: -1 CreateNewBlock() : ConnectBlock failed