Advertisement
Guest User

Untitled

a guest
Mar 9th, 2012
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 465.45 KB | None | 0 0
  1. 2012-03-09 17:47:10.339940 > Error:
  2. 2012-03-09 17:47:10.340016 > Traceback (most recent call last):
  3. 2012-03-09 17:47:10.340052 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  4. 2012-03-09 17:47:10.340088 > current.result = callback(current.result, *args, **kw)
  5. 2012-03-09 17:47:10.340123 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  6. 2012-03-09 17:47:10.340159 > _inlineCallbacks(r, g, deferred)
  7. 2012-03-09 17:47:10.340193 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  8. 2012-03-09 17:47:10.340228 > result = result.throwExceptionIntoGenerator(g)
  9. 2012-03-09 17:47:10.340262 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  10. 2012-03-09 17:47:10.340307 > return g.throw(self.type, self.value, self.tb)
  11. 2012-03-09 17:47:10.340341 > --- <exception caught here> ---
  12. 2012-03-09 17:47:10.340376 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  13. 2012-03-09 17:47:10.340410 > result = yield func(*args, **kwargs)
  14. 2012-03-09 17:47:10.340444 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  15. 2012-03-09 17:47:10.340479 > result = result.throwExceptionIntoGenerator(g)
  16. 2012-03-09 17:47:10.340513 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  17. 2012-03-09 17:47:10.340560 > return g.throw(self.type, self.value, self.tb)
  18. 2012-03-09 17:47:10.340596 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  19. 2012-03-09 17:47:10.340631 > value = yield self.func(key)
  20. 2012-03-09 17:47:10.340665 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  21. 2012-03-09 17:47:10.340700 > result = result.throwExceptionIntoGenerator(g)
  22. 2012-03-09 17:47:10.340734 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  23. 2012-03-09 17:47:10.340769 > return g.throw(self.type, self.value, self.tb)
  24. 2012-03-09 17:47:10.340803 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  25. 2012-03-09 17:47:10.340838 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  26. 2012-03-09 17:47:10.340875 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  27. 2012-03-09 17:47:10.340910 > result = result.throwExceptionIntoGenerator(g)
  28. 2012-03-09 17:47:10.340944 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  29. 2012-03-09 17:47:10.340979 > return g.throw(self.type, self.value, self.tb)
  30. 2012-03-09 17:47:10.341013 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  31. 2012-03-09 17:47:10.341047 > raise Error(**resp['error'])
  32. 2012-03-09 17:47:10.341081 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  33. 2012-03-09 17:47:13.342713 > Error:
  34. 2012-03-09 17:47:13.342786 > Traceback (most recent call last):
  35. 2012-03-09 17:47:13.342823 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  36. 2012-03-09 17:47:13.342860 > current.result = callback(current.result, *args, **kw)
  37. 2012-03-09 17:47:13.342895 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  38. 2012-03-09 17:47:13.342930 > _inlineCallbacks(r, g, deferred)
  39. 2012-03-09 17:47:13.342974 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  40. 2012-03-09 17:47:13.343010 > result = result.throwExceptionIntoGenerator(g)
  41. 2012-03-09 17:47:13.343044 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  42. 2012-03-09 17:47:13.343079 > return g.throw(self.type, self.value, self.tb)
  43. 2012-03-09 17:47:13.343112 > --- <exception caught here> ---
  44. 2012-03-09 17:47:13.343146 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  45. 2012-03-09 17:47:13.343180 > result = yield func(*args, **kwargs)
  46. 2012-03-09 17:47:13.343214 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  47. 2012-03-09 17:47:13.343248 > result = result.throwExceptionIntoGenerator(g)
  48. 2012-03-09 17:47:13.343282 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  49. 2012-03-09 17:47:13.343317 > return g.throw(self.type, self.value, self.tb)
  50. 2012-03-09 17:47:13.343351 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  51. 2012-03-09 17:47:13.343392 > value = yield self.func(key)
  52. 2012-03-09 17:47:13.343426 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  53. 2012-03-09 17:47:13.343460 > result = result.throwExceptionIntoGenerator(g)
  54. 2012-03-09 17:47:13.343494 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  55. 2012-03-09 17:47:13.343528 > return g.throw(self.type, self.value, self.tb)
  56. 2012-03-09 17:47:13.343571 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  57. 2012-03-09 17:47:13.343605 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  58. 2012-03-09 17:47:13.343643 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  59. 2012-03-09 17:47:13.343677 > result = result.throwExceptionIntoGenerator(g)
  60. 2012-03-09 17:47:13.343712 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  61. 2012-03-09 17:47:13.343746 > return g.throw(self.type, self.value, self.tb)
  62. 2012-03-09 17:47:13.343780 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  63. 2012-03-09 17:47:13.343813 > raise Error(**resp['error'])
  64. 2012-03-09 17:47:13.343847 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  65. 2012-03-09 17:47:16.345461 > Error:
  66. 2012-03-09 17:47:16.345536 > Traceback (most recent call last):
  67. 2012-03-09 17:47:16.345575 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  68. 2012-03-09 17:47:16.345612 > current.result = callback(current.result, *args, **kw)
  69. 2012-03-09 17:47:16.345648 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  70. 2012-03-09 17:47:16.345683 > _inlineCallbacks(r, g, deferred)
  71. 2012-03-09 17:47:16.345718 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  72. 2012-03-09 17:47:16.345753 > result = result.throwExceptionIntoGenerator(g)
  73. 2012-03-09 17:47:16.345787 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  74. 2012-03-09 17:47:16.345822 > return g.throw(self.type, self.value, self.tb)
  75. 2012-03-09 17:47:16.345856 > --- <exception caught here> ---
  76. 2012-03-09 17:47:16.345889 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  77. 2012-03-09 17:47:16.345924 > result = yield func(*args, **kwargs)
  78. 2012-03-09 17:47:16.345958 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  79. 2012-03-09 17:47:16.346003 > result = result.throwExceptionIntoGenerator(g)
  80. 2012-03-09 17:47:16.346038 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  81. 2012-03-09 17:47:16.346072 > return g.throw(self.type, self.value, self.tb)
  82. 2012-03-09 17:47:16.346106 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  83. 2012-03-09 17:47:16.346140 > value = yield self.func(key)
  84. 2012-03-09 17:47:16.346173 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  85. 2012-03-09 17:47:16.346208 > result = result.throwExceptionIntoGenerator(g)
  86. 2012-03-09 17:47:16.346242 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  87. 2012-03-09 17:47:16.346276 > return g.throw(self.type, self.value, self.tb)
  88. 2012-03-09 17:47:16.346310 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  89. 2012-03-09 17:47:16.346345 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  90. 2012-03-09 17:47:16.346388 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  91. 2012-03-09 17:47:16.346424 > result = result.throwExceptionIntoGenerator(g)
  92. 2012-03-09 17:47:16.346458 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  93. 2012-03-09 17:47:16.346493 > return g.throw(self.type, self.value, self.tb)
  94. 2012-03-09 17:47:16.346527 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  95. 2012-03-09 17:47:16.346571 > raise Error(**resp['error'])
  96. 2012-03-09 17:47:16.346606 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  97. 2012-03-09 17:47:19.348338 > Error:
  98. 2012-03-09 17:47:19.348412 > Traceback (most recent call last):
  99. 2012-03-09 17:47:19.348449 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  100. 2012-03-09 17:47:19.348485 > current.result = callback(current.result, *args, **kw)
  101. 2012-03-09 17:47:19.348520 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  102. 2012-03-09 17:47:19.348564 > _inlineCallbacks(r, g, deferred)
  103. 2012-03-09 17:47:19.348598 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  104. 2012-03-09 17:47:19.348633 > result = result.throwExceptionIntoGenerator(g)
  105. 2012-03-09 17:47:19.348668 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  106. 2012-03-09 17:47:19.348703 > return g.throw(self.type, self.value, self.tb)
  107. 2012-03-09 17:47:19.348738 > --- <exception caught here> ---
  108. 2012-03-09 17:47:19.348772 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  109. 2012-03-09 17:47:19.348806 > result = yield func(*args, **kwargs)
  110. 2012-03-09 17:47:19.348841 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  111. 2012-03-09 17:47:19.348875 > result = result.throwExceptionIntoGenerator(g)
  112. 2012-03-09 17:47:19.348910 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  113. 2012-03-09 17:47:19.348944 > return g.throw(self.type, self.value, self.tb)
  114. 2012-03-09 17:47:19.348978 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  115. 2012-03-09 17:47:19.349012 > value = yield self.func(key)
  116. 2012-03-09 17:47:19.349046 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  117. 2012-03-09 17:47:19.349081 > result = result.throwExceptionIntoGenerator(g)
  118. 2012-03-09 17:47:19.349114 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  119. 2012-03-09 17:47:19.349161 > return g.throw(self.type, self.value, self.tb)
  120. 2012-03-09 17:47:19.349195 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  121. 2012-03-09 17:47:19.349230 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  122. 2012-03-09 17:47:19.349267 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  123. 2012-03-09 17:47:19.349302 > result = result.throwExceptionIntoGenerator(g)
  124. 2012-03-09 17:47:19.349336 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  125. 2012-03-09 17:47:19.349371 > return g.throw(self.type, self.value, self.tb)
  126. 2012-03-09 17:47:19.349405 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  127. 2012-03-09 17:47:19.349439 > raise Error(**resp['error'])
  128. 2012-03-09 17:47:19.349473 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  129. 2012-03-09 17:47:22.351548 > Error:
  130. 2012-03-09 17:47:22.351621 > Traceback (most recent call last):
  131. 2012-03-09 17:47:22.351658 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  132. 2012-03-09 17:47:22.351693 > current.result = callback(current.result, *args, **kw)
  133. 2012-03-09 17:47:22.351728 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  134. 2012-03-09 17:47:22.351763 > _inlineCallbacks(r, g, deferred)
  135. 2012-03-09 17:47:22.351798 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  136. 2012-03-09 17:47:22.351833 > result = result.throwExceptionIntoGenerator(g)
  137. 2012-03-09 17:47:22.351867 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  138. 2012-03-09 17:47:22.351902 > return g.throw(self.type, self.value, self.tb)
  139. 2012-03-09 17:47:22.351937 > --- <exception caught here> ---
  140. 2012-03-09 17:47:22.351971 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  141. 2012-03-09 17:47:22.352005 > result = yield func(*args, **kwargs)
  142. 2012-03-09 17:47:22.352039 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  143. 2012-03-09 17:47:22.352074 > result = result.throwExceptionIntoGenerator(g)
  144. 2012-03-09 17:47:22.352108 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  145. 2012-03-09 17:47:22.352142 > return g.throw(self.type, self.value, self.tb)
  146. 2012-03-09 17:47:22.352176 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  147. 2012-03-09 17:47:22.352211 > value = yield self.func(key)
  148. 2012-03-09 17:47:22.352245 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  149. 2012-03-09 17:47:22.352279 > result = result.throwExceptionIntoGenerator(g)
  150. 2012-03-09 17:47:22.352313 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  151. 2012-03-09 17:47:22.352348 > return g.throw(self.type, self.value, self.tb)
  152. 2012-03-09 17:47:22.352381 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  153. 2012-03-09 17:47:22.352416 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  154. 2012-03-09 17:47:22.352453 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  155. 2012-03-09 17:47:22.352487 > result = result.throwExceptionIntoGenerator(g)
  156. 2012-03-09 17:47:22.352521 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  157. 2012-03-09 17:47:22.352576 > return g.throw(self.type, self.value, self.tb)
  158. 2012-03-09 17:47:22.352611 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  159. 2012-03-09 17:47:22.352645 > raise Error(**resp['error'])
  160. 2012-03-09 17:47:22.352680 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  161. 2012-03-09 17:47:25.354308 > Error:
  162. 2012-03-09 17:47:25.354383 > Traceback (most recent call last):
  163. 2012-03-09 17:47:25.354422 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  164. 2012-03-09 17:47:25.354459 > current.result = callback(current.result, *args, **kw)
  165. 2012-03-09 17:47:25.354496 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  166. 2012-03-09 17:47:25.354538 > _inlineCallbacks(r, g, deferred)
  167. 2012-03-09 17:47:25.354576 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  168. 2012-03-09 17:47:25.354613 > result = result.throwExceptionIntoGenerator(g)
  169. 2012-03-09 17:47:25.354648 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  170. 2012-03-09 17:47:25.354696 > return g.throw(self.type, self.value, self.tb)
  171. 2012-03-09 17:47:25.354731 > --- <exception caught here> ---
  172. 2012-03-09 17:47:25.354766 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  173. 2012-03-09 17:47:25.354802 > result = yield func(*args, **kwargs)
  174. 2012-03-09 17:47:25.354836 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  175. 2012-03-09 17:47:25.354871 > result = result.throwExceptionIntoGenerator(g)
  176. 2012-03-09 17:47:25.354906 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  177. 2012-03-09 17:47:25.354941 > return g.throw(self.type, self.value, self.tb)
  178. 2012-03-09 17:47:25.354976 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  179. 2012-03-09 17:47:25.355011 > value = yield self.func(key)
  180. 2012-03-09 17:47:25.355046 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  181. 2012-03-09 17:47:25.355082 > result = result.throwExceptionIntoGenerator(g)
  182. 2012-03-09 17:47:25.355116 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  183. 2012-03-09 17:47:25.355151 > return g.throw(self.type, self.value, self.tb)
  184. 2012-03-09 17:47:25.355186 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  185. 2012-03-09 17:47:25.355221 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  186. 2012-03-09 17:47:25.355259 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  187. 2012-03-09 17:47:25.355294 > result = result.throwExceptionIntoGenerator(g)
  188. 2012-03-09 17:47:25.355329 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  189. 2012-03-09 17:47:25.355363 > return g.throw(self.type, self.value, self.tb)
  190. 2012-03-09 17:47:25.355398 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  191. 2012-03-09 17:47:25.355433 > raise Error(**resp['error'])
  192. 2012-03-09 17:47:25.355467 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  193. 2012-03-09 17:47:28.357103 > Error:
  194. 2012-03-09 17:47:28.357174 > Traceback (most recent call last):
  195. 2012-03-09 17:47:28.357212 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  196. 2012-03-09 17:47:28.357248 > current.result = callback(current.result, *args, **kw)
  197. 2012-03-09 17:47:28.357284 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  198. 2012-03-09 17:47:28.357333 > _inlineCallbacks(r, g, deferred)
  199. 2012-03-09 17:47:28.357368 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  200. 2012-03-09 17:47:28.357402 > result = result.throwExceptionIntoGenerator(g)
  201. 2012-03-09 17:47:28.357437 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  202. 2012-03-09 17:47:28.357471 > return g.throw(self.type, self.value, self.tb)
  203. 2012-03-09 17:47:28.357505 > --- <exception caught here> ---
  204. 2012-03-09 17:47:28.357545 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  205. 2012-03-09 17:47:28.357582 > result = yield func(*args, **kwargs)
  206. 2012-03-09 17:47:28.357616 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  207. 2012-03-09 17:47:28.357651 > result = result.throwExceptionIntoGenerator(g)
  208. 2012-03-09 17:47:28.357685 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  209. 2012-03-09 17:47:28.357720 > return g.throw(self.type, self.value, self.tb)
  210. 2012-03-09 17:47:28.357760 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  211. 2012-03-09 17:47:28.357795 > value = yield self.func(key)
  212. 2012-03-09 17:47:28.357829 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  213. 2012-03-09 17:47:28.357863 > result = result.throwExceptionIntoGenerator(g)
  214. 2012-03-09 17:47:28.357897 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  215. 2012-03-09 17:47:28.357932 > return g.throw(self.type, self.value, self.tb)
  216. 2012-03-09 17:47:28.357965 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  217. 2012-03-09 17:47:28.357999 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  218. 2012-03-09 17:47:28.358037 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  219. 2012-03-09 17:47:28.358072 > result = result.throwExceptionIntoGenerator(g)
  220. 2012-03-09 17:47:28.358105 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  221. 2012-03-09 17:47:28.358140 > return g.throw(self.type, self.value, self.tb)
  222. 2012-03-09 17:47:28.358174 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  223. 2012-03-09 17:47:28.358208 > raise Error(**resp['error'])
  224. 2012-03-09 17:47:28.358242 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  225. 2012-03-09 17:47:31.359845 > Error:
  226. 2012-03-09 17:47:31.359917 > Traceback (most recent call last):
  227. 2012-03-09 17:47:31.359954 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  228. 2012-03-09 17:47:31.359990 > current.result = callback(current.result, *args, **kw)
  229. 2012-03-09 17:47:31.360026 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  230. 2012-03-09 17:47:31.360061 > _inlineCallbacks(r, g, deferred)
  231. 2012-03-09 17:47:31.360097 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  232. 2012-03-09 17:47:31.360132 > result = result.throwExceptionIntoGenerator(g)
  233. 2012-03-09 17:47:31.360166 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  234. 2012-03-09 17:47:31.360202 > return g.throw(self.type, self.value, self.tb)
  235. 2012-03-09 17:47:31.360236 > --- <exception caught here> ---
  236. 2012-03-09 17:47:31.360270 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  237. 2012-03-09 17:47:31.360305 > result = yield func(*args, **kwargs)
  238. 2012-03-09 17:47:31.360349 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  239. 2012-03-09 17:47:31.360385 > result = result.throwExceptionIntoGenerator(g)
  240. 2012-03-09 17:47:31.360418 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  241. 2012-03-09 17:47:31.360453 > return g.throw(self.type, self.value, self.tb)
  242. 2012-03-09 17:47:31.360487 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  243. 2012-03-09 17:47:31.360521 > value = yield self.func(key)
  244. 2012-03-09 17:47:31.360563 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  245. 2012-03-09 17:47:31.360597 > result = result.throwExceptionIntoGenerator(g)
  246. 2012-03-09 17:47:31.360631 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  247. 2012-03-09 17:47:31.360666 > return g.throw(self.type, self.value, self.tb)
  248. 2012-03-09 17:47:31.360699 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  249. 2012-03-09 17:47:31.360734 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  250. 2012-03-09 17:47:31.360783 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  251. 2012-03-09 17:47:31.360818 > result = result.throwExceptionIntoGenerator(g)
  252. 2012-03-09 17:47:31.360852 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  253. 2012-03-09 17:47:31.360886 > return g.throw(self.type, self.value, self.tb)
  254. 2012-03-09 17:47:31.360920 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  255. 2012-03-09 17:47:31.360954 > raise Error(**resp['error'])
  256. 2012-03-09 17:47:31.360987 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  257. 2012-03-09 17:47:34.362611 > Error:
  258. 2012-03-09 17:47:34.362684 > Traceback (most recent call last):
  259. 2012-03-09 17:47:34.362721 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  260. 2012-03-09 17:47:34.362757 > current.result = callback(current.result, *args, **kw)
  261. 2012-03-09 17:47:34.362792 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  262. 2012-03-09 17:47:34.362827 > _inlineCallbacks(r, g, deferred)
  263. 2012-03-09 17:47:34.362862 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  264. 2012-03-09 17:47:34.362896 > result = result.throwExceptionIntoGenerator(g)
  265. 2012-03-09 17:47:34.362931 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  266. 2012-03-09 17:47:34.362966 > return g.throw(self.type, self.value, self.tb)
  267. 2012-03-09 17:47:34.363000 > --- <exception caught here> ---
  268. 2012-03-09 17:47:34.363034 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  269. 2012-03-09 17:47:34.363068 > result = yield func(*args, **kwargs)
  270. 2012-03-09 17:47:34.363103 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  271. 2012-03-09 17:47:34.363137 > result = result.throwExceptionIntoGenerator(g)
  272. 2012-03-09 17:47:34.363171 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  273. 2012-03-09 17:47:34.363206 > return g.throw(self.type, self.value, self.tb)
  274. 2012-03-09 17:47:34.363240 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  275. 2012-03-09 17:47:34.363274 > value = yield self.func(key)
  276. 2012-03-09 17:47:34.363308 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  277. 2012-03-09 17:47:34.363343 > result = result.throwExceptionIntoGenerator(g)
  278. 2012-03-09 17:47:34.363387 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  279. 2012-03-09 17:47:34.363422 > return g.throw(self.type, self.value, self.tb)
  280. 2012-03-09 17:47:34.363456 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  281. 2012-03-09 17:47:34.363490 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  282. 2012-03-09 17:47:34.363527 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  283. 2012-03-09 17:47:34.363569 > result = result.throwExceptionIntoGenerator(g)
  284. 2012-03-09 17:47:34.363603 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  285. 2012-03-09 17:47:34.363638 > return g.throw(self.type, self.value, self.tb)
  286. 2012-03-09 17:47:34.363671 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  287. 2012-03-09 17:47:34.363706 > raise Error(**resp['error'])
  288. 2012-03-09 17:47:34.363746 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  289. 2012-03-09 17:47:37.365347 > Error:
  290. 2012-03-09 17:47:37.365419 > Traceback (most recent call last):
  291. 2012-03-09 17:47:37.365456 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  292. 2012-03-09 17:47:37.365492 > current.result = callback(current.result, *args, **kw)
  293. 2012-03-09 17:47:37.365527 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  294. 2012-03-09 17:47:37.365571 > _inlineCallbacks(r, g, deferred)
  295. 2012-03-09 17:47:37.365606 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  296. 2012-03-09 17:47:37.365641 > result = result.throwExceptionIntoGenerator(g)
  297. 2012-03-09 17:47:37.365676 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  298. 2012-03-09 17:47:37.365711 > return g.throw(self.type, self.value, self.tb)
  299. 2012-03-09 17:47:37.365745 > --- <exception caught here> ---
  300. 2012-03-09 17:47:37.365779 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  301. 2012-03-09 17:47:37.365814 > result = yield func(*args, **kwargs)
  302. 2012-03-09 17:47:37.365848 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  303. 2012-03-09 17:47:37.365883 > result = result.throwExceptionIntoGenerator(g)
  304. 2012-03-09 17:47:37.365917 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  305. 2012-03-09 17:47:37.365951 > return g.throw(self.type, self.value, self.tb)
  306. 2012-03-09 17:47:37.365985 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  307. 2012-03-09 17:47:37.366020 > value = yield self.func(key)
  308. 2012-03-09 17:47:37.366054 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  309. 2012-03-09 17:47:37.366089 > result = result.throwExceptionIntoGenerator(g)
  310. 2012-03-09 17:47:37.366122 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  311. 2012-03-09 17:47:37.366158 > return g.throw(self.type, self.value, self.tb)
  312. 2012-03-09 17:47:37.366191 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  313. 2012-03-09 17:47:37.366226 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  314. 2012-03-09 17:47:37.366263 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  315. 2012-03-09 17:47:37.366298 > result = result.throwExceptionIntoGenerator(g)
  316. 2012-03-09 17:47:37.366342 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  317. 2012-03-09 17:47:37.366377 > return g.throw(self.type, self.value, self.tb)
  318. 2012-03-09 17:47:37.366411 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  319. 2012-03-09 17:47:37.366446 > raise Error(**resp['error'])
  320. 2012-03-09 17:47:37.366480 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  321. 2012-03-09 17:47:40.368117 > Error:
  322. 2012-03-09 17:47:40.368186 > Traceback (most recent call last):
  323. 2012-03-09 17:47:40.368223 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  324. 2012-03-09 17:47:40.368260 > current.result = callback(current.result, *args, **kw)
  325. 2012-03-09 17:47:40.368295 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  326. 2012-03-09 17:47:40.368330 > _inlineCallbacks(r, g, deferred)
  327. 2012-03-09 17:47:40.368364 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  328. 2012-03-09 17:47:40.368409 > result = result.throwExceptionIntoGenerator(g)
  329. 2012-03-09 17:47:40.368444 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  330. 2012-03-09 17:47:40.368479 > return g.throw(self.type, self.value, self.tb)
  331. 2012-03-09 17:47:40.368513 > --- <exception caught here> ---
  332. 2012-03-09 17:47:40.368554 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  333. 2012-03-09 17:47:40.368589 > result = yield func(*args, **kwargs)
  334. 2012-03-09 17:47:40.368624 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  335. 2012-03-09 17:47:40.368658 > result = result.throwExceptionIntoGenerator(g)
  336. 2012-03-09 17:47:40.368692 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  337. 2012-03-09 17:47:40.368728 > return g.throw(self.type, self.value, self.tb)
  338. 2012-03-09 17:47:40.368762 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  339. 2012-03-09 17:47:40.368796 > value = yield self.func(key)
  340. 2012-03-09 17:47:40.368830 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  341. 2012-03-09 17:47:40.368865 > result = result.throwExceptionIntoGenerator(g)
  342. 2012-03-09 17:47:40.368899 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  343. 2012-03-09 17:47:40.368934 > return g.throw(self.type, self.value, self.tb)
  344. 2012-03-09 17:47:40.368967 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  345. 2012-03-09 17:47:40.369001 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  346. 2012-03-09 17:47:40.369038 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  347. 2012-03-09 17:47:40.369073 > result = result.throwExceptionIntoGenerator(g)
  348. 2012-03-09 17:47:40.369106 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  349. 2012-03-09 17:47:40.369141 > return g.throw(self.type, self.value, self.tb)
  350. 2012-03-09 17:47:40.369175 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  351. 2012-03-09 17:47:40.369208 > raise Error(**resp['error'])
  352. 2012-03-09 17:47:40.369242 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  353. 2012-03-09 17:47:43.370885 > Error:
  354. 2012-03-09 17:47:43.370958 > Traceback (most recent call last):
  355. 2012-03-09 17:47:43.370995 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  356. 2012-03-09 17:47:43.371042 > current.result = callback(current.result, *args, **kw)
  357. 2012-03-09 17:47:43.371078 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  358. 2012-03-09 17:47:43.371113 > _inlineCallbacks(r, g, deferred)
  359. 2012-03-09 17:47:43.371148 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  360. 2012-03-09 17:47:43.371183 > result = result.throwExceptionIntoGenerator(g)
  361. 2012-03-09 17:47:43.371218 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  362. 2012-03-09 17:47:43.371253 > return g.throw(self.type, self.value, self.tb)
  363. 2012-03-09 17:47:43.371288 > --- <exception caught here> ---
  364. 2012-03-09 17:47:43.371321 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  365. 2012-03-09 17:47:43.371356 > result = yield func(*args, **kwargs)
  366. 2012-03-09 17:47:43.371390 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  367. 2012-03-09 17:47:43.371425 > result = result.throwExceptionIntoGenerator(g)
  368. 2012-03-09 17:47:43.371459 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  369. 2012-03-09 17:47:43.371500 > return g.throw(self.type, self.value, self.tb)
  370. 2012-03-09 17:47:43.371540 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  371. 2012-03-09 17:47:43.371577 > value = yield self.func(key)
  372. 2012-03-09 17:47:43.371611 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  373. 2012-03-09 17:47:43.371646 > result = result.throwExceptionIntoGenerator(g)
  374. 2012-03-09 17:47:43.371680 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  375. 2012-03-09 17:47:43.371715 > return g.throw(self.type, self.value, self.tb)
  376. 2012-03-09 17:47:43.371750 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  377. 2012-03-09 17:47:43.371785 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  378. 2012-03-09 17:47:43.371822 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  379. 2012-03-09 17:47:43.371857 > result = result.throwExceptionIntoGenerator(g)
  380. 2012-03-09 17:47:43.371891 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  381. 2012-03-09 17:47:43.371925 > return g.throw(self.type, self.value, self.tb)
  382. 2012-03-09 17:47:43.371959 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  383. 2012-03-09 17:47:43.371993 > raise Error(**resp['error'])
  384. 2012-03-09 17:47:43.372026 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  385. 2012-03-09 17:47:46.373640 > Error:
  386. 2012-03-09 17:47:46.373710 > Traceback (most recent call last):
  387. 2012-03-09 17:47:46.373748 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  388. 2012-03-09 17:47:46.373784 > current.result = callback(current.result, *args, **kw)
  389. 2012-03-09 17:47:46.373819 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  390. 2012-03-09 17:47:46.373854 > _inlineCallbacks(r, g, deferred)
  391. 2012-03-09 17:47:46.373889 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  392. 2012-03-09 17:47:46.373924 > result = result.throwExceptionIntoGenerator(g)
  393. 2012-03-09 17:47:46.373958 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  394. 2012-03-09 17:47:46.373993 > return g.throw(self.type, self.value, self.tb)
  395. 2012-03-09 17:47:46.374028 > --- <exception caught here> ---
  396. 2012-03-09 17:47:46.374072 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  397. 2012-03-09 17:47:46.374107 > result = yield func(*args, **kwargs)
  398. 2012-03-09 17:47:46.374141 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  399. 2012-03-09 17:47:46.374176 > result = result.throwExceptionIntoGenerator(g)
  400. 2012-03-09 17:47:46.374209 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  401. 2012-03-09 17:47:46.374244 > return g.throw(self.type, self.value, self.tb)
  402. 2012-03-09 17:47:46.374278 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  403. 2012-03-09 17:47:46.374312 > value = yield self.func(key)
  404. 2012-03-09 17:47:46.374345 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  405. 2012-03-09 17:47:46.374380 > result = result.throwExceptionIntoGenerator(g)
  406. 2012-03-09 17:47:46.374413 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  407. 2012-03-09 17:47:46.374448 > return g.throw(self.type, self.value, self.tb)
  408. 2012-03-09 17:47:46.374482 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  409. 2012-03-09 17:47:46.374523 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  410. 2012-03-09 17:47:46.374570 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  411. 2012-03-09 17:47:46.374606 > result = result.throwExceptionIntoGenerator(g)
  412. 2012-03-09 17:47:46.374640 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  413. 2012-03-09 17:47:46.374674 > return g.throw(self.type, self.value, self.tb)
  414. 2012-03-09 17:47:46.374708 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  415. 2012-03-09 17:47:46.374742 > raise Error(**resp['error'])
  416. 2012-03-09 17:47:46.374776 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  417. 2012-03-09 17:47:49.376383 > Error:
  418. 2012-03-09 17:47:49.376457 > Traceback (most recent call last):
  419. 2012-03-09 17:47:49.376494 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  420. 2012-03-09 17:47:49.376535 > current.result = callback(current.result, *args, **kw)
  421. 2012-03-09 17:47:49.376573 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  422. 2012-03-09 17:47:49.376608 > _inlineCallbacks(r, g, deferred)
  423. 2012-03-09 17:47:49.376643 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  424. 2012-03-09 17:47:49.376678 > result = result.throwExceptionIntoGenerator(g)
  425. 2012-03-09 17:47:49.376713 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  426. 2012-03-09 17:47:49.376748 > return g.throw(self.type, self.value, self.tb)
  427. 2012-03-09 17:47:49.376782 > --- <exception caught here> ---
  428. 2012-03-09 17:47:49.376816 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  429. 2012-03-09 17:47:49.376850 > result = yield func(*args, **kwargs)
  430. 2012-03-09 17:47:49.376884 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  431. 2012-03-09 17:47:49.376918 > result = result.throwExceptionIntoGenerator(g)
  432. 2012-03-09 17:47:49.376952 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  433. 2012-03-09 17:47:49.376987 > return g.throw(self.type, self.value, self.tb)
  434. 2012-03-09 17:47:49.377020 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  435. 2012-03-09 17:47:49.377054 > value = yield self.func(key)
  436. 2012-03-09 17:47:49.377088 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  437. 2012-03-09 17:47:49.377132 > result = result.throwExceptionIntoGenerator(g)
  438. 2012-03-09 17:47:49.377166 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  439. 2012-03-09 17:47:49.377201 > return g.throw(self.type, self.value, self.tb)
  440. 2012-03-09 17:47:49.377235 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  441. 2012-03-09 17:47:49.377269 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  442. 2012-03-09 17:47:49.377307 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  443. 2012-03-09 17:47:49.377341 > result = result.throwExceptionIntoGenerator(g)
  444. 2012-03-09 17:47:49.377375 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  445. 2012-03-09 17:47:49.377410 > return g.throw(self.type, self.value, self.tb)
  446. 2012-03-09 17:47:49.377443 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  447. 2012-03-09 17:47:49.377483 > raise Error(**resp['error'])
  448. 2012-03-09 17:47:49.377517 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  449. 2012-03-09 17:47:52.379121 > Error:
  450. 2012-03-09 17:47:52.379192 > Traceback (most recent call last):
  451. 2012-03-09 17:47:52.379229 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  452. 2012-03-09 17:47:52.379265 > current.result = callback(current.result, *args, **kw)
  453. 2012-03-09 17:47:52.379300 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  454. 2012-03-09 17:47:52.379335 > _inlineCallbacks(r, g, deferred)
  455. 2012-03-09 17:47:52.379369 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  456. 2012-03-09 17:47:52.379404 > result = result.throwExceptionIntoGenerator(g)
  457. 2012-03-09 17:47:52.379438 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  458. 2012-03-09 17:47:52.379473 > return g.throw(self.type, self.value, self.tb)
  459. 2012-03-09 17:47:52.379507 > --- <exception caught here> ---
  460. 2012-03-09 17:47:52.379551 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  461. 2012-03-09 17:47:52.379589 > result = yield func(*args, **kwargs)
  462. 2012-03-09 17:47:52.379623 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  463. 2012-03-09 17:47:52.379658 > result = result.throwExceptionIntoGenerator(g)
  464. 2012-03-09 17:47:52.379692 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  465. 2012-03-09 17:47:52.379728 > return g.throw(self.type, self.value, self.tb)
  466. 2012-03-09 17:47:52.379762 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  467. 2012-03-09 17:47:52.379796 > value = yield self.func(key)
  468. 2012-03-09 17:47:52.379829 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  469. 2012-03-09 17:47:52.379863 > result = result.throwExceptionIntoGenerator(g)
  470. 2012-03-09 17:47:52.379897 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  471. 2012-03-09 17:47:52.379931 > return g.throw(self.type, self.value, self.tb)
  472. 2012-03-09 17:47:52.379965 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  473. 2012-03-09 17:47:52.379999 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  474. 2012-03-09 17:47:52.380036 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  475. 2012-03-09 17:47:52.380081 > result = result.throwExceptionIntoGenerator(g)
  476. 2012-03-09 17:47:52.380115 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  477. 2012-03-09 17:47:52.380149 > return g.throw(self.type, self.value, self.tb)
  478. 2012-03-09 17:47:52.380183 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  479. 2012-03-09 17:47:52.380217 > raise Error(**resp['error'])
  480. 2012-03-09 17:47:52.380250 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  481. 2012-03-09 17:47:55.381881 > Error:
  482. 2012-03-09 17:47:55.381955 > Traceback (most recent call last):
  483. 2012-03-09 17:47:55.381992 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  484. 2012-03-09 17:47:55.382028 > current.result = callback(current.result, *args, **kw)
  485. 2012-03-09 17:47:55.382063 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  486. 2012-03-09 17:47:55.382098 > _inlineCallbacks(r, g, deferred)
  487. 2012-03-09 17:47:55.382143 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  488. 2012-03-09 17:47:55.382179 > result = result.throwExceptionIntoGenerator(g)
  489. 2012-03-09 17:47:55.382213 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  490. 2012-03-09 17:47:55.382248 > return g.throw(self.type, self.value, self.tb)
  491. 2012-03-09 17:47:55.382282 > --- <exception caught here> ---
  492. 2012-03-09 17:47:55.382316 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  493. 2012-03-09 17:47:55.382350 > result = yield func(*args, **kwargs)
  494. 2012-03-09 17:47:55.382384 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  495. 2012-03-09 17:47:55.382419 > result = result.throwExceptionIntoGenerator(g)
  496. 2012-03-09 17:47:55.382453 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  497. 2012-03-09 17:47:55.382488 > return g.throw(self.type, self.value, self.tb)
  498. 2012-03-09 17:47:55.382522 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  499. 2012-03-09 17:47:55.382564 > value = yield self.func(key)
  500. 2012-03-09 17:47:55.382598 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  501. 2012-03-09 17:47:55.382633 > result = result.throwExceptionIntoGenerator(g)
  502. 2012-03-09 17:47:55.382667 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  503. 2012-03-09 17:47:55.382702 > return g.throw(self.type, self.value, self.tb)
  504. 2012-03-09 17:47:55.382735 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  505. 2012-03-09 17:47:55.382770 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  506. 2012-03-09 17:47:55.382806 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  507. 2012-03-09 17:47:55.382841 > result = result.throwExceptionIntoGenerator(g)
  508. 2012-03-09 17:47:55.382875 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  509. 2012-03-09 17:47:55.382910 > return g.throw(self.type, self.value, self.tb)
  510. 2012-03-09 17:47:55.382943 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  511. 2012-03-09 17:47:55.382977 > raise Error(**resp['error'])
  512. 2012-03-09 17:47:55.383011 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  513. 2012-03-09 17:47:58.384634 > Error:
  514. 2012-03-09 17:47:58.384705 > Traceback (most recent call last):
  515. 2012-03-09 17:47:58.384752 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  516. 2012-03-09 17:47:58.384789 > current.result = callback(current.result, *args, **kw)
  517. 2012-03-09 17:47:58.384823 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  518. 2012-03-09 17:47:58.384858 > _inlineCallbacks(r, g, deferred)
  519. 2012-03-09 17:47:58.384892 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  520. 2012-03-09 17:47:58.384928 > result = result.throwExceptionIntoGenerator(g)
  521. 2012-03-09 17:47:58.384961 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  522. 2012-03-09 17:47:58.384996 > return g.throw(self.type, self.value, self.tb)
  523. 2012-03-09 17:47:58.385030 > --- <exception caught here> ---
  524. 2012-03-09 17:47:58.385064 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  525. 2012-03-09 17:47:58.385098 > result = yield func(*args, **kwargs)
  526. 2012-03-09 17:47:58.385132 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  527. 2012-03-09 17:47:58.385173 > result = result.throwExceptionIntoGenerator(g)
  528. 2012-03-09 17:47:58.385207 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  529. 2012-03-09 17:47:58.385242 > return g.throw(self.type, self.value, self.tb)
  530. 2012-03-09 17:47:58.385276 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  531. 2012-03-09 17:47:58.385310 > value = yield self.func(key)
  532. 2012-03-09 17:47:58.385343 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  533. 2012-03-09 17:47:58.385377 > result = result.throwExceptionIntoGenerator(g)
  534. 2012-03-09 17:47:58.385410 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  535. 2012-03-09 17:47:58.385445 > return g.throw(self.type, self.value, self.tb)
  536. 2012-03-09 17:47:58.385478 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  537. 2012-03-09 17:47:58.385513 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  538. 2012-03-09 17:47:58.385557 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  539. 2012-03-09 17:47:58.385594 > result = result.throwExceptionIntoGenerator(g)
  540. 2012-03-09 17:47:58.385628 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  541. 2012-03-09 17:47:58.385662 > return g.throw(self.type, self.value, self.tb)
  542. 2012-03-09 17:47:58.385696 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  543. 2012-03-09 17:47:58.385729 > raise Error(**resp['error'])
  544. 2012-03-09 17:47:58.385763 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  545. 2012-03-09 17:48:01.387383 > Error:
  546. 2012-03-09 17:48:01.387458 > Traceback (most recent call last):
  547. 2012-03-09 17:48:01.387496 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  548. 2012-03-09 17:48:01.387540 > current.result = callback(current.result, *args, **kw)
  549. 2012-03-09 17:48:01.387580 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  550. 2012-03-09 17:48:01.387617 > _inlineCallbacks(r, g, deferred)
  551. 2012-03-09 17:48:01.387652 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  552. 2012-03-09 17:48:01.387689 > result = result.throwExceptionIntoGenerator(g)
  553. 2012-03-09 17:48:01.387724 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  554. 2012-03-09 17:48:01.387761 > return g.throw(self.type, self.value, self.tb)
  555. 2012-03-09 17:48:01.387810 > --- <exception caught here> ---
  556. 2012-03-09 17:48:01.387845 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  557. 2012-03-09 17:48:01.387880 > result = yield func(*args, **kwargs)
  558. 2012-03-09 17:48:01.387915 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  559. 2012-03-09 17:48:01.387950 > result = result.throwExceptionIntoGenerator(g)
  560. 2012-03-09 17:48:01.387985 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  561. 2012-03-09 17:48:01.388021 > return g.throw(self.type, self.value, self.tb)
  562. 2012-03-09 17:48:01.388055 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  563. 2012-03-09 17:48:01.388090 > value = yield self.func(key)
  564. 2012-03-09 17:48:01.388124 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  565. 2012-03-09 17:48:01.388159 > result = result.throwExceptionIntoGenerator(g)
  566. 2012-03-09 17:48:01.388194 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  567. 2012-03-09 17:48:01.388238 > return g.throw(self.type, self.value, self.tb)
  568. 2012-03-09 17:48:01.388272 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  569. 2012-03-09 17:48:01.388307 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  570. 2012-03-09 17:48:01.388343 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  571. 2012-03-09 17:48:01.388378 > result = result.throwExceptionIntoGenerator(g)
  572. 2012-03-09 17:48:01.388412 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  573. 2012-03-09 17:48:01.388446 > return g.throw(self.type, self.value, self.tb)
  574. 2012-03-09 17:48:01.388480 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  575. 2012-03-09 17:48:01.388514 > raise Error(**resp['error'])
  576. 2012-03-09 17:48:01.388554 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  577. 2012-03-09 17:48:04.390224 > Error:
  578. 2012-03-09 17:48:04.390299 > Traceback (most recent call last):
  579. 2012-03-09 17:48:04.390335 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  580. 2012-03-09 17:48:04.390371 > current.result = callback(current.result, *args, **kw)
  581. 2012-03-09 17:48:04.390406 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  582. 2012-03-09 17:48:04.390441 > _inlineCallbacks(r, g, deferred)
  583. 2012-03-09 17:48:04.390474 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  584. 2012-03-09 17:48:04.390509 > result = result.throwExceptionIntoGenerator(g)
  585. 2012-03-09 17:48:04.390551 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  586. 2012-03-09 17:48:04.390589 > return g.throw(self.type, self.value, self.tb)
  587. 2012-03-09 17:48:04.390623 > --- <exception caught here> ---
  588. 2012-03-09 17:48:04.390657 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  589. 2012-03-09 17:48:04.390692 > result = yield func(*args, **kwargs)
  590. 2012-03-09 17:48:04.390725 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  591. 2012-03-09 17:48:04.390760 > result = result.throwExceptionIntoGenerator(g)
  592. 2012-03-09 17:48:04.390793 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  593. 2012-03-09 17:48:04.390828 > return g.throw(self.type, self.value, self.tb)
  594. 2012-03-09 17:48:04.390865 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  595. 2012-03-09 17:48:04.390910 > value = yield self.func(key)
  596. 2012-03-09 17:48:04.390943 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  597. 2012-03-09 17:48:04.390978 > result = result.throwExceptionIntoGenerator(g)
  598. 2012-03-09 17:48:04.391012 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  599. 2012-03-09 17:48:04.391046 > return g.throw(self.type, self.value, self.tb)
  600. 2012-03-09 17:48:04.391080 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  601. 2012-03-09 17:48:04.391114 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  602. 2012-03-09 17:48:04.391151 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  603. 2012-03-09 17:48:04.391185 > result = result.throwExceptionIntoGenerator(g)
  604. 2012-03-09 17:48:04.391220 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  605. 2012-03-09 17:48:04.391261 > return g.throw(self.type, self.value, self.tb)
  606. 2012-03-09 17:48:04.391296 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  607. 2012-03-09 17:48:04.391329 > raise Error(**resp['error'])
  608. 2012-03-09 17:48:04.391364 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  609. 2012-03-09 17:48:07.392996 > Error:
  610. 2012-03-09 17:48:07.393068 > Traceback (most recent call last):
  611. 2012-03-09 17:48:07.393105 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  612. 2012-03-09 17:48:07.393141 > current.result = callback(current.result, *args, **kw)
  613. 2012-03-09 17:48:07.393175 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  614. 2012-03-09 17:48:07.393210 > _inlineCallbacks(r, g, deferred)
  615. 2012-03-09 17:48:07.393245 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  616. 2012-03-09 17:48:07.393280 > result = result.throwExceptionIntoGenerator(g)
  617. 2012-03-09 17:48:07.393314 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  618. 2012-03-09 17:48:07.393349 > return g.throw(self.type, self.value, self.tb)
  619. 2012-03-09 17:48:07.393383 > --- <exception caught here> ---
  620. 2012-03-09 17:48:07.393417 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  621. 2012-03-09 17:48:07.393451 > result = yield func(*args, **kwargs)
  622. 2012-03-09 17:48:07.393485 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  623. 2012-03-09 17:48:07.393520 > result = result.throwExceptionIntoGenerator(g)
  624. 2012-03-09 17:48:07.393566 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  625. 2012-03-09 17:48:07.393601 > return g.throw(self.type, self.value, self.tb)
  626. 2012-03-09 17:48:07.393635 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  627. 2012-03-09 17:48:07.393669 > value = yield self.func(key)
  628. 2012-03-09 17:48:07.393703 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  629. 2012-03-09 17:48:07.393737 > result = result.throwExceptionIntoGenerator(g)
  630. 2012-03-09 17:48:07.393771 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  631. 2012-03-09 17:48:07.393806 > return g.throw(self.type, self.value, self.tb)
  632. 2012-03-09 17:48:07.393840 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  633. 2012-03-09 17:48:07.393874 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  634. 2012-03-09 17:48:07.393922 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  635. 2012-03-09 17:48:07.393958 > result = result.throwExceptionIntoGenerator(g)
  636. 2012-03-09 17:48:07.393991 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  637. 2012-03-09 17:48:07.394025 > return g.throw(self.type, self.value, self.tb)
  638. 2012-03-09 17:48:07.394059 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  639. 2012-03-09 17:48:07.394093 > raise Error(**resp['error'])
  640. 2012-03-09 17:48:07.394127 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  641. 2012-03-09 17:48:10.395790 > Error:
  642. 2012-03-09 17:48:10.395862 > Traceback (most recent call last):
  643. 2012-03-09 17:48:10.395898 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  644. 2012-03-09 17:48:10.395943 > current.result = callback(current.result, *args, **kw)
  645. 2012-03-09 17:48:10.396002 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  646. 2012-03-09 17:48:10.396052 > _inlineCallbacks(r, g, deferred)
  647. 2012-03-09 17:48:10.396087 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  648. 2012-03-09 17:48:10.396123 > result = result.throwExceptionIntoGenerator(g)
  649. 2012-03-09 17:48:10.396157 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  650. 2012-03-09 17:48:10.396192 > return g.throw(self.type, self.value, self.tb)
  651. 2012-03-09 17:48:10.396226 > --- <exception caught here> ---
  652. 2012-03-09 17:48:10.396260 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  653. 2012-03-09 17:48:10.396294 > result = yield func(*args, **kwargs)
  654. 2012-03-09 17:48:10.396327 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  655. 2012-03-09 17:48:10.396362 > result = result.throwExceptionIntoGenerator(g)
  656. 2012-03-09 17:48:10.396395 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  657. 2012-03-09 17:48:10.396429 > return g.throw(self.type, self.value, self.tb)
  658. 2012-03-09 17:48:10.396463 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  659. 2012-03-09 17:48:10.396496 > value = yield self.func(key)
  660. 2012-03-09 17:48:10.396534 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  661. 2012-03-09 17:48:10.396571 > result = result.throwExceptionIntoGenerator(g)
  662. 2012-03-09 17:48:10.396605 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  663. 2012-03-09 17:48:10.396639 > return g.throw(self.type, self.value, self.tb)
  664. 2012-03-09 17:48:10.396673 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  665. 2012-03-09 17:48:10.396706 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  666. 2012-03-09 17:48:10.396744 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  667. 2012-03-09 17:48:10.396778 > result = result.throwExceptionIntoGenerator(g)
  668. 2012-03-09 17:48:10.396811 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  669. 2012-03-09 17:48:10.396846 > return g.throw(self.type, self.value, self.tb)
  670. 2012-03-09 17:48:10.396879 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  671. 2012-03-09 17:48:10.396912 > raise Error(**resp['error'])
  672. 2012-03-09 17:48:10.396945 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  673. 2012-03-09 17:48:13.398566 > Error:
  674. 2012-03-09 17:48:13.398639 > Traceback (most recent call last):
  675. 2012-03-09 17:48:13.398675 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  676. 2012-03-09 17:48:13.398711 > current.result = callback(current.result, *args, **kw)
  677. 2012-03-09 17:48:13.398747 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  678. 2012-03-09 17:48:13.398785 > _inlineCallbacks(r, g, deferred)
  679. 2012-03-09 17:48:13.398820 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  680. 2012-03-09 17:48:13.398855 > result = result.throwExceptionIntoGenerator(g)
  681. 2012-03-09 17:48:13.398889 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  682. 2012-03-09 17:48:13.398923 > return g.throw(self.type, self.value, self.tb)
  683. 2012-03-09 17:48:13.398958 > --- <exception caught here> ---
  684. 2012-03-09 17:48:13.398991 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  685. 2012-03-09 17:48:13.399026 > result = yield func(*args, **kwargs)
  686. 2012-03-09 17:48:13.399060 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  687. 2012-03-09 17:48:13.399104 > result = result.throwExceptionIntoGenerator(g)
  688. 2012-03-09 17:48:13.399139 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  689. 2012-03-09 17:48:13.399174 > return g.throw(self.type, self.value, self.tb)
  690. 2012-03-09 17:48:13.399209 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  691. 2012-03-09 17:48:13.399243 > value = yield self.func(key)
  692. 2012-03-09 17:48:13.399277 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  693. 2012-03-09 17:48:13.399311 > result = result.throwExceptionIntoGenerator(g)
  694. 2012-03-09 17:48:13.399345 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  695. 2012-03-09 17:48:13.399380 > return g.throw(self.type, self.value, self.tb)
  696. 2012-03-09 17:48:13.399414 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  697. 2012-03-09 17:48:13.399449 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  698. 2012-03-09 17:48:13.399486 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  699. 2012-03-09 17:48:13.399521 > result = result.throwExceptionIntoGenerator(g)
  700. 2012-03-09 17:48:13.399566 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  701. 2012-03-09 17:48:13.399602 > return g.throw(self.type, self.value, self.tb)
  702. 2012-03-09 17:48:13.399636 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  703. 2012-03-09 17:48:13.399670 > raise Error(**resp['error'])
  704. 2012-03-09 17:48:13.399704 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  705. 2012-03-09 17:48:16.401333 > Error:
  706. 2012-03-09 17:48:16.401405 > Traceback (most recent call last):
  707. 2012-03-09 17:48:16.401441 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  708. 2012-03-09 17:48:16.401478 > current.result = callback(current.result, *args, **kw)
  709. 2012-03-09 17:48:16.401513 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  710. 2012-03-09 17:48:16.401555 > _inlineCallbacks(r, g, deferred)
  711. 2012-03-09 17:48:16.401591 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  712. 2012-03-09 17:48:16.401626 > result = result.throwExceptionIntoGenerator(g)
  713. 2012-03-09 17:48:16.401660 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  714. 2012-03-09 17:48:16.401706 > return g.throw(self.type, self.value, self.tb)
  715. 2012-03-09 17:48:16.401741 > --- <exception caught here> ---
  716. 2012-03-09 17:48:16.401774 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  717. 2012-03-09 17:48:16.401808 > result = yield func(*args, **kwargs)
  718. 2012-03-09 17:48:16.401842 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  719. 2012-03-09 17:48:16.401877 > result = result.throwExceptionIntoGenerator(g)
  720. 2012-03-09 17:48:16.401910 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  721. 2012-03-09 17:48:16.401945 > return g.throw(self.type, self.value, self.tb)
  722. 2012-03-09 17:48:16.401979 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  723. 2012-03-09 17:48:16.402013 > value = yield self.func(key)
  724. 2012-03-09 17:48:16.402046 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  725. 2012-03-09 17:48:16.402080 > result = result.throwExceptionIntoGenerator(g)
  726. 2012-03-09 17:48:16.402121 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  727. 2012-03-09 17:48:16.402156 > return g.throw(self.type, self.value, self.tb)
  728. 2012-03-09 17:48:16.402189 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  729. 2012-03-09 17:48:16.402223 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  730. 2012-03-09 17:48:16.402260 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  731. 2012-03-09 17:48:16.402295 > result = result.throwExceptionIntoGenerator(g)
  732. 2012-03-09 17:48:16.402329 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  733. 2012-03-09 17:48:16.402363 > return g.throw(self.type, self.value, self.tb)
  734. 2012-03-09 17:48:16.402397 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  735. 2012-03-09 17:48:16.402431 > raise Error(**resp['error'])
  736. 2012-03-09 17:48:16.402464 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  737. 2012-03-09 17:48:19.404068 > Error:
  738. 2012-03-09 17:48:19.404139 > Traceback (most recent call last):
  739. 2012-03-09 17:48:19.404176 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  740. 2012-03-09 17:48:19.404212 > current.result = callback(current.result, *args, **kw)
  741. 2012-03-09 17:48:19.404247 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  742. 2012-03-09 17:48:19.404282 > _inlineCallbacks(r, g, deferred)
  743. 2012-03-09 17:48:19.404316 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  744. 2012-03-09 17:48:19.404352 > result = result.throwExceptionIntoGenerator(g)
  745. 2012-03-09 17:48:19.404386 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  746. 2012-03-09 17:48:19.404421 > return g.throw(self.type, self.value, self.tb)
  747. 2012-03-09 17:48:19.404455 > --- <exception caught here> ---
  748. 2012-03-09 17:48:19.404489 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  749. 2012-03-09 17:48:19.404523 > result = yield func(*args, **kwargs)
  750. 2012-03-09 17:48:19.404566 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  751. 2012-03-09 17:48:19.404601 > result = result.throwExceptionIntoGenerator(g)
  752. 2012-03-09 17:48:19.404636 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  753. 2012-03-09 17:48:19.404670 > return g.throw(self.type, self.value, self.tb)
  754. 2012-03-09 17:48:19.404715 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  755. 2012-03-09 17:48:19.404749 > value = yield self.func(key)
  756. 2012-03-09 17:48:19.404783 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  757. 2012-03-09 17:48:19.404818 > result = result.throwExceptionIntoGenerator(g)
  758. 2012-03-09 17:48:19.404852 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  759. 2012-03-09 17:48:19.404886 > return g.throw(self.type, self.value, self.tb)
  760. 2012-03-09 17:48:19.404920 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  761. 2012-03-09 17:48:19.404955 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  762. 2012-03-09 17:48:19.404992 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  763. 2012-03-09 17:48:19.405027 > result = result.throwExceptionIntoGenerator(g)
  764. 2012-03-09 17:48:19.405061 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  765. 2012-03-09 17:48:19.405108 > return g.throw(self.type, self.value, self.tb)
  766. 2012-03-09 17:48:19.405143 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  767. 2012-03-09 17:48:19.405177 > raise Error(**resp['error'])
  768. 2012-03-09 17:48:19.405212 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  769. 2012-03-09 17:48:22.406840 > Error:
  770. 2012-03-09 17:48:22.406915 > Traceback (most recent call last):
  771. 2012-03-09 17:48:22.406952 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  772. 2012-03-09 17:48:22.406988 > current.result = callback(current.result, *args, **kw)
  773. 2012-03-09 17:48:22.407023 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  774. 2012-03-09 17:48:22.407058 > _inlineCallbacks(r, g, deferred)
  775. 2012-03-09 17:48:22.407093 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  776. 2012-03-09 17:48:22.407128 > result = result.throwExceptionIntoGenerator(g)
  777. 2012-03-09 17:48:22.407162 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  778. 2012-03-09 17:48:22.407197 > return g.throw(self.type, self.value, self.tb)
  779. 2012-03-09 17:48:22.407232 > --- <exception caught here> ---
  780. 2012-03-09 17:48:22.407266 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  781. 2012-03-09 17:48:22.407300 > result = yield func(*args, **kwargs)
  782. 2012-03-09 17:48:22.407335 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  783. 2012-03-09 17:48:22.407369 > result = result.throwExceptionIntoGenerator(g)
  784. 2012-03-09 17:48:22.407404 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  785. 2012-03-09 17:48:22.407438 > return g.throw(self.type, self.value, self.tb)
  786. 2012-03-09 17:48:22.407472 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  787. 2012-03-09 17:48:22.407506 > value = yield self.func(key)
  788. 2012-03-09 17:48:22.407546 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  789. 2012-03-09 17:48:22.407583 > result = result.throwExceptionIntoGenerator(g)
  790. 2012-03-09 17:48:22.407617 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  791. 2012-03-09 17:48:22.407653 > return g.throw(self.type, self.value, self.tb)
  792. 2012-03-09 17:48:22.407687 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  793. 2012-03-09 17:48:22.407721 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  794. 2012-03-09 17:48:22.407768 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  795. 2012-03-09 17:48:22.407804 > result = result.throwExceptionIntoGenerator(g)
  796. 2012-03-09 17:48:22.407838 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  797. 2012-03-09 17:48:22.407873 > return g.throw(self.type, self.value, self.tb)
  798. 2012-03-09 17:48:22.407906 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  799. 2012-03-09 17:48:22.407940 > raise Error(**resp['error'])
  800. 2012-03-09 17:48:22.407974 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  801. 2012-03-09 17:48:25.409610 > Error:
  802. 2012-03-09 17:48:25.409686 > Traceback (most recent call last):
  803. 2012-03-09 17:48:25.409723 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  804. 2012-03-09 17:48:25.409759 > current.result = callback(current.result, *args, **kw)
  805. 2012-03-09 17:48:25.409804 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  806. 2012-03-09 17:48:25.409839 > _inlineCallbacks(r, g, deferred)
  807. 2012-03-09 17:48:25.409874 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  808. 2012-03-09 17:48:25.409910 > result = result.throwExceptionIntoGenerator(g)
  809. 2012-03-09 17:48:25.409945 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  810. 2012-03-09 17:48:25.409980 > return g.throw(self.type, self.value, self.tb)
  811. 2012-03-09 17:48:25.410014 > --- <exception caught here> ---
  812. 2012-03-09 17:48:25.410048 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  813. 2012-03-09 17:48:25.410083 > result = yield func(*args, **kwargs)
  814. 2012-03-09 17:48:25.410117 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  815. 2012-03-09 17:48:25.410151 > result = result.throwExceptionIntoGenerator(g)
  816. 2012-03-09 17:48:25.410185 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  817. 2012-03-09 17:48:25.410220 > return g.throw(self.type, self.value, self.tb)
  818. 2012-03-09 17:48:25.410254 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  819. 2012-03-09 17:48:25.410288 > value = yield self.func(key)
  820. 2012-03-09 17:48:25.410322 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  821. 2012-03-09 17:48:25.410356 > result = result.throwExceptionIntoGenerator(g)
  822. 2012-03-09 17:48:25.410391 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  823. 2012-03-09 17:48:25.410425 > return g.throw(self.type, self.value, self.tb)
  824. 2012-03-09 17:48:25.410459 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  825. 2012-03-09 17:48:25.410494 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  826. 2012-03-09 17:48:25.410538 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  827. 2012-03-09 17:48:25.410576 > result = result.throwExceptionIntoGenerator(g)
  828. 2012-03-09 17:48:25.410610 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  829. 2012-03-09 17:48:25.410645 > return g.throw(self.type, self.value, self.tb)
  830. 2012-03-09 17:48:25.410679 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  831. 2012-03-09 17:48:25.410713 > raise Error(**resp['error'])
  832. 2012-03-09 17:48:25.410747 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  833. 2012-03-09 17:48:28.412370 > Error:
  834. 2012-03-09 17:48:28.412441 > Traceback (most recent call last):
  835. 2012-03-09 17:48:28.412478 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  836. 2012-03-09 17:48:28.412515 > current.result = callback(current.result, *args, **kw)
  837. 2012-03-09 17:48:28.412559 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  838. 2012-03-09 17:48:28.412596 > _inlineCallbacks(r, g, deferred)
  839. 2012-03-09 17:48:28.412631 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  840. 2012-03-09 17:48:28.412666 > result = result.throwExceptionIntoGenerator(g)
  841. 2012-03-09 17:48:28.412700 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  842. 2012-03-09 17:48:28.412735 > return g.throw(self.type, self.value, self.tb)
  843. 2012-03-09 17:48:28.412769 > --- <exception caught here> ---
  844. 2012-03-09 17:48:28.412803 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  845. 2012-03-09 17:48:28.412848 > result = yield func(*args, **kwargs)
  846. 2012-03-09 17:48:28.412882 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  847. 2012-03-09 17:48:28.412917 > result = result.throwExceptionIntoGenerator(g)
  848. 2012-03-09 17:48:28.412951 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  849. 2012-03-09 17:48:28.412986 > return g.throw(self.type, self.value, self.tb)
  850. 2012-03-09 17:48:28.413020 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  851. 2012-03-09 17:48:28.413054 > value = yield self.func(key)
  852. 2012-03-09 17:48:28.413087 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  853. 2012-03-09 17:48:28.413122 > result = result.throwExceptionIntoGenerator(g)
  854. 2012-03-09 17:48:28.413156 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  855. 2012-03-09 17:48:28.413190 > return g.throw(self.type, self.value, self.tb)
  856. 2012-03-09 17:48:28.413224 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  857. 2012-03-09 17:48:28.413259 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  858. 2012-03-09 17:48:28.413295 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  859. 2012-03-09 17:48:28.413330 > result = result.throwExceptionIntoGenerator(g)
  860. 2012-03-09 17:48:28.413364 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  861. 2012-03-09 17:48:28.413399 > return g.throw(self.type, self.value, self.tb)
  862. 2012-03-09 17:48:28.413433 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  863. 2012-03-09 17:48:28.413467 > raise Error(**resp['error'])
  864. 2012-03-09 17:48:28.413501 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  865. 2012-03-09 17:48:31.415101 > Error:
  866. 2012-03-09 17:48:31.415169 > Traceback (most recent call last):
  867. 2012-03-09 17:48:31.415206 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  868. 2012-03-09 17:48:31.415242 > current.result = callback(current.result, *args, **kw)
  869. 2012-03-09 17:48:31.415277 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  870. 2012-03-09 17:48:31.415312 > _inlineCallbacks(r, g, deferred)
  871. 2012-03-09 17:48:31.415347 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  872. 2012-03-09 17:48:31.415393 > result = result.throwExceptionIntoGenerator(g)
  873. 2012-03-09 17:48:31.415428 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  874. 2012-03-09 17:48:31.415463 > return g.throw(self.type, self.value, self.tb)
  875. 2012-03-09 17:48:31.415497 > --- <exception caught here> ---
  876. 2012-03-09 17:48:31.415540 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  877. 2012-03-09 17:48:31.415577 > result = yield func(*args, **kwargs)
  878. 2012-03-09 17:48:31.415612 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  879. 2012-03-09 17:48:31.415647 > result = result.throwExceptionIntoGenerator(g)
  880. 2012-03-09 17:48:31.415680 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  881. 2012-03-09 17:48:31.415715 > return g.throw(self.type, self.value, self.tb)
  882. 2012-03-09 17:48:31.415749 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  883. 2012-03-09 17:48:31.415783 > value = yield self.func(key)
  884. 2012-03-09 17:48:31.415817 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  885. 2012-03-09 17:48:31.415858 > result = result.throwExceptionIntoGenerator(g)
  886. 2012-03-09 17:48:31.415892 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  887. 2012-03-09 17:48:31.415927 > return g.throw(self.type, self.value, self.tb)
  888. 2012-03-09 17:48:31.415960 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  889. 2012-03-09 17:48:31.415995 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  890. 2012-03-09 17:48:31.416032 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  891. 2012-03-09 17:48:31.416067 > result = result.throwExceptionIntoGenerator(g)
  892. 2012-03-09 17:48:31.416101 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  893. 2012-03-09 17:48:31.416135 > return g.throw(self.type, self.value, self.tb)
  894. 2012-03-09 17:48:31.416169 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  895. 2012-03-09 17:48:31.416203 > raise Error(**resp['error'])
  896. 2012-03-09 17:48:31.416236 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  897. 2012-03-09 17:48:34.417862 > Error:
  898. 2012-03-09 17:48:34.417935 > Traceback (most recent call last):
  899. 2012-03-09 17:48:34.417973 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  900. 2012-03-09 17:48:34.418011 > current.result = callback(current.result, *args, **kw)
  901. 2012-03-09 17:48:34.418047 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  902. 2012-03-09 17:48:34.418084 > _inlineCallbacks(r, g, deferred)
  903. 2012-03-09 17:48:34.418119 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  904. 2012-03-09 17:48:34.418155 > result = result.throwExceptionIntoGenerator(g)
  905. 2012-03-09 17:48:34.418191 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  906. 2012-03-09 17:48:34.418227 > return g.throw(self.type, self.value, self.tb)
  907. 2012-03-09 17:48:34.418262 > --- <exception caught here> ---
  908. 2012-03-09 17:48:34.418298 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  909. 2012-03-09 17:48:34.418333 > result = yield func(*args, **kwargs)
  910. 2012-03-09 17:48:34.418369 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  911. 2012-03-09 17:48:34.418404 > result = result.throwExceptionIntoGenerator(g)
  912. 2012-03-09 17:48:34.418440 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  913. 2012-03-09 17:48:34.418489 > return g.throw(self.type, self.value, self.tb)
  914. 2012-03-09 17:48:34.418524 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  915. 2012-03-09 17:48:34.418570 > value = yield self.func(key)
  916. 2012-03-09 17:48:34.418604 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  917. 2012-03-09 17:48:34.418640 > result = result.throwExceptionIntoGenerator(g)
  918. 2012-03-09 17:48:34.418675 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  919. 2012-03-09 17:48:34.418710 > return g.throw(self.type, self.value, self.tb)
  920. 2012-03-09 17:48:34.418744 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  921. 2012-03-09 17:48:34.418780 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  922. 2012-03-09 17:48:34.418817 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  923. 2012-03-09 17:48:34.418861 > result = result.throwExceptionIntoGenerator(g)
  924. 2012-03-09 17:48:34.418896 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  925. 2012-03-09 17:48:34.418930 > return g.throw(self.type, self.value, self.tb)
  926. 2012-03-09 17:48:34.418965 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  927. 2012-03-09 17:48:34.418999 > raise Error(**resp['error'])
  928. 2012-03-09 17:48:34.419033 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  929. 2012-03-09 17:48:37.420653 > Error:
  930. 2012-03-09 17:48:37.420726 > Traceback (most recent call last):
  931. 2012-03-09 17:48:37.420762 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  932. 2012-03-09 17:48:37.420798 > current.result = callback(current.result, *args, **kw)
  933. 2012-03-09 17:48:37.420833 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  934. 2012-03-09 17:48:37.420868 > _inlineCallbacks(r, g, deferred)
  935. 2012-03-09 17:48:37.420902 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  936. 2012-03-09 17:48:37.420937 > result = result.throwExceptionIntoGenerator(g)
  937. 2012-03-09 17:48:37.420971 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  938. 2012-03-09 17:48:37.421006 > return g.throw(self.type, self.value, self.tb)
  939. 2012-03-09 17:48:37.421040 > --- <exception caught here> ---
  940. 2012-03-09 17:48:37.421073 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  941. 2012-03-09 17:48:37.421107 > result = yield func(*args, **kwargs)
  942. 2012-03-09 17:48:37.421141 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  943. 2012-03-09 17:48:37.421175 > result = result.throwExceptionIntoGenerator(g)
  944. 2012-03-09 17:48:37.421209 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  945. 2012-03-09 17:48:37.421243 > return g.throw(self.type, self.value, self.tb)
  946. 2012-03-09 17:48:37.421277 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  947. 2012-03-09 17:48:37.421310 > value = yield self.func(key)
  948. 2012-03-09 17:48:37.421344 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  949. 2012-03-09 17:48:37.421378 > result = result.throwExceptionIntoGenerator(g)
  950. 2012-03-09 17:48:37.421412 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  951. 2012-03-09 17:48:37.421446 > return g.throw(self.type, self.value, self.tb)
  952. 2012-03-09 17:48:37.421480 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  953. 2012-03-09 17:48:37.421525 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  954. 2012-03-09 17:48:37.421573 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  955. 2012-03-09 17:48:37.421608 > result = result.throwExceptionIntoGenerator(g)
  956. 2012-03-09 17:48:37.421642 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  957. 2012-03-09 17:48:37.421677 > return g.throw(self.type, self.value, self.tb)
  958. 2012-03-09 17:48:37.421711 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  959. 2012-03-09 17:48:37.421745 > raise Error(**resp['error'])
  960. 2012-03-09 17:48:37.421779 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  961. 2012-03-09 17:48:40.423432 > Error:
  962. 2012-03-09 17:48:40.423504 > Traceback (most recent call last):
  963. 2012-03-09 17:48:40.423547 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  964. 2012-03-09 17:48:40.423596 > current.result = callback(current.result, *args, **kw)
  965. 2012-03-09 17:48:40.423632 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  966. 2012-03-09 17:48:40.423667 > _inlineCallbacks(r, g, deferred)
  967. 2012-03-09 17:48:40.423702 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  968. 2012-03-09 17:48:40.423737 > result = result.throwExceptionIntoGenerator(g)
  969. 2012-03-09 17:48:40.423771 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  970. 2012-03-09 17:48:40.423806 > return g.throw(self.type, self.value, self.tb)
  971. 2012-03-09 17:48:40.423840 > --- <exception caught here> ---
  972. 2012-03-09 17:48:40.423874 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  973. 2012-03-09 17:48:40.423909 > result = yield func(*args, **kwargs)
  974. 2012-03-09 17:48:40.423943 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  975. 2012-03-09 17:48:40.423978 > result = result.throwExceptionIntoGenerator(g)
  976. 2012-03-09 17:48:40.424011 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  977. 2012-03-09 17:48:40.424046 > return g.throw(self.type, self.value, self.tb)
  978. 2012-03-09 17:48:40.424080 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  979. 2012-03-09 17:48:40.424113 > value = yield self.func(key)
  980. 2012-03-09 17:48:40.424147 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  981. 2012-03-09 17:48:40.424181 > result = result.throwExceptionIntoGenerator(g)
  982. 2012-03-09 17:48:40.424216 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  983. 2012-03-09 17:48:40.424250 > return g.throw(self.type, self.value, self.tb)
  984. 2012-03-09 17:48:40.424284 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  985. 2012-03-09 17:48:40.424318 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  986. 2012-03-09 17:48:40.424355 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  987. 2012-03-09 17:48:40.424390 > result = result.throwExceptionIntoGenerator(g)
  988. 2012-03-09 17:48:40.424423 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  989. 2012-03-09 17:48:40.424458 > return g.throw(self.type, self.value, self.tb)
  990. 2012-03-09 17:48:40.424491 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  991. 2012-03-09 17:48:40.424539 > raise Error(**resp['error'])
  992. 2012-03-09 17:48:40.424576 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  993. 2012-03-09 17:48:43.426176 > Error:
  994. 2012-03-09 17:48:43.426251 > Traceback (most recent call last):
  995. 2012-03-09 17:48:43.426288 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  996. 2012-03-09 17:48:43.426324 > current.result = callback(current.result, *args, **kw)
  997. 2012-03-09 17:48:43.426359 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  998. 2012-03-09 17:48:43.426394 > _inlineCallbacks(r, g, deferred)
  999. 2012-03-09 17:48:43.426429 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1000. 2012-03-09 17:48:43.426464 > result = result.throwExceptionIntoGenerator(g)
  1001. 2012-03-09 17:48:43.426499 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1002. 2012-03-09 17:48:43.426540 > return g.throw(self.type, self.value, self.tb)
  1003. 2012-03-09 17:48:43.426588 > --- <exception caught here> ---
  1004. 2012-03-09 17:48:43.426623 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1005. 2012-03-09 17:48:43.426657 > result = yield func(*args, **kwargs)
  1006. 2012-03-09 17:48:43.426691 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1007. 2012-03-09 17:48:43.426726 > result = result.throwExceptionIntoGenerator(g)
  1008. 2012-03-09 17:48:43.426760 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1009. 2012-03-09 17:48:43.426795 > return g.throw(self.type, self.value, self.tb)
  1010. 2012-03-09 17:48:43.426828 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1011. 2012-03-09 17:48:43.426862 > value = yield self.func(key)
  1012. 2012-03-09 17:48:43.426896 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1013. 2012-03-09 17:48:43.426930 > result = result.throwExceptionIntoGenerator(g)
  1014. 2012-03-09 17:48:43.426965 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1015. 2012-03-09 17:48:43.426999 > return g.throw(self.type, self.value, self.tb)
  1016. 2012-03-09 17:48:43.427033 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1017. 2012-03-09 17:48:43.427067 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1018. 2012-03-09 17:48:43.427104 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1019. 2012-03-09 17:48:43.427140 > result = result.throwExceptionIntoGenerator(g)
  1020. 2012-03-09 17:48:43.427174 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1021. 2012-03-09 17:48:43.427208 > return g.throw(self.type, self.value, self.tb)
  1022. 2012-03-09 17:48:43.427242 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1023. 2012-03-09 17:48:43.427276 > raise Error(**resp['error'])
  1024. 2012-03-09 17:48:43.427310 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1025. 2012-03-09 17:48:46.429011 > Error:
  1026. 2012-03-09 17:48:46.429083 > Traceback (most recent call last):
  1027. 2012-03-09 17:48:46.429120 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1028. 2012-03-09 17:48:46.429156 > current.result = callback(current.result, *args, **kw)
  1029. 2012-03-09 17:48:46.429191 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1030. 2012-03-09 17:48:46.429227 > _inlineCallbacks(r, g, deferred)
  1031. 2012-03-09 17:48:46.429261 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1032. 2012-03-09 17:48:46.429308 > result = result.throwExceptionIntoGenerator(g)
  1033. 2012-03-09 17:48:46.429343 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1034. 2012-03-09 17:48:46.429378 > return g.throw(self.type, self.value, self.tb)
  1035. 2012-03-09 17:48:46.429412 > --- <exception caught here> ---
  1036. 2012-03-09 17:48:46.429446 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1037. 2012-03-09 17:48:46.429480 > result = yield func(*args, **kwargs)
  1038. 2012-03-09 17:48:46.429515 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1039. 2012-03-09 17:48:46.429556 > result = result.throwExceptionIntoGenerator(g)
  1040. 2012-03-09 17:48:46.429592 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1041. 2012-03-09 17:48:46.429626 > return g.throw(self.type, self.value, self.tb)
  1042. 2012-03-09 17:48:46.429660 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1043. 2012-03-09 17:48:46.429694 > value = yield self.func(key)
  1044. 2012-03-09 17:48:46.429738 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1045. 2012-03-09 17:48:46.429774 > result = result.throwExceptionIntoGenerator(g)
  1046. 2012-03-09 17:48:46.429808 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1047. 2012-03-09 17:48:46.429843 > return g.throw(self.type, self.value, self.tb)
  1048. 2012-03-09 17:48:46.429877 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1049. 2012-03-09 17:48:46.429911 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1050. 2012-03-09 17:48:46.429948 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1051. 2012-03-09 17:48:46.429983 > result = result.throwExceptionIntoGenerator(g)
  1052. 2012-03-09 17:48:46.430017 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1053. 2012-03-09 17:48:46.430052 > return g.throw(self.type, self.value, self.tb)
  1054. 2012-03-09 17:48:46.430086 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1055. 2012-03-09 17:48:46.430120 > raise Error(**resp['error'])
  1056. 2012-03-09 17:48:46.430154 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1057. 2012-03-09 17:48:49.431844 > Error:
  1058. 2012-03-09 17:48:49.431918 > Traceback (most recent call last):
  1059. 2012-03-09 17:48:49.431955 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1060. 2012-03-09 17:48:49.431991 > current.result = callback(current.result, *args, **kw)
  1061. 2012-03-09 17:48:49.432026 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1062. 2012-03-09 17:48:49.432061 > _inlineCallbacks(r, g, deferred)
  1063. 2012-03-09 17:48:49.432095 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1064. 2012-03-09 17:48:49.432130 > result = result.throwExceptionIntoGenerator(g)
  1065. 2012-03-09 17:48:49.432164 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1066. 2012-03-09 17:48:49.432199 > return g.throw(self.type, self.value, self.tb)
  1067. 2012-03-09 17:48:49.432233 > --- <exception caught here> ---
  1068. 2012-03-09 17:48:49.432266 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1069. 2012-03-09 17:48:49.432300 > result = yield func(*args, **kwargs)
  1070. 2012-03-09 17:48:49.432334 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1071. 2012-03-09 17:48:49.432369 > result = result.throwExceptionIntoGenerator(g)
  1072. 2012-03-09 17:48:49.432411 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1073. 2012-03-09 17:48:49.432446 > return g.throw(self.type, self.value, self.tb)
  1074. 2012-03-09 17:48:49.432480 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1075. 2012-03-09 17:48:49.432514 > value = yield self.func(key)
  1076. 2012-03-09 17:48:49.432556 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1077. 2012-03-09 17:48:49.432592 > result = result.throwExceptionIntoGenerator(g)
  1078. 2012-03-09 17:48:49.432626 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1079. 2012-03-09 17:48:49.432661 > return g.throw(self.type, self.value, self.tb)
  1080. 2012-03-09 17:48:49.432695 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1081. 2012-03-09 17:48:49.432729 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1082. 2012-03-09 17:48:49.432773 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1083. 2012-03-09 17:48:49.432809 > result = result.throwExceptionIntoGenerator(g)
  1084. 2012-03-09 17:48:49.432843 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1085. 2012-03-09 17:48:49.432878 > return g.throw(self.type, self.value, self.tb)
  1086. 2012-03-09 17:48:49.432912 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1087. 2012-03-09 17:48:49.432945 > raise Error(**resp['error'])
  1088. 2012-03-09 17:48:49.432979 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1089. 2012-03-09 17:48:52.434592 > Error:
  1090. 2012-03-09 17:48:52.434663 > Traceback (most recent call last):
  1091. 2012-03-09 17:48:52.434701 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1092. 2012-03-09 17:48:52.434737 > current.result = callback(current.result, *args, **kw)
  1093. 2012-03-09 17:48:52.434773 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1094. 2012-03-09 17:48:52.434808 > _inlineCallbacks(r, g, deferred)
  1095. 2012-03-09 17:48:52.434843 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1096. 2012-03-09 17:48:52.434878 > result = result.throwExceptionIntoGenerator(g)
  1097. 2012-03-09 17:48:52.434912 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1098. 2012-03-09 17:48:52.434947 > return g.throw(self.type, self.value, self.tb)
  1099. 2012-03-09 17:48:52.434982 > --- <exception caught here> ---
  1100. 2012-03-09 17:48:52.435016 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1101. 2012-03-09 17:48:52.435050 > result = yield func(*args, **kwargs)
  1102. 2012-03-09 17:48:52.435084 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1103. 2012-03-09 17:48:52.435119 > result = result.throwExceptionIntoGenerator(g)
  1104. 2012-03-09 17:48:52.435153 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1105. 2012-03-09 17:48:52.435188 > return g.throw(self.type, self.value, self.tb)
  1106. 2012-03-09 17:48:52.435223 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1107. 2012-03-09 17:48:52.435257 > value = yield self.func(key)
  1108. 2012-03-09 17:48:52.435291 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1109. 2012-03-09 17:48:52.435325 > result = result.throwExceptionIntoGenerator(g)
  1110. 2012-03-09 17:48:52.435360 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1111. 2012-03-09 17:48:52.435404 > return g.throw(self.type, self.value, self.tb)
  1112. 2012-03-09 17:48:52.435439 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1113. 2012-03-09 17:48:52.435473 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1114. 2012-03-09 17:48:52.435511 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1115. 2012-03-09 17:48:52.435555 > result = result.throwExceptionIntoGenerator(g)
  1116. 2012-03-09 17:48:52.435591 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1117. 2012-03-09 17:48:52.435626 > return g.throw(self.type, self.value, self.tb)
  1118. 2012-03-09 17:48:52.435660 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1119. 2012-03-09 17:48:52.435694 > raise Error(**resp['error'])
  1120. 2012-03-09 17:48:52.435728 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1121. 2012-03-09 17:48:55.437362 > Error:
  1122. 2012-03-09 17:48:55.437433 > Traceback (most recent call last):
  1123. 2012-03-09 17:48:55.437470 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1124. 2012-03-09 17:48:55.437506 > current.result = callback(current.result, *args, **kw)
  1125. 2012-03-09 17:48:55.437548 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1126. 2012-03-09 17:48:55.437585 > _inlineCallbacks(r, g, deferred)
  1127. 2012-03-09 17:48:55.437620 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1128. 2012-03-09 17:48:55.437655 > result = result.throwExceptionIntoGenerator(g)
  1129. 2012-03-09 17:48:55.437690 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1130. 2012-03-09 17:48:55.437725 > return g.throw(self.type, self.value, self.tb)
  1131. 2012-03-09 17:48:55.437759 > --- <exception caught here> ---
  1132. 2012-03-09 17:48:55.437793 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1133. 2012-03-09 17:48:55.437827 > result = yield func(*args, **kwargs)
  1134. 2012-03-09 17:48:55.437862 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1135. 2012-03-09 17:48:55.437896 > result = result.throwExceptionIntoGenerator(g)
  1136. 2012-03-09 17:48:55.437930 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1137. 2012-03-09 17:48:55.437964 > return g.throw(self.type, self.value, self.tb)
  1138. 2012-03-09 17:48:55.437998 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1139. 2012-03-09 17:48:55.438032 > value = yield self.func(key)
  1140. 2012-03-09 17:48:55.438065 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1141. 2012-03-09 17:48:55.438099 > result = result.throwExceptionIntoGenerator(g)
  1142. 2012-03-09 17:48:55.438133 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1143. 2012-03-09 17:48:55.438168 > return g.throw(self.type, self.value, self.tb)
  1144. 2012-03-09 17:48:55.438202 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1145. 2012-03-09 17:48:55.438237 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1146. 2012-03-09 17:48:55.438274 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1147. 2012-03-09 17:48:55.438309 > result = result.throwExceptionIntoGenerator(g)
  1148. 2012-03-09 17:48:55.438343 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1149. 2012-03-09 17:48:55.438378 > return g.throw(self.type, self.value, self.tb)
  1150. 2012-03-09 17:48:55.438421 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1151. 2012-03-09 17:48:55.438456 > raise Error(**resp['error'])
  1152. 2012-03-09 17:48:55.438490 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1153. 2012-03-09 17:48:58.440110 > Error:
  1154. 2012-03-09 17:48:58.440183 > Traceback (most recent call last):
  1155. 2012-03-09 17:48:58.440220 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1156. 2012-03-09 17:48:58.440257 > current.result = callback(current.result, *args, **kw)
  1157. 2012-03-09 17:48:58.440292 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1158. 2012-03-09 17:48:58.440327 > _inlineCallbacks(r, g, deferred)
  1159. 2012-03-09 17:48:58.440361 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1160. 2012-03-09 17:48:58.440396 > result = result.throwExceptionIntoGenerator(g)
  1161. 2012-03-09 17:48:58.440430 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1162. 2012-03-09 17:48:58.440477 > return g.throw(self.type, self.value, self.tb)
  1163. 2012-03-09 17:48:58.440511 > --- <exception caught here> ---
  1164. 2012-03-09 17:48:58.440552 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1165. 2012-03-09 17:48:58.440588 > result = yield func(*args, **kwargs)
  1166. 2012-03-09 17:48:58.440623 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1167. 2012-03-09 17:48:58.440657 > result = result.throwExceptionIntoGenerator(g)
  1168. 2012-03-09 17:48:58.440692 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1169. 2012-03-09 17:48:58.440726 > return g.throw(self.type, self.value, self.tb)
  1170. 2012-03-09 17:48:58.440760 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1171. 2012-03-09 17:48:58.440794 > value = yield self.func(key)
  1172. 2012-03-09 17:48:58.440829 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1173. 2012-03-09 17:48:58.440863 > result = result.throwExceptionIntoGenerator(g)
  1174. 2012-03-09 17:48:58.440897 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1175. 2012-03-09 17:48:58.440931 > return g.throw(self.type, self.value, self.tb)
  1176. 2012-03-09 17:48:58.440966 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1177. 2012-03-09 17:48:58.441000 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1178. 2012-03-09 17:48:58.441037 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1179. 2012-03-09 17:48:58.441072 > result = result.throwExceptionIntoGenerator(g)
  1180. 2012-03-09 17:48:58.441106 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1181. 2012-03-09 17:48:58.441140 > return g.throw(self.type, self.value, self.tb)
  1182. 2012-03-09 17:48:58.441174 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1183. 2012-03-09 17:48:58.441208 > raise Error(**resp['error'])
  1184. 2012-03-09 17:48:58.441242 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1185. 2012-03-09 17:49:01.443296 > Error:
  1186. 2012-03-09 17:49:01.443368 > Traceback (most recent call last):
  1187. 2012-03-09 17:49:01.443405 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1188. 2012-03-09 17:49:01.443441 > current.result = callback(current.result, *args, **kw)
  1189. 2012-03-09 17:49:01.443476 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1190. 2012-03-09 17:49:01.443522 > _inlineCallbacks(r, g, deferred)
  1191. 2012-03-09 17:49:01.443568 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1192. 2012-03-09 17:49:01.443603 > result = result.throwExceptionIntoGenerator(g)
  1193. 2012-03-09 17:49:01.443638 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1194. 2012-03-09 17:49:01.443673 > return g.throw(self.type, self.value, self.tb)
  1195. 2012-03-09 17:49:01.443707 > --- <exception caught here> ---
  1196. 2012-03-09 17:49:01.443741 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1197. 2012-03-09 17:49:01.443775 > result = yield func(*args, **kwargs)
  1198. 2012-03-09 17:49:01.443810 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1199. 2012-03-09 17:49:01.443844 > result = result.throwExceptionIntoGenerator(g)
  1200. 2012-03-09 17:49:01.443878 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1201. 2012-03-09 17:49:01.443913 > return g.throw(self.type, self.value, self.tb)
  1202. 2012-03-09 17:49:01.443947 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1203. 2012-03-09 17:49:01.443988 > value = yield self.func(key)
  1204. 2012-03-09 17:49:01.444022 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1205. 2012-03-09 17:49:01.444057 > result = result.throwExceptionIntoGenerator(g)
  1206. 2012-03-09 17:49:01.444091 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1207. 2012-03-09 17:49:01.444125 > return g.throw(self.type, self.value, self.tb)
  1208. 2012-03-09 17:49:01.444159 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1209. 2012-03-09 17:49:01.444194 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1210. 2012-03-09 17:49:01.444231 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1211. 2012-03-09 17:49:01.444265 > result = result.throwExceptionIntoGenerator(g)
  1212. 2012-03-09 17:49:01.444299 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1213. 2012-03-09 17:49:01.444334 > return g.throw(self.type, self.value, self.tb)
  1214. 2012-03-09 17:49:01.444368 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1215. 2012-03-09 17:49:01.444402 > raise Error(**resp['error'])
  1216. 2012-03-09 17:49:01.444435 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1217. 2012-03-09 17:49:04.446089 > Error:
  1218. 2012-03-09 17:49:04.446161 > Traceback (most recent call last):
  1219. 2012-03-09 17:49:04.446197 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1220. 2012-03-09 17:49:04.446234 > current.result = callback(current.result, *args, **kw)
  1221. 2012-03-09 17:49:04.446268 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1222. 2012-03-09 17:49:04.446304 > _inlineCallbacks(r, g, deferred)
  1223. 2012-03-09 17:49:04.446339 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1224. 2012-03-09 17:49:04.446374 > result = result.throwExceptionIntoGenerator(g)
  1225. 2012-03-09 17:49:04.446408 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1226. 2012-03-09 17:49:04.446443 > return g.throw(self.type, self.value, self.tb)
  1227. 2012-03-09 17:49:04.446477 > --- <exception caught here> ---
  1228. 2012-03-09 17:49:04.446511 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1229. 2012-03-09 17:49:04.446552 > result = yield func(*args, **kwargs)
  1230. 2012-03-09 17:49:04.446588 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1231. 2012-03-09 17:49:04.446630 > result = result.throwExceptionIntoGenerator(g)
  1232. 2012-03-09 17:49:04.446665 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1233. 2012-03-09 17:49:04.446699 > return g.throw(self.type, self.value, self.tb)
  1234. 2012-03-09 17:49:04.446733 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1235. 2012-03-09 17:49:04.446767 > value = yield self.func(key)
  1236. 2012-03-09 17:49:04.446801 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1237. 2012-03-09 17:49:04.446835 > result = result.throwExceptionIntoGenerator(g)
  1238. 2012-03-09 17:49:04.446869 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1239. 2012-03-09 17:49:04.446903 > return g.throw(self.type, self.value, self.tb)
  1240. 2012-03-09 17:49:04.446937 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1241. 2012-03-09 17:49:04.446971 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1242. 2012-03-09 17:49:04.447015 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1243. 2012-03-09 17:49:04.447049 > result = result.throwExceptionIntoGenerator(g)
  1244. 2012-03-09 17:49:04.447083 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1245. 2012-03-09 17:49:04.447118 > return g.throw(self.type, self.value, self.tb)
  1246. 2012-03-09 17:49:04.447151 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1247. 2012-03-09 17:49:04.447185 > raise Error(**resp['error'])
  1248. 2012-03-09 17:49:04.447218 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1249. 2012-03-09 17:49:07.448847 > Error:
  1250. 2012-03-09 17:49:07.448919 > Traceback (most recent call last):
  1251. 2012-03-09 17:49:07.448956 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1252. 2012-03-09 17:49:07.448991 > current.result = callback(current.result, *args, **kw)
  1253. 2012-03-09 17:49:07.449026 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1254. 2012-03-09 17:49:07.449061 > _inlineCallbacks(r, g, deferred)
  1255. 2012-03-09 17:49:07.449095 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1256. 2012-03-09 17:49:07.449130 > result = result.throwExceptionIntoGenerator(g)
  1257. 2012-03-09 17:49:07.449163 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1258. 2012-03-09 17:49:07.449199 > return g.throw(self.type, self.value, self.tb)
  1259. 2012-03-09 17:49:07.449232 > --- <exception caught here> ---
  1260. 2012-03-09 17:49:07.449266 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1261. 2012-03-09 17:49:07.449300 > result = yield func(*args, **kwargs)
  1262. 2012-03-09 17:49:07.449334 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1263. 2012-03-09 17:49:07.449369 > result = result.throwExceptionIntoGenerator(g)
  1264. 2012-03-09 17:49:07.449403 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1265. 2012-03-09 17:49:07.449438 > return g.throw(self.type, self.value, self.tb)
  1266. 2012-03-09 17:49:07.449471 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1267. 2012-03-09 17:49:07.449506 > value = yield self.func(key)
  1268. 2012-03-09 17:49:07.449550 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1269. 2012-03-09 17:49:07.449587 > result = result.throwExceptionIntoGenerator(g)
  1270. 2012-03-09 17:49:07.449621 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1271. 2012-03-09 17:49:07.449667 > return g.throw(self.type, self.value, self.tb)
  1272. 2012-03-09 17:49:07.449701 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1273. 2012-03-09 17:49:07.449736 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1274. 2012-03-09 17:49:07.449774 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1275. 2012-03-09 17:49:07.449808 > result = result.throwExceptionIntoGenerator(g)
  1276. 2012-03-09 17:49:07.449842 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1277. 2012-03-09 17:49:07.449877 > return g.throw(self.type, self.value, self.tb)
  1278. 2012-03-09 17:49:07.449910 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1279. 2012-03-09 17:49:07.449945 > raise Error(**resp['error'])
  1280. 2012-03-09 17:49:07.449979 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1281. 2012-03-09 17:49:10.451624 > Error:
  1282. 2012-03-09 17:49:10.451699 > Traceback (most recent call last):
  1283. 2012-03-09 17:49:10.451737 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1284. 2012-03-09 17:49:10.451775 > current.result = callback(current.result, *args, **kw)
  1285. 2012-03-09 17:49:10.451811 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1286. 2012-03-09 17:49:10.451848 > _inlineCallbacks(r, g, deferred)
  1287. 2012-03-09 17:49:10.451884 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1288. 2012-03-09 17:49:10.451920 > result = result.throwExceptionIntoGenerator(g)
  1289. 2012-03-09 17:49:10.451956 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1290. 2012-03-09 17:49:10.451992 > return g.throw(self.type, self.value, self.tb)
  1291. 2012-03-09 17:49:10.452028 > --- <exception caught here> ---
  1292. 2012-03-09 17:49:10.452064 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1293. 2012-03-09 17:49:10.452100 > result = yield func(*args, **kwargs)
  1294. 2012-03-09 17:49:10.452135 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1295. 2012-03-09 17:49:10.452171 > result = result.throwExceptionIntoGenerator(g)
  1296. 2012-03-09 17:49:10.452206 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1297. 2012-03-09 17:49:10.452243 > return g.throw(self.type, self.value, self.tb)
  1298. 2012-03-09 17:49:10.452278 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1299. 2012-03-09 17:49:10.452313 > value = yield self.func(key)
  1300. 2012-03-09 17:49:10.452349 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1301. 2012-03-09 17:49:10.452385 > result = result.throwExceptionIntoGenerator(g)
  1302. 2012-03-09 17:49:10.452420 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1303. 2012-03-09 17:49:10.452456 > return g.throw(self.type, self.value, self.tb)
  1304. 2012-03-09 17:49:10.452491 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1305. 2012-03-09 17:49:10.452527 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1306. 2012-03-09 17:49:10.452575 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1307. 2012-03-09 17:49:10.452611 > result = result.throwExceptionIntoGenerator(g)
  1308. 2012-03-09 17:49:10.452647 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1309. 2012-03-09 17:49:10.452696 > return g.throw(self.type, self.value, self.tb)
  1310. 2012-03-09 17:49:10.452731 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1311. 2012-03-09 17:49:10.452766 > raise Error(**resp['error'])
  1312. 2012-03-09 17:49:10.452801 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1313. 2012-03-09 17:49:13.454485 > Error:
  1314. 2012-03-09 17:49:13.454570 > Traceback (most recent call last):
  1315. 2012-03-09 17:49:13.454609 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1316. 2012-03-09 17:49:13.454646 > current.result = callback(current.result, *args, **kw)
  1317. 2012-03-09 17:49:13.454682 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1318. 2012-03-09 17:49:13.454717 > _inlineCallbacks(r, g, deferred)
  1319. 2012-03-09 17:49:13.454752 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1320. 2012-03-09 17:49:13.454787 > result = result.throwExceptionIntoGenerator(g)
  1321. 2012-03-09 17:49:13.454835 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1322. 2012-03-09 17:49:13.454871 > return g.throw(self.type, self.value, self.tb)
  1323. 2012-03-09 17:49:13.454904 > --- <exception caught here> ---
  1324. 2012-03-09 17:49:13.454938 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1325. 2012-03-09 17:49:13.454972 > result = yield func(*args, **kwargs)
  1326. 2012-03-09 17:49:13.455007 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1327. 2012-03-09 17:49:13.455041 > result = result.throwExceptionIntoGenerator(g)
  1328. 2012-03-09 17:49:13.455075 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1329. 2012-03-09 17:49:13.455109 > return g.throw(self.type, self.value, self.tb)
  1330. 2012-03-09 17:49:13.455143 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1331. 2012-03-09 17:49:13.455176 > value = yield self.func(key)
  1332. 2012-03-09 17:49:13.455210 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1333. 2012-03-09 17:49:13.455245 > result = result.throwExceptionIntoGenerator(g)
  1334. 2012-03-09 17:49:13.455278 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1335. 2012-03-09 17:49:13.455313 > return g.throw(self.type, self.value, self.tb)
  1336. 2012-03-09 17:49:13.455346 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1337. 2012-03-09 17:49:13.455380 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1338. 2012-03-09 17:49:13.455417 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1339. 2012-03-09 17:49:13.455451 > result = result.throwExceptionIntoGenerator(g)
  1340. 2012-03-09 17:49:13.455485 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1341. 2012-03-09 17:49:13.455519 > return g.throw(self.type, self.value, self.tb)
  1342. 2012-03-09 17:49:13.455561 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1343. 2012-03-09 17:49:13.455595 > raise Error(**resp['error'])
  1344. 2012-03-09 17:49:13.455629 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1345. 2012-03-09 17:49:16.457253 > Error:
  1346. 2012-03-09 17:49:16.457322 > Traceback (most recent call last):
  1347. 2012-03-09 17:49:16.457359 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1348. 2012-03-09 17:49:16.457394 > current.result = callback(current.result, *args, **kw)
  1349. 2012-03-09 17:49:16.457441 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1350. 2012-03-09 17:49:16.457476 > _inlineCallbacks(r, g, deferred)
  1351. 2012-03-09 17:49:16.457511 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1352. 2012-03-09 17:49:16.457553 > result = result.throwExceptionIntoGenerator(g)
  1353. 2012-03-09 17:49:16.457588 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1354. 2012-03-09 17:49:16.457623 > return g.throw(self.type, self.value, self.tb)
  1355. 2012-03-09 17:49:16.457657 > --- <exception caught here> ---
  1356. 2012-03-09 17:49:16.457691 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1357. 2012-03-09 17:49:16.457725 > result = yield func(*args, **kwargs)
  1358. 2012-03-09 17:49:16.457759 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1359. 2012-03-09 17:49:16.457794 > result = result.throwExceptionIntoGenerator(g)
  1360. 2012-03-09 17:49:16.457828 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1361. 2012-03-09 17:49:16.457870 > return g.throw(self.type, self.value, self.tb)
  1362. 2012-03-09 17:49:16.457904 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1363. 2012-03-09 17:49:16.457938 > value = yield self.func(key)
  1364. 2012-03-09 17:49:16.457972 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1365. 2012-03-09 17:49:16.458006 > result = result.throwExceptionIntoGenerator(g)
  1366. 2012-03-09 17:49:16.458040 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1367. 2012-03-09 17:49:16.458075 > return g.throw(self.type, self.value, self.tb)
  1368. 2012-03-09 17:49:16.458109 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1369. 2012-03-09 17:49:16.458143 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1370. 2012-03-09 17:49:16.458180 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1371. 2012-03-09 17:49:16.458215 > result = result.throwExceptionIntoGenerator(g)
  1372. 2012-03-09 17:49:16.458249 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1373. 2012-03-09 17:49:16.458284 > return g.throw(self.type, self.value, self.tb)
  1374. 2012-03-09 17:49:16.458318 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1375. 2012-03-09 17:49:16.458352 > raise Error(**resp['error'])
  1376. 2012-03-09 17:49:16.458386 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1377. 2012-03-09 17:49:19.460035 > Error:
  1378. 2012-03-09 17:49:19.460109 > Traceback (most recent call last):
  1379. 2012-03-09 17:49:19.460146 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1380. 2012-03-09 17:49:19.460183 > current.result = callback(current.result, *args, **kw)
  1381. 2012-03-09 17:49:19.460217 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1382. 2012-03-09 17:49:19.460252 > _inlineCallbacks(r, g, deferred)
  1383. 2012-03-09 17:49:19.460286 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1384. 2012-03-09 17:49:19.460321 > result = result.throwExceptionIntoGenerator(g)
  1385. 2012-03-09 17:49:19.460355 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1386. 2012-03-09 17:49:19.460390 > return g.throw(self.type, self.value, self.tb)
  1387. 2012-03-09 17:49:19.460424 > --- <exception caught here> ---
  1388. 2012-03-09 17:49:19.460459 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1389. 2012-03-09 17:49:19.460504 > result = yield func(*args, **kwargs)
  1390. 2012-03-09 17:49:19.460544 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1391. 2012-03-09 17:49:19.460581 > result = result.throwExceptionIntoGenerator(g)
  1392. 2012-03-09 17:49:19.460615 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1393. 2012-03-09 17:49:19.460650 > return g.throw(self.type, self.value, self.tb)
  1394. 2012-03-09 17:49:19.460684 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1395. 2012-03-09 17:49:19.460719 > value = yield self.func(key)
  1396. 2012-03-09 17:49:19.460753 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1397. 2012-03-09 17:49:19.460787 > result = result.throwExceptionIntoGenerator(g)
  1398. 2012-03-09 17:49:19.460821 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1399. 2012-03-09 17:49:19.460856 > return g.throw(self.type, self.value, self.tb)
  1400. 2012-03-09 17:49:19.460890 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1401. 2012-03-09 17:49:19.460932 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1402. 2012-03-09 17:49:19.460970 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1403. 2012-03-09 17:49:19.461005 > result = result.throwExceptionIntoGenerator(g)
  1404. 2012-03-09 17:49:19.461039 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1405. 2012-03-09 17:49:19.461074 > return g.throw(self.type, self.value, self.tb)
  1406. 2012-03-09 17:49:19.461108 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1407. 2012-03-09 17:49:19.461143 > raise Error(**resp['error'])
  1408. 2012-03-09 17:49:19.461177 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1409. 2012-03-09 17:49:22.462833 > Error:
  1410. 2012-03-09 17:49:22.462905 > Traceback (most recent call last):
  1411. 2012-03-09 17:49:22.462941 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1412. 2012-03-09 17:49:22.462977 > current.result = callback(current.result, *args, **kw)
  1413. 2012-03-09 17:49:22.463012 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1414. 2012-03-09 17:49:22.463048 > _inlineCallbacks(r, g, deferred)
  1415. 2012-03-09 17:49:22.463082 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1416. 2012-03-09 17:49:22.463117 > result = result.throwExceptionIntoGenerator(g)
  1417. 2012-03-09 17:49:22.463152 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1418. 2012-03-09 17:49:22.463187 > return g.throw(self.type, self.value, self.tb)
  1419. 2012-03-09 17:49:22.463221 > --- <exception caught here> ---
  1420. 2012-03-09 17:49:22.463255 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1421. 2012-03-09 17:49:22.463290 > result = yield func(*args, **kwargs)
  1422. 2012-03-09 17:49:22.463325 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1423. 2012-03-09 17:49:22.463359 > result = result.throwExceptionIntoGenerator(g)
  1424. 2012-03-09 17:49:22.463394 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1425. 2012-03-09 17:49:22.463428 > return g.throw(self.type, self.value, self.tb)
  1426. 2012-03-09 17:49:22.463462 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1427. 2012-03-09 17:49:22.463496 > value = yield self.func(key)
  1428. 2012-03-09 17:49:22.463539 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1429. 2012-03-09 17:49:22.463587 > result = result.throwExceptionIntoGenerator(g)
  1430. 2012-03-09 17:49:22.463621 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1431. 2012-03-09 17:49:22.463656 > return g.throw(self.type, self.value, self.tb)
  1432. 2012-03-09 17:49:22.463690 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1433. 2012-03-09 17:49:22.463725 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1434. 2012-03-09 17:49:22.463763 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1435. 2012-03-09 17:49:22.463798 > result = result.throwExceptionIntoGenerator(g)
  1436. 2012-03-09 17:49:22.463831 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1437. 2012-03-09 17:49:22.463866 > return g.throw(self.type, self.value, self.tb)
  1438. 2012-03-09 17:49:22.463900 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1439. 2012-03-09 17:49:22.463933 > raise Error(**resp['error'])
  1440. 2012-03-09 17:49:22.463974 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1441. 2012-03-09 17:49:25.465565 > Error:
  1442. 2012-03-09 17:49:25.465638 > Traceback (most recent call last):
  1443. 2012-03-09 17:49:25.465675 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1444. 2012-03-09 17:49:25.465710 > current.result = callback(current.result, *args, **kw)
  1445. 2012-03-09 17:49:25.465746 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1446. 2012-03-09 17:49:25.465781 > _inlineCallbacks(r, g, deferred)
  1447. 2012-03-09 17:49:25.465815 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1448. 2012-03-09 17:49:25.465850 > result = result.throwExceptionIntoGenerator(g)
  1449. 2012-03-09 17:49:25.465884 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1450. 2012-03-09 17:49:25.465919 > return g.throw(self.type, self.value, self.tb)
  1451. 2012-03-09 17:49:25.465953 > --- <exception caught here> ---
  1452. 2012-03-09 17:49:25.465986 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1453. 2012-03-09 17:49:25.466020 > result = yield func(*args, **kwargs)
  1454. 2012-03-09 17:49:25.466055 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1455. 2012-03-09 17:49:25.466089 > result = result.throwExceptionIntoGenerator(g)
  1456. 2012-03-09 17:49:25.466123 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1457. 2012-03-09 17:49:25.466158 > return g.throw(self.type, self.value, self.tb)
  1458. 2012-03-09 17:49:25.466191 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1459. 2012-03-09 17:49:25.466225 > value = yield self.func(key)
  1460. 2012-03-09 17:49:25.466259 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1461. 2012-03-09 17:49:25.466293 > result = result.throwExceptionIntoGenerator(g)
  1462. 2012-03-09 17:49:25.466327 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1463. 2012-03-09 17:49:25.466362 > return g.throw(self.type, self.value, self.tb)
  1464. 2012-03-09 17:49:25.466395 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1465. 2012-03-09 17:49:25.466429 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1466. 2012-03-09 17:49:25.466466 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1467. 2012-03-09 17:49:25.466511 > result = result.throwExceptionIntoGenerator(g)
  1468. 2012-03-09 17:49:25.466554 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1469. 2012-03-09 17:49:25.466591 > return g.throw(self.type, self.value, self.tb)
  1470. 2012-03-09 17:49:25.466625 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1471. 2012-03-09 17:49:25.466658 > raise Error(**resp['error'])
  1472. 2012-03-09 17:49:25.466692 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1473. 2012-03-09 17:49:28.468298 > Error:
  1474. 2012-03-09 17:49:28.468369 > Traceback (most recent call last):
  1475. 2012-03-09 17:49:28.468405 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1476. 2012-03-09 17:49:28.468441 > current.result = callback(current.result, *args, **kw)
  1477. 2012-03-09 17:49:28.468476 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1478. 2012-03-09 17:49:28.468511 > _inlineCallbacks(r, g, deferred)
  1479. 2012-03-09 17:49:28.468552 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1480. 2012-03-09 17:49:28.468599 > result = result.throwExceptionIntoGenerator(g)
  1481. 2012-03-09 17:49:28.468633 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1482. 2012-03-09 17:49:28.468668 > return g.throw(self.type, self.value, self.tb)
  1483. 2012-03-09 17:49:28.468702 > --- <exception caught here> ---
  1484. 2012-03-09 17:49:28.468736 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1485. 2012-03-09 17:49:28.468770 > result = yield func(*args, **kwargs)
  1486. 2012-03-09 17:49:28.468804 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1487. 2012-03-09 17:49:28.468838 > result = result.throwExceptionIntoGenerator(g)
  1488. 2012-03-09 17:49:28.468871 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1489. 2012-03-09 17:49:28.468906 > return g.throw(self.type, self.value, self.tb)
  1490. 2012-03-09 17:49:28.468939 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1491. 2012-03-09 17:49:28.468973 > value = yield self.func(key)
  1492. 2012-03-09 17:49:28.469006 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1493. 2012-03-09 17:49:28.469041 > result = result.throwExceptionIntoGenerator(g)
  1494. 2012-03-09 17:49:28.469075 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1495. 2012-03-09 17:49:28.469110 > return g.throw(self.type, self.value, self.tb)
  1496. 2012-03-09 17:49:28.469143 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1497. 2012-03-09 17:49:28.469178 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1498. 2012-03-09 17:49:28.469215 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1499. 2012-03-09 17:49:28.469250 > result = result.throwExceptionIntoGenerator(g)
  1500. 2012-03-09 17:49:28.469283 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1501. 2012-03-09 17:49:28.469318 > return g.throw(self.type, self.value, self.tb)
  1502. 2012-03-09 17:49:28.469351 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1503. 2012-03-09 17:49:28.469384 > raise Error(**resp['error'])
  1504. 2012-03-09 17:49:28.469418 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1505. 2012-03-09 17:49:31.471035 > Error:
  1506. 2012-03-09 17:49:31.471105 > Traceback (most recent call last):
  1507. 2012-03-09 17:49:31.471141 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1508. 2012-03-09 17:49:31.471187 > current.result = callback(current.result, *args, **kw)
  1509. 2012-03-09 17:49:31.471222 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1510. 2012-03-09 17:49:31.471258 > _inlineCallbacks(r, g, deferred)
  1511. 2012-03-09 17:49:31.471292 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1512. 2012-03-09 17:49:31.471328 > result = result.throwExceptionIntoGenerator(g)
  1513. 2012-03-09 17:49:31.471362 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1514. 2012-03-09 17:49:31.471397 > return g.throw(self.type, self.value, self.tb)
  1515. 2012-03-09 17:49:31.471431 > --- <exception caught here> ---
  1516. 2012-03-09 17:49:31.471464 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1517. 2012-03-09 17:49:31.471498 > result = yield func(*args, **kwargs)
  1518. 2012-03-09 17:49:31.471538 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1519. 2012-03-09 17:49:31.471576 > result = result.throwExceptionIntoGenerator(g)
  1520. 2012-03-09 17:49:31.471616 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1521. 2012-03-09 17:49:31.471652 > return g.throw(self.type, self.value, self.tb)
  1522. 2012-03-09 17:49:31.471686 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1523. 2012-03-09 17:49:31.471720 > value = yield self.func(key)
  1524. 2012-03-09 17:49:31.471753 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1525. 2012-03-09 17:49:31.471787 > result = result.throwExceptionIntoGenerator(g)
  1526. 2012-03-09 17:49:31.471821 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1527. 2012-03-09 17:49:31.471856 > return g.throw(self.type, self.value, self.tb)
  1528. 2012-03-09 17:49:31.471890 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1529. 2012-03-09 17:49:31.471925 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1530. 2012-03-09 17:49:31.471962 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1531. 2012-03-09 17:49:31.471998 > result = result.throwExceptionIntoGenerator(g)
  1532. 2012-03-09 17:49:31.472031 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1533. 2012-03-09 17:49:31.472066 > return g.throw(self.type, self.value, self.tb)
  1534. 2012-03-09 17:49:31.472100 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1535. 2012-03-09 17:49:31.472134 > raise Error(**resp['error'])
  1536. 2012-03-09 17:49:31.472167 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1537. 2012-03-09 17:49:34.473854 > Error:
  1538. 2012-03-09 17:49:34.473928 > Traceback (most recent call last):
  1539. 2012-03-09 17:49:34.473965 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1540. 2012-03-09 17:49:34.474001 > current.result = callback(current.result, *args, **kw)
  1541. 2012-03-09 17:49:34.474036 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1542. 2012-03-09 17:49:34.474072 > _inlineCallbacks(r, g, deferred)
  1543. 2012-03-09 17:49:34.474106 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1544. 2012-03-09 17:49:34.474142 > result = result.throwExceptionIntoGenerator(g)
  1545. 2012-03-09 17:49:34.474176 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1546. 2012-03-09 17:49:34.474212 > return g.throw(self.type, self.value, self.tb)
  1547. 2012-03-09 17:49:34.474246 > --- <exception caught here> ---
  1548. 2012-03-09 17:49:34.474289 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1549. 2012-03-09 17:49:34.474324 > result = yield func(*args, **kwargs)
  1550. 2012-03-09 17:49:34.474358 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1551. 2012-03-09 17:49:34.474393 > result = result.throwExceptionIntoGenerator(g)
  1552. 2012-03-09 17:49:34.474427 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1553. 2012-03-09 17:49:34.474462 > return g.throw(self.type, self.value, self.tb)
  1554. 2012-03-09 17:49:34.474496 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1555. 2012-03-09 17:49:34.474529 > value = yield self.func(key)
  1556. 2012-03-09 17:49:34.474573 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1557. 2012-03-09 17:49:34.474608 > result = result.throwExceptionIntoGenerator(g)
  1558. 2012-03-09 17:49:34.474641 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1559. 2012-03-09 17:49:34.474677 > return g.throw(self.type, self.value, self.tb)
  1560. 2012-03-09 17:49:34.474718 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1561. 2012-03-09 17:49:34.474753 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1562. 2012-03-09 17:49:34.474791 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1563. 2012-03-09 17:49:34.474826 > result = result.throwExceptionIntoGenerator(g)
  1564. 2012-03-09 17:49:34.474860 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1565. 2012-03-09 17:49:34.474895 > return g.throw(self.type, self.value, self.tb)
  1566. 2012-03-09 17:49:34.474929 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1567. 2012-03-09 17:49:34.474962 > raise Error(**resp['error'])
  1568. 2012-03-09 17:49:34.474996 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1569. 2012-03-09 17:49:37.476614 > Error:
  1570. 2012-03-09 17:49:37.476687 > Traceback (most recent call last):
  1571. 2012-03-09 17:49:37.476724 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1572. 2012-03-09 17:49:37.476759 > current.result = callback(current.result, *args, **kw)
  1573. 2012-03-09 17:49:37.476794 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1574. 2012-03-09 17:49:37.476829 > _inlineCallbacks(r, g, deferred)
  1575. 2012-03-09 17:49:37.476863 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1576. 2012-03-09 17:49:37.476898 > result = result.throwExceptionIntoGenerator(g)
  1577. 2012-03-09 17:49:37.476933 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1578. 2012-03-09 17:49:37.476968 > return g.throw(self.type, self.value, self.tb)
  1579. 2012-03-09 17:49:37.477002 > --- <exception caught here> ---
  1580. 2012-03-09 17:49:37.477036 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1581. 2012-03-09 17:49:37.477070 > result = yield func(*args, **kwargs)
  1582. 2012-03-09 17:49:37.477104 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1583. 2012-03-09 17:49:37.477139 > result = result.throwExceptionIntoGenerator(g)
  1584. 2012-03-09 17:49:37.477172 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1585. 2012-03-09 17:49:37.477207 > return g.throw(self.type, self.value, self.tb)
  1586. 2012-03-09 17:49:37.477241 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1587. 2012-03-09 17:49:37.477274 > value = yield self.func(key)
  1588. 2012-03-09 17:49:37.477317 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1589. 2012-03-09 17:49:37.477352 > result = result.throwExceptionIntoGenerator(g)
  1590. 2012-03-09 17:49:37.477386 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1591. 2012-03-09 17:49:37.477420 > return g.throw(self.type, self.value, self.tb)
  1592. 2012-03-09 17:49:37.477454 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1593. 2012-03-09 17:49:37.477488 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1594. 2012-03-09 17:49:37.477525 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1595. 2012-03-09 17:49:37.477570 > result = result.throwExceptionIntoGenerator(g)
  1596. 2012-03-09 17:49:37.477604 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1597. 2012-03-09 17:49:37.477639 > return g.throw(self.type, self.value, self.tb)
  1598. 2012-03-09 17:49:37.477680 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1599. 2012-03-09 17:49:37.477714 > raise Error(**resp['error'])
  1600. 2012-03-09 17:49:37.477748 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1601. 2012-03-09 17:49:40.479392 > Error:
  1602. 2012-03-09 17:49:40.479465 > Traceback (most recent call last):
  1603. 2012-03-09 17:49:40.479502 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1604. 2012-03-09 17:49:40.479546 > current.result = callback(current.result, *args, **kw)
  1605. 2012-03-09 17:49:40.479584 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1606. 2012-03-09 17:49:40.479619 > _inlineCallbacks(r, g, deferred)
  1607. 2012-03-09 17:49:40.479654 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1608. 2012-03-09 17:49:40.479689 > result = result.throwExceptionIntoGenerator(g)
  1609. 2012-03-09 17:49:40.479724 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1610. 2012-03-09 17:49:40.479760 > return g.throw(self.type, self.value, self.tb)
  1611. 2012-03-09 17:49:40.479794 > --- <exception caught here> ---
  1612. 2012-03-09 17:49:40.479829 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1613. 2012-03-09 17:49:40.479863 > result = yield func(*args, **kwargs)
  1614. 2012-03-09 17:49:40.479897 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1615. 2012-03-09 17:49:40.479932 > result = result.throwExceptionIntoGenerator(g)
  1616. 2012-03-09 17:49:40.479966 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1617. 2012-03-09 17:49:40.480001 > return g.throw(self.type, self.value, self.tb)
  1618. 2012-03-09 17:49:40.480035 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1619. 2012-03-09 17:49:40.480069 > value = yield self.func(key)
  1620. 2012-03-09 17:49:40.480103 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1621. 2012-03-09 17:49:40.480138 > result = result.throwExceptionIntoGenerator(g)
  1622. 2012-03-09 17:49:40.480173 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1623. 2012-03-09 17:49:40.480207 > return g.throw(self.type, self.value, self.tb)
  1624. 2012-03-09 17:49:40.480241 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1625. 2012-03-09 17:49:40.480276 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1626. 2012-03-09 17:49:40.480314 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1627. 2012-03-09 17:49:40.480359 > result = result.throwExceptionIntoGenerator(g)
  1628. 2012-03-09 17:49:40.480394 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1629. 2012-03-09 17:49:40.480429 > return g.throw(self.type, self.value, self.tb)
  1630. 2012-03-09 17:49:40.480463 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1631. 2012-03-09 17:49:40.480497 > raise Error(**resp['error'])
  1632. 2012-03-09 17:49:40.480540 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1633. 2012-03-09 17:49:43.482164 > Error:
  1634. 2012-03-09 17:49:43.482240 > Traceback (most recent call last):
  1635. 2012-03-09 17:49:43.482277 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1636. 2012-03-09 17:49:43.482313 > current.result = callback(current.result, *args, **kw)
  1637. 2012-03-09 17:49:43.482348 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1638. 2012-03-09 17:49:43.482393 > _inlineCallbacks(r, g, deferred)
  1639. 2012-03-09 17:49:43.482428 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1640. 2012-03-09 17:49:43.482464 > result = result.throwExceptionIntoGenerator(g)
  1641. 2012-03-09 17:49:43.482498 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1642. 2012-03-09 17:49:43.482538 > return g.throw(self.type, self.value, self.tb)
  1643. 2012-03-09 17:49:43.482575 > --- <exception caught here> ---
  1644. 2012-03-09 17:49:43.482610 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1645. 2012-03-09 17:49:43.482644 > result = yield func(*args, **kwargs)
  1646. 2012-03-09 17:49:43.482678 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1647. 2012-03-09 17:49:43.482713 > result = result.throwExceptionIntoGenerator(g)
  1648. 2012-03-09 17:49:43.482747 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1649. 2012-03-09 17:49:43.482781 > return g.throw(self.type, self.value, self.tb)
  1650. 2012-03-09 17:49:43.482816 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1651. 2012-03-09 17:49:43.482850 > value = yield self.func(key)
  1652. 2012-03-09 17:49:43.482883 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1653. 2012-03-09 17:49:43.482918 > result = result.throwExceptionIntoGenerator(g)
  1654. 2012-03-09 17:49:43.482952 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1655. 2012-03-09 17:49:43.482986 > return g.throw(self.type, self.value, self.tb)
  1656. 2012-03-09 17:49:43.483020 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1657. 2012-03-09 17:49:43.483054 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1658. 2012-03-09 17:49:43.483091 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1659. 2012-03-09 17:49:43.483126 > result = result.throwExceptionIntoGenerator(g)
  1660. 2012-03-09 17:49:43.483160 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1661. 2012-03-09 17:49:43.483195 > return g.throw(self.type, self.value, self.tb)
  1662. 2012-03-09 17:49:43.483229 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1663. 2012-03-09 17:49:43.483262 > raise Error(**resp['error'])
  1664. 2012-03-09 17:49:43.483296 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1665. 2012-03-09 17:49:46.484945 > Error:
  1666. 2012-03-09 17:49:46.485033 > Traceback (most recent call last):
  1667. 2012-03-09 17:49:46.485072 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1668. 2012-03-09 17:49:46.485108 > current.result = callback(current.result, *args, **kw)
  1669. 2012-03-09 17:49:46.485144 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1670. 2012-03-09 17:49:46.485180 > _inlineCallbacks(r, g, deferred)
  1671. 2012-03-09 17:49:46.485215 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1672. 2012-03-09 17:49:46.485251 > result = result.throwExceptionIntoGenerator(g)
  1673. 2012-03-09 17:49:46.485285 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1674. 2012-03-09 17:49:46.485321 > return g.throw(self.type, self.value, self.tb)
  1675. 2012-03-09 17:49:46.485356 > --- <exception caught here> ---
  1676. 2012-03-09 17:49:46.485391 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1677. 2012-03-09 17:49:46.485426 > result = yield func(*args, **kwargs)
  1678. 2012-03-09 17:49:46.485461 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1679. 2012-03-09 17:49:46.485506 > result = result.throwExceptionIntoGenerator(g)
  1680. 2012-03-09 17:49:46.485548 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1681. 2012-03-09 17:49:46.485586 > return g.throw(self.type, self.value, self.tb)
  1682. 2012-03-09 17:49:46.485620 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1683. 2012-03-09 17:49:46.485655 > value = yield self.func(key)
  1684. 2012-03-09 17:49:46.485688 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1685. 2012-03-09 17:49:46.485723 > result = result.throwExceptionIntoGenerator(g)
  1686. 2012-03-09 17:49:46.485757 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1687. 2012-03-09 17:49:46.485791 > return g.throw(self.type, self.value, self.tb)
  1688. 2012-03-09 17:49:46.485826 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1689. 2012-03-09 17:49:46.485860 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1690. 2012-03-09 17:49:46.485897 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1691. 2012-03-09 17:49:46.485932 > result = result.throwExceptionIntoGenerator(g)
  1692. 2012-03-09 17:49:46.485966 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1693. 2012-03-09 17:49:46.486001 > return g.throw(self.type, self.value, self.tb)
  1694. 2012-03-09 17:49:46.486035 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1695. 2012-03-09 17:49:46.486069 > raise Error(**resp['error'])
  1696. 2012-03-09 17:49:46.486103 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1697. 2012-03-09 17:49:49.487713 > Error:
  1698. 2012-03-09 17:49:49.487785 > Traceback (most recent call last):
  1699. 2012-03-09 17:49:49.487822 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1700. 2012-03-09 17:49:49.487858 > current.result = callback(current.result, *args, **kw)
  1701. 2012-03-09 17:49:49.487893 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1702. 2012-03-09 17:49:49.487929 > _inlineCallbacks(r, g, deferred)
  1703. 2012-03-09 17:49:49.487964 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1704. 2012-03-09 17:49:49.487999 > result = result.throwExceptionIntoGenerator(g)
  1705. 2012-03-09 17:49:49.488034 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1706. 2012-03-09 17:49:49.488079 > return g.throw(self.type, self.value, self.tb)
  1707. 2012-03-09 17:49:49.488113 > --- <exception caught here> ---
  1708. 2012-03-09 17:49:49.488147 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1709. 2012-03-09 17:49:49.488181 > result = yield func(*args, **kwargs)
  1710. 2012-03-09 17:49:49.488215 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1711. 2012-03-09 17:49:49.488250 > result = result.throwExceptionIntoGenerator(g)
  1712. 2012-03-09 17:49:49.488284 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1713. 2012-03-09 17:49:49.488319 > return g.throw(self.type, self.value, self.tb)
  1714. 2012-03-09 17:49:49.488353 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1715. 2012-03-09 17:49:49.488387 > value = yield self.func(key)
  1716. 2012-03-09 17:49:49.488421 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1717. 2012-03-09 17:49:49.488455 > result = result.throwExceptionIntoGenerator(g)
  1718. 2012-03-09 17:49:49.488489 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1719. 2012-03-09 17:49:49.488535 > return g.throw(self.type, self.value, self.tb)
  1720. 2012-03-09 17:49:49.488573 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1721. 2012-03-09 17:49:49.488608 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1722. 2012-03-09 17:49:49.488645 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1723. 2012-03-09 17:49:49.488681 > result = result.throwExceptionIntoGenerator(g)
  1724. 2012-03-09 17:49:49.488715 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1725. 2012-03-09 17:49:49.488749 > return g.throw(self.type, self.value, self.tb)
  1726. 2012-03-09 17:49:49.488783 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1727. 2012-03-09 17:49:49.488817 > raise Error(**resp['error'])
  1728. 2012-03-09 17:49:49.488851 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1729. 2012-03-09 17:49:52.490473 > Error:
  1730. 2012-03-09 17:49:52.490555 > Traceback (most recent call last):
  1731. 2012-03-09 17:49:52.490594 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1732. 2012-03-09 17:49:52.490631 > current.result = callback(current.result, *args, **kw)
  1733. 2012-03-09 17:49:52.490666 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1734. 2012-03-09 17:49:52.490701 > _inlineCallbacks(r, g, deferred)
  1735. 2012-03-09 17:49:52.490736 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1736. 2012-03-09 17:49:52.490771 > result = result.throwExceptionIntoGenerator(g)
  1737. 2012-03-09 17:49:52.490806 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1738. 2012-03-09 17:49:52.490841 > return g.throw(self.type, self.value, self.tb)
  1739. 2012-03-09 17:49:52.490876 > --- <exception caught here> ---
  1740. 2012-03-09 17:49:52.490910 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1741. 2012-03-09 17:49:52.490944 > result = yield func(*args, **kwargs)
  1742. 2012-03-09 17:49:52.490978 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1743. 2012-03-09 17:49:52.491014 > result = result.throwExceptionIntoGenerator(g)
  1744. 2012-03-09 17:49:52.491048 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1745. 2012-03-09 17:49:52.491083 > return g.throw(self.type, self.value, self.tb)
  1746. 2012-03-09 17:49:52.491116 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1747. 2012-03-09 17:49:52.491161 > value = yield self.func(key)
  1748. 2012-03-09 17:49:52.491196 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1749. 2012-03-09 17:49:52.491231 > result = result.throwExceptionIntoGenerator(g)
  1750. 2012-03-09 17:49:52.491265 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1751. 2012-03-09 17:49:52.491300 > return g.throw(self.type, self.value, self.tb)
  1752. 2012-03-09 17:49:52.491334 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1753. 2012-03-09 17:49:52.491368 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1754. 2012-03-09 17:49:52.491406 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1755. 2012-03-09 17:49:52.491441 > result = result.throwExceptionIntoGenerator(g)
  1756. 2012-03-09 17:49:52.491475 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1757. 2012-03-09 17:49:52.491516 > return g.throw(self.type, self.value, self.tb)
  1758. 2012-03-09 17:49:52.491559 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1759. 2012-03-09 17:49:52.491594 > raise Error(**resp['error'])
  1760. 2012-03-09 17:49:52.491628 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1761. 2012-03-09 17:49:55.493259 > Error:
  1762. 2012-03-09 17:49:55.493333 > Traceback (most recent call last):
  1763. 2012-03-09 17:49:55.493369 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1764. 2012-03-09 17:49:55.493405 > current.result = callback(current.result, *args, **kw)
  1765. 2012-03-09 17:49:55.493440 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1766. 2012-03-09 17:49:55.493475 > _inlineCallbacks(r, g, deferred)
  1767. 2012-03-09 17:49:55.493509 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1768. 2012-03-09 17:49:55.493552 > result = result.throwExceptionIntoGenerator(g)
  1769. 2012-03-09 17:49:55.493588 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1770. 2012-03-09 17:49:55.493623 > return g.throw(self.type, self.value, self.tb)
  1771. 2012-03-09 17:49:55.493657 > --- <exception caught here> ---
  1772. 2012-03-09 17:49:55.493690 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1773. 2012-03-09 17:49:55.493725 > result = yield func(*args, **kwargs)
  1774. 2012-03-09 17:49:55.493759 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1775. 2012-03-09 17:49:55.493794 > result = result.throwExceptionIntoGenerator(g)
  1776. 2012-03-09 17:49:55.493828 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1777. 2012-03-09 17:49:55.493863 > return g.throw(self.type, self.value, self.tb)
  1778. 2012-03-09 17:49:55.493897 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1779. 2012-03-09 17:49:55.493931 > value = yield self.func(key)
  1780. 2012-03-09 17:49:55.493965 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1781. 2012-03-09 17:49:55.494000 > result = result.throwExceptionIntoGenerator(g)
  1782. 2012-03-09 17:49:55.494034 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1783. 2012-03-09 17:49:55.494068 > return g.throw(self.type, self.value, self.tb)
  1784. 2012-03-09 17:49:55.494102 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1785. 2012-03-09 17:49:55.494137 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1786. 2012-03-09 17:49:55.494184 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1787. 2012-03-09 17:49:55.494220 > result = result.throwExceptionIntoGenerator(g)
  1788. 2012-03-09 17:49:55.494255 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1789. 2012-03-09 17:49:55.494289 > return g.throw(self.type, self.value, self.tb)
  1790. 2012-03-09 17:49:55.494324 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1791. 2012-03-09 17:49:55.494357 > raise Error(**resp['error'])
  1792. 2012-03-09 17:49:55.494391 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1793. 2012-03-09 17:49:58.496168 > Error:
  1794. 2012-03-09 17:49:58.496239 > Traceback (most recent call last):
  1795. 2012-03-09 17:49:58.496276 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1796. 2012-03-09 17:49:58.496313 > current.result = callback(current.result, *args, **kw)
  1797. 2012-03-09 17:49:58.496357 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1798. 2012-03-09 17:49:58.496392 > _inlineCallbacks(r, g, deferred)
  1799. 2012-03-09 17:49:58.496427 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1800. 2012-03-09 17:49:58.496462 > result = result.throwExceptionIntoGenerator(g)
  1801. 2012-03-09 17:49:58.496496 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1802. 2012-03-09 17:49:58.496540 > return g.throw(self.type, self.value, self.tb)
  1803. 2012-03-09 17:49:58.496578 > --- <exception caught here> ---
  1804. 2012-03-09 17:49:58.496612 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1805. 2012-03-09 17:49:58.496646 > result = yield func(*args, **kwargs)
  1806. 2012-03-09 17:49:58.496681 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1807. 2012-03-09 17:49:58.496715 > result = result.throwExceptionIntoGenerator(g)
  1808. 2012-03-09 17:49:58.496750 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1809. 2012-03-09 17:49:58.496785 > return g.throw(self.type, self.value, self.tb)
  1810. 2012-03-09 17:49:58.496819 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1811. 2012-03-09 17:49:58.496853 > value = yield self.func(key)
  1812. 2012-03-09 17:49:58.496887 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1813. 2012-03-09 17:49:58.496923 > result = result.throwExceptionIntoGenerator(g)
  1814. 2012-03-09 17:49:58.496958 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1815. 2012-03-09 17:49:58.496993 > return g.throw(self.type, self.value, self.tb)
  1816. 2012-03-09 17:49:58.497028 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1817. 2012-03-09 17:49:58.497062 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1818. 2012-03-09 17:49:58.497099 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1819. 2012-03-09 17:49:58.497134 > result = result.throwExceptionIntoGenerator(g)
  1820. 2012-03-09 17:49:58.497169 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1821. 2012-03-09 17:49:58.497203 > return g.throw(self.type, self.value, self.tb)
  1822. 2012-03-09 17:49:58.497238 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1823. 2012-03-09 17:49:58.497272 > raise Error(**resp['error'])
  1824. 2012-03-09 17:49:58.497306 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1825. 2012-03-09 17:50:01.499141 > Error:
  1826. 2012-03-09 17:50:01.499210 > Traceback (most recent call last):
  1827. 2012-03-09 17:50:01.499247 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1828. 2012-03-09 17:50:01.499284 > current.result = callback(current.result, *args, **kw)
  1829. 2012-03-09 17:50:01.499319 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1830. 2012-03-09 17:50:01.499354 > _inlineCallbacks(r, g, deferred)
  1831. 2012-03-09 17:50:01.499389 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1832. 2012-03-09 17:50:01.499425 > result = result.throwExceptionIntoGenerator(g)
  1833. 2012-03-09 17:50:01.499459 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1834. 2012-03-09 17:50:01.499494 > return g.throw(self.type, self.value, self.tb)
  1835. 2012-03-09 17:50:01.499528 > --- <exception caught here> ---
  1836. 2012-03-09 17:50:01.499570 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1837. 2012-03-09 17:50:01.499605 > result = yield func(*args, **kwargs)
  1838. 2012-03-09 17:50:01.499648 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1839. 2012-03-09 17:50:01.499683 > result = result.throwExceptionIntoGenerator(g)
  1840. 2012-03-09 17:50:01.499717 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1841. 2012-03-09 17:50:01.499752 > return g.throw(self.type, self.value, self.tb)
  1842. 2012-03-09 17:50:01.499785 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1843. 2012-03-09 17:50:01.499819 > value = yield self.func(key)
  1844. 2012-03-09 17:50:01.499853 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1845. 2012-03-09 17:50:01.499888 > result = result.throwExceptionIntoGenerator(g)
  1846. 2012-03-09 17:50:01.499922 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1847. 2012-03-09 17:50:01.499957 > return g.throw(self.type, self.value, self.tb)
  1848. 2012-03-09 17:50:01.499991 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1849. 2012-03-09 17:50:01.500025 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1850. 2012-03-09 17:50:01.500062 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1851. 2012-03-09 17:50:01.500098 > result = result.throwExceptionIntoGenerator(g)
  1852. 2012-03-09 17:50:01.500132 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1853. 2012-03-09 17:50:01.500167 > return g.throw(self.type, self.value, self.tb)
  1854. 2012-03-09 17:50:01.500202 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1855. 2012-03-09 17:50:01.500236 > raise Error(**resp['error'])
  1856. 2012-03-09 17:50:01.500270 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1857. 2012-03-09 17:50:04.502667 > Error:
  1858. 2012-03-09 17:50:04.502760 > Traceback (most recent call last):
  1859. 2012-03-09 17:50:04.502798 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1860. 2012-03-09 17:50:04.502836 > current.result = callback(current.result, *args, **kw)
  1861. 2012-03-09 17:50:04.502872 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1862. 2012-03-09 17:50:04.502908 > _inlineCallbacks(r, g, deferred)
  1863. 2012-03-09 17:50:04.502943 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1864. 2012-03-09 17:50:04.502979 > result = result.throwExceptionIntoGenerator(g)
  1865. 2012-03-09 17:50:04.503027 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1866. 2012-03-09 17:50:04.503063 > return g.throw(self.type, self.value, self.tb)
  1867. 2012-03-09 17:50:04.503098 > --- <exception caught here> ---
  1868. 2012-03-09 17:50:04.503132 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1869. 2012-03-09 17:50:04.503167 > result = yield func(*args, **kwargs)
  1870. 2012-03-09 17:50:04.503202 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1871. 2012-03-09 17:50:04.503237 > result = result.throwExceptionIntoGenerator(g)
  1872. 2012-03-09 17:50:04.503271 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1873. 2012-03-09 17:50:04.503305 > return g.throw(self.type, self.value, self.tb)
  1874. 2012-03-09 17:50:04.503340 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1875. 2012-03-09 17:50:04.503374 > value = yield self.func(key)
  1876. 2012-03-09 17:50:04.503409 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1877. 2012-03-09 17:50:04.503445 > result = result.throwExceptionIntoGenerator(g)
  1878. 2012-03-09 17:50:04.503490 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1879. 2012-03-09 17:50:04.503527 > return g.throw(self.type, self.value, self.tb)
  1880. 2012-03-09 17:50:04.503572 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1881. 2012-03-09 17:50:04.503608 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1882. 2012-03-09 17:50:04.503648 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1883. 2012-03-09 17:50:04.503684 > result = result.throwExceptionIntoGenerator(g)
  1884. 2012-03-09 17:50:04.503719 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1885. 2012-03-09 17:50:04.503755 > return g.throw(self.type, self.value, self.tb)
  1886. 2012-03-09 17:50:04.503791 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1887. 2012-03-09 17:50:04.503827 > raise Error(**resp['error'])
  1888. 2012-03-09 17:50:04.503862 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1889. 2012-03-09 17:50:07.505511 > Error:
  1890. 2012-03-09 17:50:07.505590 > Traceback (most recent call last):
  1891. 2012-03-09 17:50:07.505628 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1892. 2012-03-09 17:50:07.505664 > current.result = callback(current.result, *args, **kw)
  1893. 2012-03-09 17:50:07.505698 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1894. 2012-03-09 17:50:07.505733 > _inlineCallbacks(r, g, deferred)
  1895. 2012-03-09 17:50:07.505767 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1896. 2012-03-09 17:50:07.505803 > result = result.throwExceptionIntoGenerator(g)
  1897. 2012-03-09 17:50:07.505837 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1898. 2012-03-09 17:50:07.505872 > return g.throw(self.type, self.value, self.tb)
  1899. 2012-03-09 17:50:07.505906 > --- <exception caught here> ---
  1900. 2012-03-09 17:50:07.505940 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1901. 2012-03-09 17:50:07.505974 > result = yield func(*args, **kwargs)
  1902. 2012-03-09 17:50:07.506009 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1903. 2012-03-09 17:50:07.506043 > result = result.throwExceptionIntoGenerator(g)
  1904. 2012-03-09 17:50:07.506077 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1905. 2012-03-09 17:50:07.506123 > return g.throw(self.type, self.value, self.tb)
  1906. 2012-03-09 17:50:07.506157 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1907. 2012-03-09 17:50:07.506191 > value = yield self.func(key)
  1908. 2012-03-09 17:50:07.506225 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1909. 2012-03-09 17:50:07.506259 > result = result.throwExceptionIntoGenerator(g)
  1910. 2012-03-09 17:50:07.506293 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1911. 2012-03-09 17:50:07.506327 > return g.throw(self.type, self.value, self.tb)
  1912. 2012-03-09 17:50:07.506361 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1913. 2012-03-09 17:50:07.506395 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1914. 2012-03-09 17:50:07.506432 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1915. 2012-03-09 17:50:07.506468 > result = result.throwExceptionIntoGenerator(g)
  1916. 2012-03-09 17:50:07.506509 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1917. 2012-03-09 17:50:07.506551 > return g.throw(self.type, self.value, self.tb)
  1918. 2012-03-09 17:50:07.506587 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1919. 2012-03-09 17:50:07.506621 > raise Error(**resp['error'])
  1920. 2012-03-09 17:50:07.506655 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1921. 2012-03-09 17:50:10.508292 > Error:
  1922. 2012-03-09 17:50:10.508363 > Traceback (most recent call last):
  1923. 2012-03-09 17:50:10.508399 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1924. 2012-03-09 17:50:10.508436 > current.result = callback(current.result, *args, **kw)
  1925. 2012-03-09 17:50:10.508470 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1926. 2012-03-09 17:50:10.508505 > _inlineCallbacks(r, g, deferred)
  1927. 2012-03-09 17:50:10.508545 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1928. 2012-03-09 17:50:10.508583 > result = result.throwExceptionIntoGenerator(g)
  1929. 2012-03-09 17:50:10.508617 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1930. 2012-03-09 17:50:10.508653 > return g.throw(self.type, self.value, self.tb)
  1931. 2012-03-09 17:50:10.508687 > --- <exception caught here> ---
  1932. 2012-03-09 17:50:10.508721 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1933. 2012-03-09 17:50:10.508756 > result = yield func(*args, **kwargs)
  1934. 2012-03-09 17:50:10.508790 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1935. 2012-03-09 17:50:10.508825 > result = result.throwExceptionIntoGenerator(g)
  1936. 2012-03-09 17:50:10.508858 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1937. 2012-03-09 17:50:10.508893 > return g.throw(self.type, self.value, self.tb)
  1938. 2012-03-09 17:50:10.508927 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1939. 2012-03-09 17:50:10.508960 > value = yield self.func(key)
  1940. 2012-03-09 17:50:10.508994 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1941. 2012-03-09 17:50:10.509028 > result = result.throwExceptionIntoGenerator(g)
  1942. 2012-03-09 17:50:10.509062 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1943. 2012-03-09 17:50:10.509097 > return g.throw(self.type, self.value, self.tb)
  1944. 2012-03-09 17:50:10.509131 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1945. 2012-03-09 17:50:10.509165 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1946. 2012-03-09 17:50:10.509212 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1947. 2012-03-09 17:50:10.509248 > result = result.throwExceptionIntoGenerator(g)
  1948. 2012-03-09 17:50:10.509281 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1949. 2012-03-09 17:50:10.509316 > return g.throw(self.type, self.value, self.tb)
  1950. 2012-03-09 17:50:10.509350 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1951. 2012-03-09 17:50:10.509384 > raise Error(**resp['error'])
  1952. 2012-03-09 17:50:10.509418 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1953. 2012-03-09 17:50:13.511066 > Error:
  1954. 2012-03-09 17:50:13.511137 > Traceback (most recent call last):
  1955. 2012-03-09 17:50:13.511174 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1956. 2012-03-09 17:50:13.511220 > current.result = callback(current.result, *args, **kw)
  1957. 2012-03-09 17:50:13.511256 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1958. 2012-03-09 17:50:13.511291 > _inlineCallbacks(r, g, deferred)
  1959. 2012-03-09 17:50:13.511326 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1960. 2012-03-09 17:50:13.511361 > result = result.throwExceptionIntoGenerator(g)
  1961. 2012-03-09 17:50:13.511395 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1962. 2012-03-09 17:50:13.511430 > return g.throw(self.type, self.value, self.tb)
  1963. 2012-03-09 17:50:13.511464 > --- <exception caught here> ---
  1964. 2012-03-09 17:50:13.511497 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1965. 2012-03-09 17:50:13.511538 > result = yield func(*args, **kwargs)
  1966. 2012-03-09 17:50:13.511575 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1967. 2012-03-09 17:50:13.511610 > result = result.throwExceptionIntoGenerator(g)
  1968. 2012-03-09 17:50:13.511644 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1969. 2012-03-09 17:50:13.511679 > return g.throw(self.type, self.value, self.tb)
  1970. 2012-03-09 17:50:13.511713 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  1971. 2012-03-09 17:50:13.511747 > value = yield self.func(key)
  1972. 2012-03-09 17:50:13.511781 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1973. 2012-03-09 17:50:13.511815 > result = result.throwExceptionIntoGenerator(g)
  1974. 2012-03-09 17:50:13.511849 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1975. 2012-03-09 17:50:13.511884 > return g.throw(self.type, self.value, self.tb)
  1976. 2012-03-09 17:50:13.511918 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  1977. 2012-03-09 17:50:13.511952 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  1978. 2012-03-09 17:50:13.511989 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1979. 2012-03-09 17:50:13.512024 > result = result.throwExceptionIntoGenerator(g)
  1980. 2012-03-09 17:50:13.512058 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1981. 2012-03-09 17:50:13.512092 > return g.throw(self.type, self.value, self.tb)
  1982. 2012-03-09 17:50:13.512126 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  1983. 2012-03-09 17:50:13.512160 > raise Error(**resp['error'])
  1984. 2012-03-09 17:50:13.512200 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  1985. 2012-03-09 17:50:16.513838 > Error:
  1986. 2012-03-09 17:50:16.513910 > Traceback (most recent call last):
  1987. 2012-03-09 17:50:16.513947 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  1988. 2012-03-09 17:50:16.513983 > current.result = callback(current.result, *args, **kw)
  1989. 2012-03-09 17:50:16.514018 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  1990. 2012-03-09 17:50:16.514053 > _inlineCallbacks(r, g, deferred)
  1991. 2012-03-09 17:50:16.514087 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1992. 2012-03-09 17:50:16.514122 > result = result.throwExceptionIntoGenerator(g)
  1993. 2012-03-09 17:50:16.514157 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  1994. 2012-03-09 17:50:16.514191 > return g.throw(self.type, self.value, self.tb)
  1995. 2012-03-09 17:50:16.514225 > --- <exception caught here> ---
  1996. 2012-03-09 17:50:16.514268 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  1997. 2012-03-09 17:50:16.514303 > result = yield func(*args, **kwargs)
  1998. 2012-03-09 17:50:16.514337 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  1999. 2012-03-09 17:50:16.514372 > result = result.throwExceptionIntoGenerator(g)
  2000. 2012-03-09 17:50:16.514406 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2001. 2012-03-09 17:50:16.514441 > return g.throw(self.type, self.value, self.tb)
  2002. 2012-03-09 17:50:16.514475 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2003. 2012-03-09 17:50:16.514509 > value = yield self.func(key)
  2004. 2012-03-09 17:50:16.514555 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2005. 2012-03-09 17:50:16.514592 > result = result.throwExceptionIntoGenerator(g)
  2006. 2012-03-09 17:50:16.514626 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2007. 2012-03-09 17:50:16.514661 > return g.throw(self.type, self.value, self.tb)
  2008. 2012-03-09 17:50:16.514695 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2009. 2012-03-09 17:50:16.514729 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2010. 2012-03-09 17:50:16.514766 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2011. 2012-03-09 17:50:16.514802 > result = result.throwExceptionIntoGenerator(g)
  2012. 2012-03-09 17:50:16.514836 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2013. 2012-03-09 17:50:16.514870 > return g.throw(self.type, self.value, self.tb)
  2014. 2012-03-09 17:50:16.514904 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2015. 2012-03-09 17:50:16.514938 > raise Error(**resp['error'])
  2016. 2012-03-09 17:50:16.514972 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2017. 2012-03-09 17:50:19.516600 > Error:
  2018. 2012-03-09 17:50:19.516675 > Traceback (most recent call last):
  2019. 2012-03-09 17:50:19.516714 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2020. 2012-03-09 17:50:19.516752 > current.result = callback(current.result, *args, **kw)
  2021. 2012-03-09 17:50:19.516788 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2022. 2012-03-09 17:50:19.516825 > _inlineCallbacks(r, g, deferred)
  2023. 2012-03-09 17:50:19.516861 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2024. 2012-03-09 17:50:19.516908 > result = result.throwExceptionIntoGenerator(g)
  2025. 2012-03-09 17:50:19.516943 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2026. 2012-03-09 17:50:19.516979 > return g.throw(self.type, self.value, self.tb)
  2027. 2012-03-09 17:50:19.517014 > --- <exception caught here> ---
  2028. 2012-03-09 17:50:19.517049 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2029. 2012-03-09 17:50:19.517084 > result = yield func(*args, **kwargs)
  2030. 2012-03-09 17:50:19.517118 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2031. 2012-03-09 17:50:19.517154 > result = result.throwExceptionIntoGenerator(g)
  2032. 2012-03-09 17:50:19.517189 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2033. 2012-03-09 17:50:19.517224 > return g.throw(self.type, self.value, self.tb)
  2034. 2012-03-09 17:50:19.517259 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2035. 2012-03-09 17:50:19.517293 > value = yield self.func(key)
  2036. 2012-03-09 17:50:19.517327 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2037. 2012-03-09 17:50:19.517371 > result = result.throwExceptionIntoGenerator(g)
  2038. 2012-03-09 17:50:19.517405 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2039. 2012-03-09 17:50:19.517440 > return g.throw(self.type, self.value, self.tb)
  2040. 2012-03-09 17:50:19.517475 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2041. 2012-03-09 17:50:19.517509 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2042. 2012-03-09 17:50:19.517553 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2043. 2012-03-09 17:50:19.517589 > result = result.throwExceptionIntoGenerator(g)
  2044. 2012-03-09 17:50:19.517623 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2045. 2012-03-09 17:50:19.517658 > return g.throw(self.type, self.value, self.tb)
  2046. 2012-03-09 17:50:19.517692 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2047. 2012-03-09 17:50:19.517726 > raise Error(**resp['error'])
  2048. 2012-03-09 17:50:19.517760 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2049. 2012-03-09 17:50:22.519448 > Error:
  2050. 2012-03-09 17:50:22.519522 > Traceback (most recent call last):
  2051. 2012-03-09 17:50:22.519568 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2052. 2012-03-09 17:50:22.519604 > current.result = callback(current.result, *args, **kw)
  2053. 2012-03-09 17:50:22.519640 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2054. 2012-03-09 17:50:22.519675 > _inlineCallbacks(r, g, deferred)
  2055. 2012-03-09 17:50:22.519710 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2056. 2012-03-09 17:50:22.519745 > result = result.throwExceptionIntoGenerator(g)
  2057. 2012-03-09 17:50:22.519780 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2058. 2012-03-09 17:50:22.519816 > return g.throw(self.type, self.value, self.tb)
  2059. 2012-03-09 17:50:22.519850 > --- <exception caught here> ---
  2060. 2012-03-09 17:50:22.519885 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2061. 2012-03-09 17:50:22.519919 > result = yield func(*args, **kwargs)
  2062. 2012-03-09 17:50:22.519954 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2063. 2012-03-09 17:50:22.519989 > result = result.throwExceptionIntoGenerator(g)
  2064. 2012-03-09 17:50:22.520022 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2065. 2012-03-09 17:50:22.520069 > return g.throw(self.type, self.value, self.tb)
  2066. 2012-03-09 17:50:22.520103 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2067. 2012-03-09 17:50:22.520138 > value = yield self.func(key)
  2068. 2012-03-09 17:50:22.520172 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2069. 2012-03-09 17:50:22.520207 > result = result.throwExceptionIntoGenerator(g)
  2070. 2012-03-09 17:50:22.520242 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2071. 2012-03-09 17:50:22.520277 > return g.throw(self.type, self.value, self.tb)
  2072. 2012-03-09 17:50:22.520311 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2073. 2012-03-09 17:50:22.520345 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2074. 2012-03-09 17:50:22.520383 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2075. 2012-03-09 17:50:22.520425 > result = result.throwExceptionIntoGenerator(g)
  2076. 2012-03-09 17:50:22.520460 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2077. 2012-03-09 17:50:22.520494 > return g.throw(self.type, self.value, self.tb)
  2078. 2012-03-09 17:50:22.520528 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2079. 2012-03-09 17:50:22.520570 > raise Error(**resp['error'])
  2080. 2012-03-09 17:50:22.520604 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2081. 2012-03-09 17:50:25.522220 > Error:
  2082. 2012-03-09 17:50:25.522292 > Traceback (most recent call last):
  2083. 2012-03-09 17:50:25.522330 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2084. 2012-03-09 17:50:25.522366 > current.result = callback(current.result, *args, **kw)
  2085. 2012-03-09 17:50:25.522401 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2086. 2012-03-09 17:50:25.522437 > _inlineCallbacks(r, g, deferred)
  2087. 2012-03-09 17:50:25.522471 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2088. 2012-03-09 17:50:25.522506 > result = result.throwExceptionIntoGenerator(g)
  2089. 2012-03-09 17:50:25.522547 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2090. 2012-03-09 17:50:25.522585 > return g.throw(self.type, self.value, self.tb)
  2091. 2012-03-09 17:50:25.522620 > --- <exception caught here> ---
  2092. 2012-03-09 17:50:25.522654 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2093. 2012-03-09 17:50:25.522688 > result = yield func(*args, **kwargs)
  2094. 2012-03-09 17:50:25.522722 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2095. 2012-03-09 17:50:25.522757 > result = result.throwExceptionIntoGenerator(g)
  2096. 2012-03-09 17:50:25.522791 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2097. 2012-03-09 17:50:25.522826 > return g.throw(self.type, self.value, self.tb)
  2098. 2012-03-09 17:50:25.522860 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2099. 2012-03-09 17:50:25.522894 > value = yield self.func(key)
  2100. 2012-03-09 17:50:25.522928 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2101. 2012-03-09 17:50:25.522963 > result = result.throwExceptionIntoGenerator(g)
  2102. 2012-03-09 17:50:25.522997 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2103. 2012-03-09 17:50:25.523032 > return g.throw(self.type, self.value, self.tb)
  2104. 2012-03-09 17:50:25.523077 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2105. 2012-03-09 17:50:25.523112 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2106. 2012-03-09 17:50:25.523149 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2107. 2012-03-09 17:50:25.523184 > result = result.throwExceptionIntoGenerator(g)
  2108. 2012-03-09 17:50:25.523219 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2109. 2012-03-09 17:50:25.523253 > return g.throw(self.type, self.value, self.tb)
  2110. 2012-03-09 17:50:25.523287 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2111. 2012-03-09 17:50:25.523321 > raise Error(**resp['error'])
  2112. 2012-03-09 17:50:25.523356 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2113. 2012-03-09 17:50:28.524966 > Error:
  2114. 2012-03-09 17:50:28.525040 > Traceback (most recent call last):
  2115. 2012-03-09 17:50:28.525087 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2116. 2012-03-09 17:50:28.525124 > current.result = callback(current.result, *args, **kw)
  2117. 2012-03-09 17:50:28.525160 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2118. 2012-03-09 17:50:28.525195 > _inlineCallbacks(r, g, deferred)
  2119. 2012-03-09 17:50:28.525230 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2120. 2012-03-09 17:50:28.525264 > result = result.throwExceptionIntoGenerator(g)
  2121. 2012-03-09 17:50:28.525299 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2122. 2012-03-09 17:50:28.525333 > return g.throw(self.type, self.value, self.tb)
  2123. 2012-03-09 17:50:28.525368 > --- <exception caught here> ---
  2124. 2012-03-09 17:50:28.525401 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2125. 2012-03-09 17:50:28.525436 > result = yield func(*args, **kwargs)
  2126. 2012-03-09 17:50:28.525470 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2127. 2012-03-09 17:50:28.525504 > result = result.throwExceptionIntoGenerator(g)
  2128. 2012-03-09 17:50:28.525549 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2129. 2012-03-09 17:50:28.525588 > return g.throw(self.type, self.value, self.tb)
  2130. 2012-03-09 17:50:28.525622 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2131. 2012-03-09 17:50:28.525656 > value = yield self.func(key)
  2132. 2012-03-09 17:50:28.525690 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2133. 2012-03-09 17:50:28.525725 > result = result.throwExceptionIntoGenerator(g)
  2134. 2012-03-09 17:50:28.525759 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2135. 2012-03-09 17:50:28.525793 > return g.throw(self.type, self.value, self.tb)
  2136. 2012-03-09 17:50:28.525827 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2137. 2012-03-09 17:50:28.525861 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2138. 2012-03-09 17:50:28.525898 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2139. 2012-03-09 17:50:28.525933 > result = result.throwExceptionIntoGenerator(g)
  2140. 2012-03-09 17:50:28.525967 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2141. 2012-03-09 17:50:28.526002 > return g.throw(self.type, self.value, self.tb)
  2142. 2012-03-09 17:50:28.526036 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2143. 2012-03-09 17:50:28.526076 > raise Error(**resp['error'])
  2144. 2012-03-09 17:50:28.526110 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2145. 2012-03-09 17:50:31.527726 > Error:
  2146. 2012-03-09 17:50:31.527796 > Traceback (most recent call last):
  2147. 2012-03-09 17:50:31.527833 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2148. 2012-03-09 17:50:31.527869 > current.result = callback(current.result, *args, **kw)
  2149. 2012-03-09 17:50:31.527904 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2150. 2012-03-09 17:50:31.527939 > _inlineCallbacks(r, g, deferred)
  2151. 2012-03-09 17:50:31.527973 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2152. 2012-03-09 17:50:31.528008 > result = result.throwExceptionIntoGenerator(g)
  2153. 2012-03-09 17:50:31.528042 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2154. 2012-03-09 17:50:31.528078 > return g.throw(self.type, self.value, self.tb)
  2155. 2012-03-09 17:50:31.528123 > --- <exception caught here> ---
  2156. 2012-03-09 17:50:31.528158 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2157. 2012-03-09 17:50:31.528192 > result = yield func(*args, **kwargs)
  2158. 2012-03-09 17:50:31.528226 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2159. 2012-03-09 17:50:31.528261 > result = result.throwExceptionIntoGenerator(g)
  2160. 2012-03-09 17:50:31.528296 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2161. 2012-03-09 17:50:31.528331 > return g.throw(self.type, self.value, self.tb)
  2162. 2012-03-09 17:50:31.528365 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2163. 2012-03-09 17:50:31.528400 > value = yield self.func(key)
  2164. 2012-03-09 17:50:31.528434 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2165. 2012-03-09 17:50:31.528469 > result = result.throwExceptionIntoGenerator(g)
  2166. 2012-03-09 17:50:31.528503 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2167. 2012-03-09 17:50:31.528548 > return g.throw(self.type, self.value, self.tb)
  2168. 2012-03-09 17:50:31.528585 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2169. 2012-03-09 17:50:31.528620 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2170. 2012-03-09 17:50:31.528658 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2171. 2012-03-09 17:50:31.528693 > result = result.throwExceptionIntoGenerator(g)
  2172. 2012-03-09 17:50:31.528727 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2173. 2012-03-09 17:50:31.528762 > return g.throw(self.type, self.value, self.tb)
  2174. 2012-03-09 17:50:31.528796 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2175. 2012-03-09 17:50:31.528830 > raise Error(**resp['error'])
  2176. 2012-03-09 17:50:31.528864 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2177. 2012-03-09 17:50:34.530506 > Error:
  2178. 2012-03-09 17:50:34.530583 > Traceback (most recent call last):
  2179. 2012-03-09 17:50:34.530620 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2180. 2012-03-09 17:50:34.530656 > current.result = callback(current.result, *args, **kw)
  2181. 2012-03-09 17:50:34.530691 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2182. 2012-03-09 17:50:34.530727 > _inlineCallbacks(r, g, deferred)
  2183. 2012-03-09 17:50:34.530770 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2184. 2012-03-09 17:50:34.530805 > result = result.throwExceptionIntoGenerator(g)
  2185. 2012-03-09 17:50:34.530839 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2186. 2012-03-09 17:50:34.530875 > return g.throw(self.type, self.value, self.tb)
  2187. 2012-03-09 17:50:34.530909 > --- <exception caught here> ---
  2188. 2012-03-09 17:50:34.530943 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2189. 2012-03-09 17:50:34.530978 > result = yield func(*args, **kwargs)
  2190. 2012-03-09 17:50:34.531012 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2191. 2012-03-09 17:50:34.531047 > result = result.throwExceptionIntoGenerator(g)
  2192. 2012-03-09 17:50:34.531082 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2193. 2012-03-09 17:50:34.531116 > return g.throw(self.type, self.value, self.tb)
  2194. 2012-03-09 17:50:34.531150 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2195. 2012-03-09 17:50:34.531191 > value = yield self.func(key)
  2196. 2012-03-09 17:50:34.531225 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2197. 2012-03-09 17:50:34.531259 > result = result.throwExceptionIntoGenerator(g)
  2198. 2012-03-09 17:50:34.531293 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2199. 2012-03-09 17:50:34.531328 > return g.throw(self.type, self.value, self.tb)
  2200. 2012-03-09 17:50:34.531362 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2201. 2012-03-09 17:50:34.531397 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2202. 2012-03-09 17:50:34.531434 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2203. 2012-03-09 17:50:34.531469 > result = result.throwExceptionIntoGenerator(g)
  2204. 2012-03-09 17:50:34.531503 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2205. 2012-03-09 17:50:34.531544 > return g.throw(self.type, self.value, self.tb)
  2206. 2012-03-09 17:50:34.531581 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2207. 2012-03-09 17:50:34.531614 > raise Error(**resp['error'])
  2208. 2012-03-09 17:50:34.531648 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2209. 2012-03-09 17:50:37.533257 > Error:
  2210. 2012-03-09 17:50:37.533331 > Traceback (most recent call last):
  2211. 2012-03-09 17:50:37.533368 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2212. 2012-03-09 17:50:37.533404 > current.result = callback(current.result, *args, **kw)
  2213. 2012-03-09 17:50:37.533439 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2214. 2012-03-09 17:50:37.533474 > _inlineCallbacks(r, g, deferred)
  2215. 2012-03-09 17:50:37.533509 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2216. 2012-03-09 17:50:37.533551 > result = result.throwExceptionIntoGenerator(g)
  2217. 2012-03-09 17:50:37.533587 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2218. 2012-03-09 17:50:37.533623 > return g.throw(self.type, self.value, self.tb)
  2219. 2012-03-09 17:50:37.533657 > --- <exception caught here> ---
  2220. 2012-03-09 17:50:37.533691 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2221. 2012-03-09 17:50:37.533725 > result = yield func(*args, **kwargs)
  2222. 2012-03-09 17:50:37.533760 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2223. 2012-03-09 17:50:37.533805 > result = result.throwExceptionIntoGenerator(g)
  2224. 2012-03-09 17:50:37.533839 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2225. 2012-03-09 17:50:37.533874 > return g.throw(self.type, self.value, self.tb)
  2226. 2012-03-09 17:50:37.533908 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2227. 2012-03-09 17:50:37.533942 > value = yield self.func(key)
  2228. 2012-03-09 17:50:37.533976 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2229. 2012-03-09 17:50:37.534011 > result = result.throwExceptionIntoGenerator(g)
  2230. 2012-03-09 17:50:37.534045 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2231. 2012-03-09 17:50:37.534080 > return g.throw(self.type, self.value, self.tb)
  2232. 2012-03-09 17:50:37.534114 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2233. 2012-03-09 17:50:37.534148 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2234. 2012-03-09 17:50:37.534192 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2235. 2012-03-09 17:50:37.534227 > result = result.throwExceptionIntoGenerator(g)
  2236. 2012-03-09 17:50:37.534261 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2237. 2012-03-09 17:50:37.534295 > return g.throw(self.type, self.value, self.tb)
  2238. 2012-03-09 17:50:37.534329 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2239. 2012-03-09 17:50:37.534363 > raise Error(**resp['error'])
  2240. 2012-03-09 17:50:37.534397 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2241. 2012-03-09 17:50:40.536459 > Error:
  2242. 2012-03-09 17:50:40.536535 > Traceback (most recent call last):
  2243. 2012-03-09 17:50:40.536575 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2244. 2012-03-09 17:50:40.536611 > current.result = callback(current.result, *args, **kw)
  2245. 2012-03-09 17:50:40.536646 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2246. 2012-03-09 17:50:40.536681 > _inlineCallbacks(r, g, deferred)
  2247. 2012-03-09 17:50:40.536716 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2248. 2012-03-09 17:50:40.536750 > result = result.throwExceptionIntoGenerator(g)
  2249. 2012-03-09 17:50:40.536785 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2250. 2012-03-09 17:50:40.536820 > return g.throw(self.type, self.value, self.tb)
  2251. 2012-03-09 17:50:40.536854 > --- <exception caught here> ---
  2252. 2012-03-09 17:50:40.536889 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2253. 2012-03-09 17:50:40.536923 > result = yield func(*args, **kwargs)
  2254. 2012-03-09 17:50:40.536957 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2255. 2012-03-09 17:50:40.536991 > result = result.throwExceptionIntoGenerator(g)
  2256. 2012-03-09 17:50:40.537025 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2257. 2012-03-09 17:50:40.537060 > return g.throw(self.type, self.value, self.tb)
  2258. 2012-03-09 17:50:40.537094 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2259. 2012-03-09 17:50:40.537129 > value = yield self.func(key)
  2260. 2012-03-09 17:50:40.537162 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2261. 2012-03-09 17:50:40.537197 > result = result.throwExceptionIntoGenerator(g)
  2262. 2012-03-09 17:50:40.537230 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2263. 2012-03-09 17:50:40.537276 > return g.throw(self.type, self.value, self.tb)
  2264. 2012-03-09 17:50:40.537310 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2265. 2012-03-09 17:50:40.537344 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2266. 2012-03-09 17:50:40.537381 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2267. 2012-03-09 17:50:40.537415 > result = result.throwExceptionIntoGenerator(g)
  2268. 2012-03-09 17:50:40.537449 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2269. 2012-03-09 17:50:40.537483 > return g.throw(self.type, self.value, self.tb)
  2270. 2012-03-09 17:50:40.537517 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2271. 2012-03-09 17:50:40.537558 > raise Error(**resp['error'])
  2272. 2012-03-09 17:50:40.537593 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2273. 2012-03-09 17:50:43.539225 > Error:
  2274. 2012-03-09 17:50:43.539296 > Traceback (most recent call last):
  2275. 2012-03-09 17:50:43.539333 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2276. 2012-03-09 17:50:43.539369 > current.result = callback(current.result, *args, **kw)
  2277. 2012-03-09 17:50:43.539404 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2278. 2012-03-09 17:50:43.539439 > _inlineCallbacks(r, g, deferred)
  2279. 2012-03-09 17:50:43.539473 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2280. 2012-03-09 17:50:43.539507 > result = result.throwExceptionIntoGenerator(g)
  2281. 2012-03-09 17:50:43.539547 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2282. 2012-03-09 17:50:43.539584 > return g.throw(self.type, self.value, self.tb)
  2283. 2012-03-09 17:50:43.539618 > --- <exception caught here> ---
  2284. 2012-03-09 17:50:43.539652 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2285. 2012-03-09 17:50:43.539686 > result = yield func(*args, **kwargs)
  2286. 2012-03-09 17:50:43.539720 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2287. 2012-03-09 17:50:43.539754 > result = result.throwExceptionIntoGenerator(g)
  2288. 2012-03-09 17:50:43.539788 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2289. 2012-03-09 17:50:43.539822 > return g.throw(self.type, self.value, self.tb)
  2290. 2012-03-09 17:50:43.539856 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2291. 2012-03-09 17:50:43.539890 > value = yield self.func(key)
  2292. 2012-03-09 17:50:43.539924 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2293. 2012-03-09 17:50:43.539958 > result = result.throwExceptionIntoGenerator(g)
  2294. 2012-03-09 17:50:43.539991 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2295. 2012-03-09 17:50:43.540029 > return g.throw(self.type, self.value, self.tb)
  2296. 2012-03-09 17:50:43.540063 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2297. 2012-03-09 17:50:43.540098 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2298. 2012-03-09 17:50:43.540136 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2299. 2012-03-09 17:50:43.540277 > result = result.throwExceptionIntoGenerator(g)
  2300. 2012-03-09 17:50:43.540314 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2301. 2012-03-09 17:50:43.540359 > return g.throw(self.type, self.value, self.tb)
  2302. 2012-03-09 17:50:43.540395 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2303. 2012-03-09 17:50:43.540429 > raise Error(**resp['error'])
  2304. 2012-03-09 17:50:43.540464 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2305. 2012-03-09 17:50:46.542207 > Error:
  2306. 2012-03-09 17:50:46.542279 > Traceback (most recent call last):
  2307. 2012-03-09 17:50:46.542316 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2308. 2012-03-09 17:50:46.542352 > current.result = callback(current.result, *args, **kw)
  2309. 2012-03-09 17:50:46.542387 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2310. 2012-03-09 17:50:46.542421 > _inlineCallbacks(r, g, deferred)
  2311. 2012-03-09 17:50:46.542456 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2312. 2012-03-09 17:50:46.542491 > result = result.throwExceptionIntoGenerator(g)
  2313. 2012-03-09 17:50:46.542524 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2314. 2012-03-09 17:50:46.542577 > return g.throw(self.type, self.value, self.tb)
  2315. 2012-03-09 17:50:46.542613 > --- <exception caught here> ---
  2316. 2012-03-09 17:50:46.542647 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2317. 2012-03-09 17:50:46.542682 > result = yield func(*args, **kwargs)
  2318. 2012-03-09 17:50:46.542716 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2319. 2012-03-09 17:50:46.542750 > result = result.throwExceptionIntoGenerator(g)
  2320. 2012-03-09 17:50:46.542784 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2321. 2012-03-09 17:50:46.542819 > return g.throw(self.type, self.value, self.tb)
  2322. 2012-03-09 17:50:46.542853 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2323. 2012-03-09 17:50:46.542887 > value = yield self.func(key)
  2324. 2012-03-09 17:50:46.542920 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2325. 2012-03-09 17:50:46.542955 > result = result.throwExceptionIntoGenerator(g)
  2326. 2012-03-09 17:50:46.542988 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2327. 2012-03-09 17:50:46.543022 > return g.throw(self.type, self.value, self.tb)
  2328. 2012-03-09 17:50:46.543056 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2329. 2012-03-09 17:50:46.543090 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2330. 2012-03-09 17:50:46.543128 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2331. 2012-03-09 17:50:46.543162 > result = result.throwExceptionIntoGenerator(g)
  2332. 2012-03-09 17:50:46.543196 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2333. 2012-03-09 17:50:46.543230 > return g.throw(self.type, self.value, self.tb)
  2334. 2012-03-09 17:50:46.543264 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2335. 2012-03-09 17:50:46.543298 > raise Error(**resp['error'])
  2336. 2012-03-09 17:50:46.543331 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2337. 2012-03-09 17:50:49.545000 > Error:
  2338. 2012-03-09 17:50:49.547622 > Traceback (most recent call last):
  2339. 2012-03-09 17:50:49.547678 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2340. 2012-03-09 17:50:49.547727 > current.result = callback(current.result, *args, **kw)
  2341. 2012-03-09 17:50:49.547763 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2342. 2012-03-09 17:50:49.547807 > _inlineCallbacks(r, g, deferred)
  2343. 2012-03-09 17:50:49.547843 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2344. 2012-03-09 17:50:49.547878 > result = result.throwExceptionIntoGenerator(g)
  2345. 2012-03-09 17:50:49.547912 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2346. 2012-03-09 17:50:49.547948 > return g.throw(self.type, self.value, self.tb)
  2347. 2012-03-09 17:50:49.547982 > --- <exception caught here> ---
  2348. 2012-03-09 17:50:49.548017 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2349. 2012-03-09 17:50:49.548051 > result = yield func(*args, **kwargs)
  2350. 2012-03-09 17:50:49.548085 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2351. 2012-03-09 17:50:49.548120 > result = result.throwExceptionIntoGenerator(g)
  2352. 2012-03-09 17:50:49.548154 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2353. 2012-03-09 17:50:49.548189 > return g.throw(self.type, self.value, self.tb)
  2354. 2012-03-09 17:50:49.548230 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2355. 2012-03-09 17:50:49.548265 > value = yield self.func(key)
  2356. 2012-03-09 17:50:49.548299 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2357. 2012-03-09 17:50:49.548334 > result = result.throwExceptionIntoGenerator(g)
  2358. 2012-03-09 17:50:49.548367 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2359. 2012-03-09 17:50:49.548403 > return g.throw(self.type, self.value, self.tb)
  2360. 2012-03-09 17:50:49.548437 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2361. 2012-03-09 17:50:49.548471 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2362. 2012-03-09 17:50:49.548509 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2363. 2012-03-09 17:50:49.548550 > result = result.throwExceptionIntoGenerator(g)
  2364. 2012-03-09 17:50:49.548585 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2365. 2012-03-09 17:50:49.548619 > return g.throw(self.type, self.value, self.tb)
  2366. 2012-03-09 17:50:49.548654 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2367. 2012-03-09 17:50:49.548688 > raise Error(**resp['error'])
  2368. 2012-03-09 17:50:49.548722 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2369. 2012-03-09 17:50:52.550343 > Error:
  2370. 2012-03-09 17:50:52.550413 > Traceback (most recent call last):
  2371. 2012-03-09 17:50:52.550450 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2372. 2012-03-09 17:50:52.550486 > current.result = callback(current.result, *args, **kw)
  2373. 2012-03-09 17:50:52.550520 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2374. 2012-03-09 17:50:52.550564 > _inlineCallbacks(r, g, deferred)
  2375. 2012-03-09 17:50:52.550599 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2376. 2012-03-09 17:50:52.550633 > result = result.throwExceptionIntoGenerator(g)
  2377. 2012-03-09 17:50:52.550667 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2378. 2012-03-09 17:50:52.550702 > return g.throw(self.type, self.value, self.tb)
  2379. 2012-03-09 17:50:52.550736 > --- <exception caught here> ---
  2380. 2012-03-09 17:50:52.550770 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2381. 2012-03-09 17:50:52.550804 > result = yield func(*args, **kwargs)
  2382. 2012-03-09 17:50:52.550849 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2383. 2012-03-09 17:50:52.550883 > result = result.throwExceptionIntoGenerator(g)
  2384. 2012-03-09 17:50:52.550917 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2385. 2012-03-09 17:50:52.550951 > return g.throw(self.type, self.value, self.tb)
  2386. 2012-03-09 17:50:52.550985 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2387. 2012-03-09 17:50:52.551019 > value = yield self.func(key)
  2388. 2012-03-09 17:50:52.551052 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2389. 2012-03-09 17:50:52.551086 > result = result.throwExceptionIntoGenerator(g)
  2390. 2012-03-09 17:50:52.551119 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2391. 2012-03-09 17:50:52.551154 > return g.throw(self.type, self.value, self.tb)
  2392. 2012-03-09 17:50:52.551187 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2393. 2012-03-09 17:50:52.551222 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2394. 2012-03-09 17:50:52.551264 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2395. 2012-03-09 17:50:52.551299 > result = result.throwExceptionIntoGenerator(g)
  2396. 2012-03-09 17:50:52.551333 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2397. 2012-03-09 17:50:52.551367 > return g.throw(self.type, self.value, self.tb)
  2398. 2012-03-09 17:50:52.551400 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2399. 2012-03-09 17:50:52.551434 > raise Error(**resp['error'])
  2400. 2012-03-09 17:50:52.551468 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2401. 2012-03-09 17:50:55.553141 > Error:
  2402. 2012-03-09 17:50:55.553222 > Traceback (most recent call last):
  2403. 2012-03-09 17:50:55.553261 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2404. 2012-03-09 17:50:55.553298 > current.result = callback(current.result, *args, **kw)
  2405. 2012-03-09 17:50:55.553335 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2406. 2012-03-09 17:50:55.553371 > _inlineCallbacks(r, g, deferred)
  2407. 2012-03-09 17:50:55.553407 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2408. 2012-03-09 17:50:55.553443 > result = result.throwExceptionIntoGenerator(g)
  2409. 2012-03-09 17:50:55.553479 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2410. 2012-03-09 17:50:55.553515 > return g.throw(self.type, self.value, self.tb)
  2411. 2012-03-09 17:50:55.553557 > --- <exception caught here> ---
  2412. 2012-03-09 17:50:55.553594 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2413. 2012-03-09 17:50:55.553630 > result = yield func(*args, **kwargs)
  2414. 2012-03-09 17:50:55.553666 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2415. 2012-03-09 17:50:55.553701 > result = result.throwExceptionIntoGenerator(g)
  2416. 2012-03-09 17:50:55.553737 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2417. 2012-03-09 17:50:55.553773 > return g.throw(self.type, self.value, self.tb)
  2418. 2012-03-09 17:50:55.553808 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2419. 2012-03-09 17:50:55.553844 > value = yield self.func(key)
  2420. 2012-03-09 17:50:55.553879 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2421. 2012-03-09 17:50:55.553915 > result = result.throwExceptionIntoGenerator(g)
  2422. 2012-03-09 17:50:55.553964 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2423. 2012-03-09 17:50:55.554000 > return g.throw(self.type, self.value, self.tb)
  2424. 2012-03-09 17:50:55.554034 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2425. 2012-03-09 17:50:55.554069 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2426. 2012-03-09 17:50:55.554107 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2427. 2012-03-09 17:50:55.554143 > result = result.throwExceptionIntoGenerator(g)
  2428. 2012-03-09 17:50:55.554177 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2429. 2012-03-09 17:50:55.554212 > return g.throw(self.type, self.value, self.tb)
  2430. 2012-03-09 17:50:55.554246 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2431. 2012-03-09 17:50:55.554281 > raise Error(**resp['error'])
  2432. 2012-03-09 17:50:55.554315 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2433. 2012-03-09 17:50:58.555949 > Error:
  2434. 2012-03-09 17:50:58.556018 > Traceback (most recent call last):
  2435. 2012-03-09 17:50:58.556055 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2436. 2012-03-09 17:50:58.556091 > current.result = callback(current.result, *args, **kw)
  2437. 2012-03-09 17:50:58.556126 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2438. 2012-03-09 17:50:58.556161 > _inlineCallbacks(r, g, deferred)
  2439. 2012-03-09 17:50:58.556195 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2440. 2012-03-09 17:50:58.556230 > result = result.throwExceptionIntoGenerator(g)
  2441. 2012-03-09 17:50:58.556264 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2442. 2012-03-09 17:50:58.556299 > return g.throw(self.type, self.value, self.tb)
  2443. 2012-03-09 17:50:58.556333 > --- <exception caught here> ---
  2444. 2012-03-09 17:50:58.556367 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2445. 2012-03-09 17:50:58.556401 > result = yield func(*args, **kwargs)
  2446. 2012-03-09 17:50:58.556435 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2447. 2012-03-09 17:50:58.556470 > result = result.throwExceptionIntoGenerator(g)
  2448. 2012-03-09 17:50:58.556503 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2449. 2012-03-09 17:50:58.556546 > return g.throw(self.type, self.value, self.tb)
  2450. 2012-03-09 17:50:58.556582 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2451. 2012-03-09 17:50:58.556616 > value = yield self.func(key)
  2452. 2012-03-09 17:50:58.556650 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2453. 2012-03-09 17:50:58.556684 > result = result.throwExceptionIntoGenerator(g)
  2454. 2012-03-09 17:50:58.556718 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2455. 2012-03-09 17:50:58.556752 > return g.throw(self.type, self.value, self.tb)
  2456. 2012-03-09 17:50:58.556786 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2457. 2012-03-09 17:50:58.556821 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2458. 2012-03-09 17:50:58.556858 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2459. 2012-03-09 17:50:58.556893 > result = result.throwExceptionIntoGenerator(g)
  2460. 2012-03-09 17:50:58.556935 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2461. 2012-03-09 17:50:58.556971 > return g.throw(self.type, self.value, self.tb)
  2462. 2012-03-09 17:50:58.557005 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2463. 2012-03-09 17:50:58.557039 > raise Error(**resp['error'])
  2464. 2012-03-09 17:50:58.557072 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2465. 2012-03-09 17:51:01.558696 > Error:
  2466. 2012-03-09 17:51:01.558764 > Traceback (most recent call last):
  2467. 2012-03-09 17:51:01.558801 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2468. 2012-03-09 17:51:01.558837 > current.result = callback(current.result, *args, **kw)
  2469. 2012-03-09 17:51:01.558872 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2470. 2012-03-09 17:51:01.558907 > _inlineCallbacks(r, g, deferred)
  2471. 2012-03-09 17:51:01.558941 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2472. 2012-03-09 17:51:01.558986 > result = result.throwExceptionIntoGenerator(g)
  2473. 2012-03-09 17:51:01.559021 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2474. 2012-03-09 17:51:01.559056 > return g.throw(self.type, self.value, self.tb)
  2475. 2012-03-09 17:51:01.559091 > --- <exception caught here> ---
  2476. 2012-03-09 17:51:01.559124 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2477. 2012-03-09 17:51:01.559159 > result = yield func(*args, **kwargs)
  2478. 2012-03-09 17:51:01.559193 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2479. 2012-03-09 17:51:01.559228 > result = result.throwExceptionIntoGenerator(g)
  2480. 2012-03-09 17:51:01.559261 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2481. 2012-03-09 17:51:01.559295 > return g.throw(self.type, self.value, self.tb)
  2482. 2012-03-09 17:51:01.559329 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2483. 2012-03-09 17:51:01.559362 > value = yield self.func(key)
  2484. 2012-03-09 17:51:01.559396 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2485. 2012-03-09 17:51:01.559430 > result = result.throwExceptionIntoGenerator(g)
  2486. 2012-03-09 17:51:01.559463 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2487. 2012-03-09 17:51:01.559498 > return g.throw(self.type, self.value, self.tb)
  2488. 2012-03-09 17:51:01.559536 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2489. 2012-03-09 17:51:01.559574 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2490. 2012-03-09 17:51:01.559611 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2491. 2012-03-09 17:51:01.559645 > result = result.throwExceptionIntoGenerator(g)
  2492. 2012-03-09 17:51:01.559679 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2493. 2012-03-09 17:51:01.559713 > return g.throw(self.type, self.value, self.tb)
  2494. 2012-03-09 17:51:01.559746 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2495. 2012-03-09 17:51:01.559780 > raise Error(**resp['error'])
  2496. 2012-03-09 17:51:01.559813 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2497. 2012-03-09 17:51:04.561440 > Error:
  2498. 2012-03-09 17:51:04.561511 > Traceback (most recent call last):
  2499. 2012-03-09 17:51:04.561554 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2500. 2012-03-09 17:51:04.561602 > current.result = callback(current.result, *args, **kw)
  2501. 2012-03-09 17:51:04.561637 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2502. 2012-03-09 17:51:04.561673 > _inlineCallbacks(r, g, deferred)
  2503. 2012-03-09 17:51:04.561708 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2504. 2012-03-09 17:51:04.561742 > result = result.throwExceptionIntoGenerator(g)
  2505. 2012-03-09 17:51:04.561776 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2506. 2012-03-09 17:51:04.561812 > return g.throw(self.type, self.value, self.tb)
  2507. 2012-03-09 17:51:04.561846 > --- <exception caught here> ---
  2508. 2012-03-09 17:51:04.561879 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2509. 2012-03-09 17:51:04.561913 > result = yield func(*args, **kwargs)
  2510. 2012-03-09 17:51:04.561947 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2511. 2012-03-09 17:51:04.561982 > result = result.throwExceptionIntoGenerator(g)
  2512. 2012-03-09 17:51:04.562015 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2513. 2012-03-09 17:51:04.562057 > return g.throw(self.type, self.value, self.tb)
  2514. 2012-03-09 17:51:04.562091 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2515. 2012-03-09 17:51:04.562125 > value = yield self.func(key)
  2516. 2012-03-09 17:51:04.562158 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2517. 2012-03-09 17:51:04.562192 > result = result.throwExceptionIntoGenerator(g)
  2518. 2012-03-09 17:51:04.562226 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2519. 2012-03-09 17:51:04.562260 > return g.throw(self.type, self.value, self.tb)
  2520. 2012-03-09 17:51:04.562293 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2521. 2012-03-09 17:51:04.562328 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2522. 2012-03-09 17:51:04.562365 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2523. 2012-03-09 17:51:04.562400 > result = result.throwExceptionIntoGenerator(g)
  2524. 2012-03-09 17:51:04.562433 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2525. 2012-03-09 17:51:04.562467 > return g.throw(self.type, self.value, self.tb)
  2526. 2012-03-09 17:51:04.562501 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2527. 2012-03-09 17:51:04.562541 > raise Error(**resp['error'])
  2528. 2012-03-09 17:51:04.562578 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2529. 2012-03-09 17:51:07.564218 > Error:
  2530. 2012-03-09 17:51:07.564290 > Traceback (most recent call last):
  2531. 2012-03-09 17:51:07.564327 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2532. 2012-03-09 17:51:07.564364 > current.result = callback(current.result, *args, **kw)
  2533. 2012-03-09 17:51:07.564398 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2534. 2012-03-09 17:51:07.564433 > _inlineCallbacks(r, g, deferred)
  2535. 2012-03-09 17:51:07.564468 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2536. 2012-03-09 17:51:07.564502 > result = result.throwExceptionIntoGenerator(g)
  2537. 2012-03-09 17:51:07.564541 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2538. 2012-03-09 17:51:07.564579 > return g.throw(self.type, self.value, self.tb)
  2539. 2012-03-09 17:51:07.564613 > --- <exception caught here> ---
  2540. 2012-03-09 17:51:07.564647 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2541. 2012-03-09 17:51:07.564691 > result = yield func(*args, **kwargs)
  2542. 2012-03-09 17:51:07.564726 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2543. 2012-03-09 17:51:07.564761 > result = result.throwExceptionIntoGenerator(g)
  2544. 2012-03-09 17:51:07.564795 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2545. 2012-03-09 17:51:07.564830 > return g.throw(self.type, self.value, self.tb)
  2546. 2012-03-09 17:51:07.564864 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2547. 2012-03-09 17:51:07.564897 > value = yield self.func(key)
  2548. 2012-03-09 17:51:07.564930 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2549. 2012-03-09 17:51:07.564966 > result = result.throwExceptionIntoGenerator(g)
  2550. 2012-03-09 17:51:07.565000 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2551. 2012-03-09 17:51:07.565035 > return g.throw(self.type, self.value, self.tb)
  2552. 2012-03-09 17:51:07.565069 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2553. 2012-03-09 17:51:07.565110 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2554. 2012-03-09 17:51:07.565148 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2555. 2012-03-09 17:51:07.565183 > result = result.throwExceptionIntoGenerator(g)
  2556. 2012-03-09 17:51:07.565217 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2557. 2012-03-09 17:51:07.565251 > return g.throw(self.type, self.value, self.tb)
  2558. 2012-03-09 17:51:07.565285 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2559. 2012-03-09 17:51:07.565318 > raise Error(**resp['error'])
  2560. 2012-03-09 17:51:07.565351 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2561. 2012-03-09 17:51:10.567001 > Error:
  2562. 2012-03-09 17:51:10.567071 > Traceback (most recent call last):
  2563. 2012-03-09 17:51:10.567109 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2564. 2012-03-09 17:51:10.567145 > current.result = callback(current.result, *args, **kw)
  2565. 2012-03-09 17:51:10.567180 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2566. 2012-03-09 17:51:10.567215 > _inlineCallbacks(r, g, deferred)
  2567. 2012-03-09 17:51:10.567249 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2568. 2012-03-09 17:51:10.567284 > result = result.throwExceptionIntoGenerator(g)
  2569. 2012-03-09 17:51:10.567319 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2570. 2012-03-09 17:51:10.567354 > return g.throw(self.type, self.value, self.tb)
  2571. 2012-03-09 17:51:10.567388 > --- <exception caught here> ---
  2572. 2012-03-09 17:51:10.567422 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2573. 2012-03-09 17:51:10.567456 > result = yield func(*args, **kwargs)
  2574. 2012-03-09 17:51:10.567490 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2575. 2012-03-09 17:51:10.567525 > result = result.throwExceptionIntoGenerator(g)
  2576. 2012-03-09 17:51:10.567567 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2577. 2012-03-09 17:51:10.567602 > return g.throw(self.type, self.value, self.tb)
  2578. 2012-03-09 17:51:10.567637 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2579. 2012-03-09 17:51:10.567671 > value = yield self.func(key)
  2580. 2012-03-09 17:51:10.567705 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2581. 2012-03-09 17:51:10.567750 > result = result.throwExceptionIntoGenerator(g)
  2582. 2012-03-09 17:51:10.567785 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2583. 2012-03-09 17:51:10.567820 > return g.throw(self.type, self.value, self.tb)
  2584. 2012-03-09 17:51:10.567855 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2585. 2012-03-09 17:51:10.567890 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2586. 2012-03-09 17:51:10.567927 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2587. 2012-03-09 17:51:10.567962 > result = result.throwExceptionIntoGenerator(g)
  2588. 2012-03-09 17:51:10.567996 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2589. 2012-03-09 17:51:10.568031 > return g.throw(self.type, self.value, self.tb)
  2590. 2012-03-09 17:51:10.568065 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2591. 2012-03-09 17:51:10.568109 > raise Error(**resp['error'])
  2592. 2012-03-09 17:51:10.568144 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2593. 2012-03-09 17:51:13.569845 > Error:
  2594. 2012-03-09 17:51:13.569919 > Traceback (most recent call last):
  2595. 2012-03-09 17:51:13.569956 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2596. 2012-03-09 17:51:13.569993 > current.result = callback(current.result, *args, **kw)
  2597. 2012-03-09 17:51:13.570028 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2598. 2012-03-09 17:51:13.570064 > _inlineCallbacks(r, g, deferred)
  2599. 2012-03-09 17:51:13.570099 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2600. 2012-03-09 17:51:13.570133 > result = result.throwExceptionIntoGenerator(g)
  2601. 2012-03-09 17:51:13.570168 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2602. 2012-03-09 17:51:13.570203 > return g.throw(self.type, self.value, self.tb)
  2603. 2012-03-09 17:51:13.570237 > --- <exception caught here> ---
  2604. 2012-03-09 17:51:13.570272 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2605. 2012-03-09 17:51:13.570306 > result = yield func(*args, **kwargs)
  2606. 2012-03-09 17:51:13.570341 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2607. 2012-03-09 17:51:13.570375 > result = result.throwExceptionIntoGenerator(g)
  2608. 2012-03-09 17:51:13.570409 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2609. 2012-03-09 17:51:13.570444 > return g.throw(self.type, self.value, self.tb)
  2610. 2012-03-09 17:51:13.570478 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2611. 2012-03-09 17:51:13.570512 > value = yield self.func(key)
  2612. 2012-03-09 17:51:13.570554 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2613. 2012-03-09 17:51:13.570590 > result = result.throwExceptionIntoGenerator(g)
  2614. 2012-03-09 17:51:13.570625 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2615. 2012-03-09 17:51:13.570659 > return g.throw(self.type, self.value, self.tb)
  2616. 2012-03-09 17:51:13.570693 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2617. 2012-03-09 17:51:13.570728 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2618. 2012-03-09 17:51:13.570765 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2619. 2012-03-09 17:51:13.570810 > result = result.throwExceptionIntoGenerator(g)
  2620. 2012-03-09 17:51:13.570845 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2621. 2012-03-09 17:51:13.570880 > return g.throw(self.type, self.value, self.tb)
  2622. 2012-03-09 17:51:13.570914 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2623. 2012-03-09 17:51:13.570948 > raise Error(**resp['error'])
  2624. 2012-03-09 17:51:13.570982 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2625. 2012-03-09 17:51:16.572639 > Error:
  2626. 2012-03-09 17:51:16.572709 > Traceback (most recent call last):
  2627. 2012-03-09 17:51:16.572747 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2628. 2012-03-09 17:51:16.572783 > current.result = callback(current.result, *args, **kw)
  2629. 2012-03-09 17:51:16.572818 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2630. 2012-03-09 17:51:16.572853 > _inlineCallbacks(r, g, deferred)
  2631. 2012-03-09 17:51:16.572897 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2632. 2012-03-09 17:51:16.572933 > result = result.throwExceptionIntoGenerator(g)
  2633. 2012-03-09 17:51:16.572967 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2634. 2012-03-09 17:51:16.573003 > return g.throw(self.type, self.value, self.tb)
  2635. 2012-03-09 17:51:16.573037 > --- <exception caught here> ---
  2636. 2012-03-09 17:51:16.573071 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2637. 2012-03-09 17:51:16.573105 > result = yield func(*args, **kwargs)
  2638. 2012-03-09 17:51:16.573139 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2639. 2012-03-09 17:51:16.573174 > result = result.throwExceptionIntoGenerator(g)
  2640. 2012-03-09 17:51:16.573208 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2641. 2012-03-09 17:51:16.573243 > return g.throw(self.type, self.value, self.tb)
  2642. 2012-03-09 17:51:16.573277 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2643. 2012-03-09 17:51:16.573311 > value = yield self.func(key)
  2644. 2012-03-09 17:51:16.573345 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2645. 2012-03-09 17:51:16.573387 > result = result.throwExceptionIntoGenerator(g)
  2646. 2012-03-09 17:51:16.573423 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2647. 2012-03-09 17:51:16.573458 > return g.throw(self.type, self.value, self.tb)
  2648. 2012-03-09 17:51:16.573493 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2649. 2012-03-09 17:51:16.573528 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2650. 2012-03-09 17:51:16.573575 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2651. 2012-03-09 17:51:16.573611 > result = result.throwExceptionIntoGenerator(g)
  2652. 2012-03-09 17:51:16.573645 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2653. 2012-03-09 17:51:16.573680 > return g.throw(self.type, self.value, self.tb)
  2654. 2012-03-09 17:51:16.573714 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2655. 2012-03-09 17:51:16.573747 > raise Error(**resp['error'])
  2656. 2012-03-09 17:51:16.573781 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2657. 2012-03-09 17:51:19.575405 > Error:
  2658. 2012-03-09 17:51:19.575479 > Traceback (most recent call last):
  2659. 2012-03-09 17:51:19.575525 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2660. 2012-03-09 17:51:19.575572 > current.result = callback(current.result, *args, **kw)
  2661. 2012-03-09 17:51:19.575607 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2662. 2012-03-09 17:51:19.575643 > _inlineCallbacks(r, g, deferred)
  2663. 2012-03-09 17:51:19.575678 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2664. 2012-03-09 17:51:19.575713 > result = result.throwExceptionIntoGenerator(g)
  2665. 2012-03-09 17:51:19.575748 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2666. 2012-03-09 17:51:19.575783 > return g.throw(self.type, self.value, self.tb)
  2667. 2012-03-09 17:51:19.575817 > --- <exception caught here> ---
  2668. 2012-03-09 17:51:19.575851 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2669. 2012-03-09 17:51:19.575886 > result = yield func(*args, **kwargs)
  2670. 2012-03-09 17:51:19.575920 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2671. 2012-03-09 17:51:19.575955 > result = result.throwExceptionIntoGenerator(g)
  2672. 2012-03-09 17:51:19.575995 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2673. 2012-03-09 17:51:19.576031 > return g.throw(self.type, self.value, self.tb)
  2674. 2012-03-09 17:51:19.576065 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2675. 2012-03-09 17:51:19.576099 > value = yield self.func(key)
  2676. 2012-03-09 17:51:19.576133 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2677. 2012-03-09 17:51:19.576167 > result = result.throwExceptionIntoGenerator(g)
  2678. 2012-03-09 17:51:19.576201 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2679. 2012-03-09 17:51:19.576236 > return g.throw(self.type, self.value, self.tb)
  2680. 2012-03-09 17:51:19.576270 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2681. 2012-03-09 17:51:19.576304 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2682. 2012-03-09 17:51:19.576341 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2683. 2012-03-09 17:51:19.576376 > result = result.throwExceptionIntoGenerator(g)
  2684. 2012-03-09 17:51:19.576410 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2685. 2012-03-09 17:51:19.576445 > return g.throw(self.type, self.value, self.tb)
  2686. 2012-03-09 17:51:19.576478 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2687. 2012-03-09 17:51:19.576512 > raise Error(**resp['error'])
  2688. 2012-03-09 17:51:19.576552 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2689. 2012-03-09 17:51:22.578203 > Error:
  2690. 2012-03-09 17:51:22.578277 > Traceback (most recent call last):
  2691. 2012-03-09 17:51:22.578314 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2692. 2012-03-09 17:51:22.578350 > current.result = callback(current.result, *args, **kw)
  2693. 2012-03-09 17:51:22.578385 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2694. 2012-03-09 17:51:22.578420 > _inlineCallbacks(r, g, deferred)
  2695. 2012-03-09 17:51:22.578455 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2696. 2012-03-09 17:51:22.578490 > result = result.throwExceptionIntoGenerator(g)
  2697. 2012-03-09 17:51:22.578524 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2698. 2012-03-09 17:51:22.578567 > return g.throw(self.type, self.value, self.tb)
  2699. 2012-03-09 17:51:22.578611 > --- <exception caught here> ---
  2700. 2012-03-09 17:51:22.578645 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2701. 2012-03-09 17:51:22.578680 > result = yield func(*args, **kwargs)
  2702. 2012-03-09 17:51:22.578714 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2703. 2012-03-09 17:51:22.578749 > result = result.throwExceptionIntoGenerator(g)
  2704. 2012-03-09 17:51:22.578782 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2705. 2012-03-09 17:51:22.578817 > return g.throw(self.type, self.value, self.tb)
  2706. 2012-03-09 17:51:22.578851 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2707. 2012-03-09 17:51:22.578885 > value = yield self.func(key)
  2708. 2012-03-09 17:51:22.578918 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2709. 2012-03-09 17:51:22.578952 > result = result.throwExceptionIntoGenerator(g)
  2710. 2012-03-09 17:51:22.578986 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2711. 2012-03-09 17:51:22.579027 > return g.throw(self.type, self.value, self.tb)
  2712. 2012-03-09 17:51:22.579061 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2713. 2012-03-09 17:51:22.579096 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2714. 2012-03-09 17:51:22.579133 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2715. 2012-03-09 17:51:22.579168 > result = result.throwExceptionIntoGenerator(g)
  2716. 2012-03-09 17:51:22.579202 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2717. 2012-03-09 17:51:22.579237 > return g.throw(self.type, self.value, self.tb)
  2718. 2012-03-09 17:51:22.579270 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2719. 2012-03-09 17:51:22.579304 > raise Error(**resp['error'])
  2720. 2012-03-09 17:51:22.579337 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2721. 2012-03-09 17:51:25.580983 > Error:
  2722. 2012-03-09 17:51:25.581052 > Traceback (most recent call last):
  2723. 2012-03-09 17:51:25.581089 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2724. 2012-03-09 17:51:25.581125 > current.result = callback(current.result, *args, **kw)
  2725. 2012-03-09 17:51:25.581160 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2726. 2012-03-09 17:51:25.581195 > _inlineCallbacks(r, g, deferred)
  2727. 2012-03-09 17:51:25.581230 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2728. 2012-03-09 17:51:25.581265 > result = result.throwExceptionIntoGenerator(g)
  2729. 2012-03-09 17:51:25.581300 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2730. 2012-03-09 17:51:25.581334 > return g.throw(self.type, self.value, self.tb)
  2731. 2012-03-09 17:51:25.581369 > --- <exception caught here> ---
  2732. 2012-03-09 17:51:25.581403 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2733. 2012-03-09 17:51:25.581437 > result = yield func(*args, **kwargs)
  2734. 2012-03-09 17:51:25.581471 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2735. 2012-03-09 17:51:25.581506 > result = result.throwExceptionIntoGenerator(g)
  2736. 2012-03-09 17:51:25.581546 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2737. 2012-03-09 17:51:25.581583 > return g.throw(self.type, self.value, self.tb)
  2738. 2012-03-09 17:51:25.581617 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2739. 2012-03-09 17:51:25.581662 > value = yield self.func(key)
  2740. 2012-03-09 17:51:25.581696 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2741. 2012-03-09 17:51:25.581731 > result = result.throwExceptionIntoGenerator(g)
  2742. 2012-03-09 17:51:25.581765 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2743. 2012-03-09 17:51:25.581799 > return g.throw(self.type, self.value, self.tb)
  2744. 2012-03-09 17:51:25.581833 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2745. 2012-03-09 17:51:25.581868 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2746. 2012-03-09 17:51:25.581905 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2747. 2012-03-09 17:51:25.581940 > result = result.throwExceptionIntoGenerator(g)
  2748. 2012-03-09 17:51:25.581974 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2749. 2012-03-09 17:51:25.582008 > return g.throw(self.type, self.value, self.tb)
  2750. 2012-03-09 17:51:25.582049 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2751. 2012-03-09 17:51:25.582083 > raise Error(**resp['error'])
  2752. 2012-03-09 17:51:25.582117 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2753. 2012-03-09 17:51:28.583740 > Error:
  2754. 2012-03-09 17:51:28.583811 > Traceback (most recent call last):
  2755. 2012-03-09 17:51:28.583848 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2756. 2012-03-09 17:51:28.583884 > current.result = callback(current.result, *args, **kw)
  2757. 2012-03-09 17:51:28.583919 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2758. 2012-03-09 17:51:28.583954 > _inlineCallbacks(r, g, deferred)
  2759. 2012-03-09 17:51:28.583988 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2760. 2012-03-09 17:51:28.584023 > result = result.throwExceptionIntoGenerator(g)
  2761. 2012-03-09 17:51:28.584057 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2762. 2012-03-09 17:51:28.584091 > return g.throw(self.type, self.value, self.tb)
  2763. 2012-03-09 17:51:28.584125 > --- <exception caught here> ---
  2764. 2012-03-09 17:51:28.584159 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2765. 2012-03-09 17:51:28.584193 > result = yield func(*args, **kwargs)
  2766. 2012-03-09 17:51:28.584227 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2767. 2012-03-09 17:51:28.584262 > result = result.throwExceptionIntoGenerator(g)
  2768. 2012-03-09 17:51:28.584295 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2769. 2012-03-09 17:51:28.584329 > return g.throw(self.type, self.value, self.tb)
  2770. 2012-03-09 17:51:28.584363 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2771. 2012-03-09 17:51:28.584397 > value = yield self.func(key)
  2772. 2012-03-09 17:51:28.584430 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2773. 2012-03-09 17:51:28.584465 > result = result.throwExceptionIntoGenerator(g)
  2774. 2012-03-09 17:51:28.584499 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2775. 2012-03-09 17:51:28.584544 > return g.throw(self.type, self.value, self.tb)
  2776. 2012-03-09 17:51:28.584581 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2777. 2012-03-09 17:51:28.584616 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2778. 2012-03-09 17:51:28.584663 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2779. 2012-03-09 17:51:28.584698 > result = result.throwExceptionIntoGenerator(g)
  2780. 2012-03-09 17:51:28.584732 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2781. 2012-03-09 17:51:28.584767 > return g.throw(self.type, self.value, self.tb)
  2782. 2012-03-09 17:51:28.584800 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2783. 2012-03-09 17:51:28.584834 > raise Error(**resp['error'])
  2784. 2012-03-09 17:51:28.584867 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2785. 2012-03-09 17:51:31.586490 > Error:
  2786. 2012-03-09 17:51:31.586568 > Traceback (most recent call last):
  2787. 2012-03-09 17:51:31.586608 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2788. 2012-03-09 17:51:31.586646 > current.result = callback(current.result, *args, **kw)
  2789. 2012-03-09 17:51:31.586682 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2790. 2012-03-09 17:51:31.586733 > _inlineCallbacks(r, g, deferred)
  2791. 2012-03-09 17:51:31.586769 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2792. 2012-03-09 17:51:31.586804 > result = result.throwExceptionIntoGenerator(g)
  2793. 2012-03-09 17:51:31.586839 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2794. 2012-03-09 17:51:31.586875 > return g.throw(self.type, self.value, self.tb)
  2795. 2012-03-09 17:51:31.586910 > --- <exception caught here> ---
  2796. 2012-03-09 17:51:31.586944 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2797. 2012-03-09 17:51:31.586979 > result = yield func(*args, **kwargs)
  2798. 2012-03-09 17:51:31.587014 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2799. 2012-03-09 17:51:31.587049 > result = result.throwExceptionIntoGenerator(g)
  2800. 2012-03-09 17:51:31.587084 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2801. 2012-03-09 17:51:31.587120 > return g.throw(self.type, self.value, self.tb)
  2802. 2012-03-09 17:51:31.587155 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2803. 2012-03-09 17:51:31.587189 > value = yield self.func(key)
  2804. 2012-03-09 17:51:31.587224 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2805. 2012-03-09 17:51:31.587259 > result = result.throwExceptionIntoGenerator(g)
  2806. 2012-03-09 17:51:31.587293 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2807. 2012-03-09 17:51:31.587328 > return g.throw(self.type, self.value, self.tb)
  2808. 2012-03-09 17:51:31.587363 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2809. 2012-03-09 17:51:31.587398 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2810. 2012-03-09 17:51:31.587436 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2811. 2012-03-09 17:51:31.587472 > result = result.throwExceptionIntoGenerator(g)
  2812. 2012-03-09 17:51:31.587506 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2813. 2012-03-09 17:51:31.587547 > return g.throw(self.type, self.value, self.tb)
  2814. 2012-03-09 17:51:31.587583 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2815. 2012-03-09 17:51:31.587618 > raise Error(**resp['error'])
  2816. 2012-03-09 17:51:31.587652 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2817. 2012-03-09 17:51:34.589329 > Error:
  2818. 2012-03-09 17:51:34.589401 > Traceback (most recent call last):
  2819. 2012-03-09 17:51:34.589439 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2820. 2012-03-09 17:51:34.589475 > current.result = callback(current.result, *args, **kw)
  2821. 2012-03-09 17:51:34.589510 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2822. 2012-03-09 17:51:34.589552 > _inlineCallbacks(r, g, deferred)
  2823. 2012-03-09 17:51:34.589588 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2824. 2012-03-09 17:51:34.589624 > result = result.throwExceptionIntoGenerator(g)
  2825. 2012-03-09 17:51:34.589659 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2826. 2012-03-09 17:51:34.589694 > return g.throw(self.type, self.value, self.tb)
  2827. 2012-03-09 17:51:34.589728 > --- <exception caught here> ---
  2828. 2012-03-09 17:51:34.589762 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2829. 2012-03-09 17:51:34.589797 > result = yield func(*args, **kwargs)
  2830. 2012-03-09 17:51:34.589832 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2831. 2012-03-09 17:51:34.589877 > result = result.throwExceptionIntoGenerator(g)
  2832. 2012-03-09 17:51:34.589912 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2833. 2012-03-09 17:51:34.589947 > return g.throw(self.type, self.value, self.tb)
  2834. 2012-03-09 17:51:34.589982 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2835. 2012-03-09 17:51:34.590016 > value = yield self.func(key)
  2836. 2012-03-09 17:51:34.590050 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2837. 2012-03-09 17:51:34.590086 > result = result.throwExceptionIntoGenerator(g)
  2838. 2012-03-09 17:51:34.590120 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2839. 2012-03-09 17:51:34.590155 > return g.throw(self.type, self.value, self.tb)
  2840. 2012-03-09 17:51:34.590190 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2841. 2012-03-09 17:51:34.590224 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2842. 2012-03-09 17:51:34.590261 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2843. 2012-03-09 17:51:34.590297 > result = result.throwExceptionIntoGenerator(g)
  2844. 2012-03-09 17:51:34.590331 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2845. 2012-03-09 17:51:34.590365 > return g.throw(self.type, self.value, self.tb)
  2846. 2012-03-09 17:51:34.590400 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2847. 2012-03-09 17:51:34.590434 > raise Error(**resp['error'])
  2848. 2012-03-09 17:51:34.590468 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2849. 2012-03-09 17:51:37.592124 > Error:
  2850. 2012-03-09 17:51:37.592195 > Traceback (most recent call last):
  2851. 2012-03-09 17:51:37.592233 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2852. 2012-03-09 17:51:37.592268 > current.result = callback(current.result, *args, **kw)
  2853. 2012-03-09 17:51:37.592303 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2854. 2012-03-09 17:51:37.592339 > _inlineCallbacks(r, g, deferred)
  2855. 2012-03-09 17:51:37.592373 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2856. 2012-03-09 17:51:37.592408 > result = result.throwExceptionIntoGenerator(g)
  2857. 2012-03-09 17:51:37.592443 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2858. 2012-03-09 17:51:37.592488 > return g.throw(self.type, self.value, self.tb)
  2859. 2012-03-09 17:51:37.592522 > --- <exception caught here> ---
  2860. 2012-03-09 17:51:37.592565 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2861. 2012-03-09 17:51:37.592599 > result = yield func(*args, **kwargs)
  2862. 2012-03-09 17:51:37.592633 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2863. 2012-03-09 17:51:37.592668 > result = result.throwExceptionIntoGenerator(g)
  2864. 2012-03-09 17:51:37.592702 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2865. 2012-03-09 17:51:37.592736 > return g.throw(self.type, self.value, self.tb)
  2866. 2012-03-09 17:51:37.592770 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2867. 2012-03-09 17:51:37.592804 > value = yield self.func(key)
  2868. 2012-03-09 17:51:37.592837 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2869. 2012-03-09 17:51:37.592871 > result = result.throwExceptionIntoGenerator(g)
  2870. 2012-03-09 17:51:37.592905 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2871. 2012-03-09 17:51:37.592946 > return g.throw(self.type, self.value, self.tb)
  2872. 2012-03-09 17:51:37.592981 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2873. 2012-03-09 17:51:37.593015 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2874. 2012-03-09 17:51:37.593052 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2875. 2012-03-09 17:51:37.593088 > result = result.throwExceptionIntoGenerator(g)
  2876. 2012-03-09 17:51:37.593121 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2877. 2012-03-09 17:51:37.593156 > return g.throw(self.type, self.value, self.tb)
  2878. 2012-03-09 17:51:37.593190 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2879. 2012-03-09 17:51:37.593224 > raise Error(**resp['error'])
  2880. 2012-03-09 17:51:37.593258 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2881. 2012-03-09 17:51:40.594848 > Error:
  2882. 2012-03-09 17:51:40.594912 > Traceback (most recent call last):
  2883. 2012-03-09 17:51:40.594949 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2884. 2012-03-09 17:51:40.594985 > current.result = callback(current.result, *args, **kw)
  2885. 2012-03-09 17:51:40.595020 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2886. 2012-03-09 17:51:40.595056 > _inlineCallbacks(r, g, deferred)
  2887. 2012-03-09 17:51:40.595090 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2888. 2012-03-09 17:51:40.595125 > result = result.throwExceptionIntoGenerator(g)
  2889. 2012-03-09 17:51:40.595159 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2890. 2012-03-09 17:51:40.595194 > return g.throw(self.type, self.value, self.tb)
  2891. 2012-03-09 17:51:40.595228 > --- <exception caught here> ---
  2892. 2012-03-09 17:51:40.595262 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2893. 2012-03-09 17:51:40.595296 > result = yield func(*args, **kwargs)
  2894. 2012-03-09 17:51:40.595330 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2895. 2012-03-09 17:51:40.595365 > result = result.throwExceptionIntoGenerator(g)
  2896. 2012-03-09 17:51:40.595399 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2897. 2012-03-09 17:51:40.595434 > return g.throw(self.type, self.value, self.tb)
  2898. 2012-03-09 17:51:40.595476 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2899. 2012-03-09 17:51:40.595511 > value = yield self.func(key)
  2900. 2012-03-09 17:51:40.595551 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2901. 2012-03-09 17:51:40.595588 > result = result.throwExceptionIntoGenerator(g)
  2902. 2012-03-09 17:51:40.595622 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2903. 2012-03-09 17:51:40.595657 > return g.throw(self.type, self.value, self.tb)
  2904. 2012-03-09 17:51:40.595691 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2905. 2012-03-09 17:51:40.595726 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2906. 2012-03-09 17:51:40.595763 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2907. 2012-03-09 17:51:40.595798 > result = result.throwExceptionIntoGenerator(g)
  2908. 2012-03-09 17:51:40.595833 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2909. 2012-03-09 17:51:40.595874 > return g.throw(self.type, self.value, self.tb)
  2910. 2012-03-09 17:51:40.595908 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2911. 2012-03-09 17:51:40.595942 > raise Error(**resp['error'])
  2912. 2012-03-09 17:51:40.595976 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2913. 2012-03-09 17:51:43.597610 > Error:
  2914. 2012-03-09 17:51:43.597680 > Traceback (most recent call last):
  2915. 2012-03-09 17:51:43.597716 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2916. 2012-03-09 17:51:43.597753 > current.result = callback(current.result, *args, **kw)
  2917. 2012-03-09 17:51:43.597788 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2918. 2012-03-09 17:51:43.597823 > _inlineCallbacks(r, g, deferred)
  2919. 2012-03-09 17:51:43.597857 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2920. 2012-03-09 17:51:43.597892 > result = result.throwExceptionIntoGenerator(g)
  2921. 2012-03-09 17:51:43.597927 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2922. 2012-03-09 17:51:43.597962 > return g.throw(self.type, self.value, self.tb)
  2923. 2012-03-09 17:51:43.597996 > --- <exception caught here> ---
  2924. 2012-03-09 17:51:43.598030 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2925. 2012-03-09 17:51:43.598064 > result = yield func(*args, **kwargs)
  2926. 2012-03-09 17:51:43.598098 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2927. 2012-03-09 17:51:43.598133 > result = result.throwExceptionIntoGenerator(g)
  2928. 2012-03-09 17:51:43.598167 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2929. 2012-03-09 17:51:43.598201 > return g.throw(self.type, self.value, self.tb)
  2930. 2012-03-09 17:51:43.598235 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2931. 2012-03-09 17:51:43.598269 > value = yield self.func(key)
  2932. 2012-03-09 17:51:43.598303 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2933. 2012-03-09 17:51:43.598338 > result = result.throwExceptionIntoGenerator(g)
  2934. 2012-03-09 17:51:43.598372 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2935. 2012-03-09 17:51:43.598407 > return g.throw(self.type, self.value, self.tb)
  2936. 2012-03-09 17:51:43.598441 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2937. 2012-03-09 17:51:43.598476 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2938. 2012-03-09 17:51:43.598523 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2939. 2012-03-09 17:51:43.598568 > result = result.throwExceptionIntoGenerator(g)
  2940. 2012-03-09 17:51:43.598603 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2941. 2012-03-09 17:51:43.598637 > return g.throw(self.type, self.value, self.tb)
  2942. 2012-03-09 17:51:43.598681 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2943. 2012-03-09 17:51:43.598715 > raise Error(**resp['error'])
  2944. 2012-03-09 17:51:43.598750 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2945. 2012-03-09 17:51:46.600380 > Error:
  2946. 2012-03-09 17:51:46.600452 > Traceback (most recent call last):
  2947. 2012-03-09 17:51:46.600489 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2948. 2012-03-09 17:51:46.600525 > current.result = callback(current.result, *args, **kw)
  2949. 2012-03-09 17:51:46.600578 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2950. 2012-03-09 17:51:46.600614 > _inlineCallbacks(r, g, deferred)
  2951. 2012-03-09 17:51:46.600649 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2952. 2012-03-09 17:51:46.600685 > result = result.throwExceptionIntoGenerator(g)
  2953. 2012-03-09 17:51:46.600719 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2954. 2012-03-09 17:51:46.600755 > return g.throw(self.type, self.value, self.tb)
  2955. 2012-03-09 17:51:46.600789 > --- <exception caught here> ---
  2956. 2012-03-09 17:51:46.600823 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2957. 2012-03-09 17:51:46.600858 > result = yield func(*args, **kwargs)
  2958. 2012-03-09 17:51:46.600892 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2959. 2012-03-09 17:51:46.600927 > result = result.throwExceptionIntoGenerator(g)
  2960. 2012-03-09 17:51:46.600961 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2961. 2012-03-09 17:51:46.600995 > return g.throw(self.type, self.value, self.tb)
  2962. 2012-03-09 17:51:46.601029 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2963. 2012-03-09 17:51:46.601063 > value = yield self.func(key)
  2964. 2012-03-09 17:51:46.601097 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2965. 2012-03-09 17:51:46.601131 > result = result.throwExceptionIntoGenerator(g)
  2966. 2012-03-09 17:51:46.601165 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2967. 2012-03-09 17:51:46.601200 > return g.throw(self.type, self.value, self.tb)
  2968. 2012-03-09 17:51:46.601234 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  2969. 2012-03-09 17:51:46.601268 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  2970. 2012-03-09 17:51:46.601305 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2971. 2012-03-09 17:51:46.601340 > result = result.throwExceptionIntoGenerator(g)
  2972. 2012-03-09 17:51:46.601374 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2973. 2012-03-09 17:51:46.601409 > return g.throw(self.type, self.value, self.tb)
  2974. 2012-03-09 17:51:46.601443 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  2975. 2012-03-09 17:51:46.601477 > raise Error(**resp['error'])
  2976. 2012-03-09 17:51:46.601511 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  2977. 2012-03-09 17:51:49.603178 > Error:
  2978. 2012-03-09 17:51:49.603248 > Traceback (most recent call last):
  2979. 2012-03-09 17:51:49.603285 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  2980. 2012-03-09 17:51:49.603321 > current.result = callback(current.result, *args, **kw)
  2981. 2012-03-09 17:51:49.603357 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  2982. 2012-03-09 17:51:49.603392 > _inlineCallbacks(r, g, deferred)
  2983. 2012-03-09 17:51:49.603426 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2984. 2012-03-09 17:51:49.603461 > result = result.throwExceptionIntoGenerator(g)
  2985. 2012-03-09 17:51:49.603495 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2986. 2012-03-09 17:51:49.603540 > return g.throw(self.type, self.value, self.tb)
  2987. 2012-03-09 17:51:49.603577 > --- <exception caught here> ---
  2988. 2012-03-09 17:51:49.603611 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  2989. 2012-03-09 17:51:49.603654 > result = yield func(*args, **kwargs)
  2990. 2012-03-09 17:51:49.603688 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2991. 2012-03-09 17:51:49.603723 > result = result.throwExceptionIntoGenerator(g)
  2992. 2012-03-09 17:51:49.603757 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2993. 2012-03-09 17:51:49.603791 > return g.throw(self.type, self.value, self.tb)
  2994. 2012-03-09 17:51:49.603826 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  2995. 2012-03-09 17:51:49.603860 > value = yield self.func(key)
  2996. 2012-03-09 17:51:49.603893 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  2997. 2012-03-09 17:51:49.603927 > result = result.throwExceptionIntoGenerator(g)
  2998. 2012-03-09 17:51:49.603961 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  2999. 2012-03-09 17:51:49.603996 > return g.throw(self.type, self.value, self.tb)
  3000. 2012-03-09 17:51:49.604030 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3001. 2012-03-09 17:51:49.604064 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3002. 2012-03-09 17:51:49.604102 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3003. 2012-03-09 17:51:49.604136 > result = result.throwExceptionIntoGenerator(g)
  3004. 2012-03-09 17:51:49.604170 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3005. 2012-03-09 17:51:49.604205 > return g.throw(self.type, self.value, self.tb)
  3006. 2012-03-09 17:51:49.604238 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3007. 2012-03-09 17:51:49.604272 > raise Error(**resp['error'])
  3008. 2012-03-09 17:51:49.604306 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3009. 2012-03-09 17:51:52.605994 > Error:
  3010. 2012-03-09 17:51:52.606062 > Traceback (most recent call last):
  3011. 2012-03-09 17:51:52.606100 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3012. 2012-03-09 17:51:52.606136 > current.result = callback(current.result, *args, **kw)
  3013. 2012-03-09 17:51:52.606171 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3014. 2012-03-09 17:51:52.606206 > _inlineCallbacks(r, g, deferred)
  3015. 2012-03-09 17:51:52.606240 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3016. 2012-03-09 17:51:52.606275 > result = result.throwExceptionIntoGenerator(g)
  3017. 2012-03-09 17:51:52.606320 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3018. 2012-03-09 17:51:52.606356 > return g.throw(self.type, self.value, self.tb)
  3019. 2012-03-09 17:51:52.606390 > --- <exception caught here> ---
  3020. 2012-03-09 17:51:52.606425 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3021. 2012-03-09 17:51:52.606459 > result = yield func(*args, **kwargs)
  3022. 2012-03-09 17:51:52.606494 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3023. 2012-03-09 17:51:52.606528 > result = result.throwExceptionIntoGenerator(g)
  3024. 2012-03-09 17:51:52.606571 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3025. 2012-03-09 17:51:52.606607 > return g.throw(self.type, self.value, self.tb)
  3026. 2012-03-09 17:51:52.606641 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3027. 2012-03-09 17:51:52.606675 > value = yield self.func(key)
  3028. 2012-03-09 17:51:52.606709 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3029. 2012-03-09 17:51:52.606751 > result = result.throwExceptionIntoGenerator(g)
  3030. 2012-03-09 17:51:52.606785 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3031. 2012-03-09 17:51:52.606821 > return g.throw(self.type, self.value, self.tb)
  3032. 2012-03-09 17:51:52.606855 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3033. 2012-03-09 17:51:52.606890 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3034. 2012-03-09 17:51:52.606927 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3035. 2012-03-09 17:51:52.606962 > result = result.throwExceptionIntoGenerator(g)
  3036. 2012-03-09 17:51:52.606997 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3037. 2012-03-09 17:51:52.607032 > return g.throw(self.type, self.value, self.tb)
  3038. 2012-03-09 17:51:52.607066 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3039. 2012-03-09 17:51:52.607100 > raise Error(**resp['error'])
  3040. 2012-03-09 17:51:52.607134 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3041. 2012-03-09 17:51:55.608768 > Error:
  3042. 2012-03-09 17:51:55.608834 > Traceback (most recent call last):
  3043. 2012-03-09 17:51:55.608871 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3044. 2012-03-09 17:51:55.608907 > current.result = callback(current.result, *args, **kw)
  3045. 2012-03-09 17:51:55.608942 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3046. 2012-03-09 17:51:55.608977 > _inlineCallbacks(r, g, deferred)
  3047. 2012-03-09 17:51:55.609012 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3048. 2012-03-09 17:51:55.609047 > result = result.throwExceptionIntoGenerator(g)
  3049. 2012-03-09 17:51:55.609080 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3050. 2012-03-09 17:51:55.609116 > return g.throw(self.type, self.value, self.tb)
  3051. 2012-03-09 17:51:55.609150 > --- <exception caught here> ---
  3052. 2012-03-09 17:51:55.609183 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3053. 2012-03-09 17:51:55.609218 > result = yield func(*args, **kwargs)
  3054. 2012-03-09 17:51:55.609252 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3055. 2012-03-09 17:51:55.609286 > result = result.throwExceptionIntoGenerator(g)
  3056. 2012-03-09 17:51:55.609320 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3057. 2012-03-09 17:51:55.609365 > return g.throw(self.type, self.value, self.tb)
  3058. 2012-03-09 17:51:55.609399 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3059. 2012-03-09 17:51:55.609433 > value = yield self.func(key)
  3060. 2012-03-09 17:51:55.609467 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3061. 2012-03-09 17:51:55.609502 > result = result.throwExceptionIntoGenerator(g)
  3062. 2012-03-09 17:51:55.609541 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3063. 2012-03-09 17:51:55.609579 > return g.throw(self.type, self.value, self.tb)
  3064. 2012-03-09 17:51:55.609613 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3065. 2012-03-09 17:51:55.609647 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3066. 2012-03-09 17:51:55.609684 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3067. 2012-03-09 17:51:55.609727 > result = result.throwExceptionIntoGenerator(g)
  3068. 2012-03-09 17:51:55.609761 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3069. 2012-03-09 17:51:55.609795 > return g.throw(self.type, self.value, self.tb)
  3070. 2012-03-09 17:51:55.609829 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3071. 2012-03-09 17:51:55.609863 > raise Error(**resp['error'])
  3072. 2012-03-09 17:51:55.609897 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3073. 2012-03-09 17:51:58.611557 > Error:
  3074. 2012-03-09 17:51:58.611633 > Traceback (most recent call last):
  3075. 2012-03-09 17:51:58.611670 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3076. 2012-03-09 17:51:58.611706 > current.result = callback(current.result, *args, **kw)
  3077. 2012-03-09 17:51:58.611742 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3078. 2012-03-09 17:51:58.611776 > _inlineCallbacks(r, g, deferred)
  3079. 2012-03-09 17:51:58.611811 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3080. 2012-03-09 17:51:58.611846 > result = result.throwExceptionIntoGenerator(g)
  3081. 2012-03-09 17:51:58.611880 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3082. 2012-03-09 17:51:58.611915 > return g.throw(self.type, self.value, self.tb)
  3083. 2012-03-09 17:51:58.611949 > --- <exception caught here> ---
  3084. 2012-03-09 17:51:58.611983 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3085. 2012-03-09 17:51:58.612017 > result = yield func(*args, **kwargs)
  3086. 2012-03-09 17:51:58.612052 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3087. 2012-03-09 17:51:58.612086 > result = result.throwExceptionIntoGenerator(g)
  3088. 2012-03-09 17:51:58.612120 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3089. 2012-03-09 17:51:58.612155 > return g.throw(self.type, self.value, self.tb)
  3090. 2012-03-09 17:51:58.612189 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3091. 2012-03-09 17:51:58.612223 > value = yield self.func(key)
  3092. 2012-03-09 17:51:58.612256 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3093. 2012-03-09 17:51:58.612291 > result = result.throwExceptionIntoGenerator(g)
  3094. 2012-03-09 17:51:58.612325 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3095. 2012-03-09 17:51:58.612360 > return g.throw(self.type, self.value, self.tb)
  3096. 2012-03-09 17:51:58.612394 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3097. 2012-03-09 17:51:58.612438 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3098. 2012-03-09 17:51:58.612476 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3099. 2012-03-09 17:51:58.612511 > result = result.throwExceptionIntoGenerator(g)
  3100. 2012-03-09 17:51:58.612553 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3101. 2012-03-09 17:51:58.612590 > return g.throw(self.type, self.value, self.tb)
  3102. 2012-03-09 17:51:58.612624 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3103. 2012-03-09 17:51:58.612658 > raise Error(**resp['error'])
  3104. 2012-03-09 17:51:58.612692 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3105. 2012-03-09 17:52:01.614323 > Error:
  3106. 2012-03-09 17:52:01.614391 > Traceback (most recent call last):
  3107. 2012-03-09 17:52:01.614428 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3108. 2012-03-09 17:52:01.614473 > current.result = callback(current.result, *args, **kw)
  3109. 2012-03-09 17:52:01.614509 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3110. 2012-03-09 17:52:01.614552 > _inlineCallbacks(r, g, deferred)
  3111. 2012-03-09 17:52:01.614588 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3112. 2012-03-09 17:52:01.614624 > result = result.throwExceptionIntoGenerator(g)
  3113. 2012-03-09 17:52:01.614658 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3114. 2012-03-09 17:52:01.614693 > return g.throw(self.type, self.value, self.tb)
  3115. 2012-03-09 17:52:01.614728 > --- <exception caught here> ---
  3116. 2012-03-09 17:52:01.614762 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3117. 2012-03-09 17:52:01.614796 > result = yield func(*args, **kwargs)
  3118. 2012-03-09 17:52:01.614830 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3119. 2012-03-09 17:52:01.614865 > result = result.throwExceptionIntoGenerator(g)
  3120. 2012-03-09 17:52:01.614899 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3121. 2012-03-09 17:52:01.614934 > return g.throw(self.type, self.value, self.tb)
  3122. 2012-03-09 17:52:01.614968 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3123. 2012-03-09 17:52:01.615002 > value = yield self.func(key)
  3124. 2012-03-09 17:52:01.615035 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3125. 2012-03-09 17:52:01.615071 > result = result.throwExceptionIntoGenerator(g)
  3126. 2012-03-09 17:52:01.615105 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3127. 2012-03-09 17:52:01.615140 > return g.throw(self.type, self.value, self.tb)
  3128. 2012-03-09 17:52:01.615174 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3129. 2012-03-09 17:52:01.615208 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3130. 2012-03-09 17:52:01.615245 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3131. 2012-03-09 17:52:01.615280 > result = result.throwExceptionIntoGenerator(g)
  3132. 2012-03-09 17:52:01.615314 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3133. 2012-03-09 17:52:01.615349 > return g.throw(self.type, self.value, self.tb)
  3134. 2012-03-09 17:52:01.615383 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3135. 2012-03-09 17:52:01.615424 > raise Error(**resp['error'])
  3136. 2012-03-09 17:52:01.615458 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3137. 2012-03-09 17:52:04.617091 > Error:
  3138. 2012-03-09 17:52:04.617163 > Traceback (most recent call last):
  3139. 2012-03-09 17:52:04.617202 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3140. 2012-03-09 17:52:04.617239 > current.result = callback(current.result, *args, **kw)
  3141. 2012-03-09 17:52:04.617276 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3142. 2012-03-09 17:52:04.617313 > _inlineCallbacks(r, g, deferred)
  3143. 2012-03-09 17:52:04.617348 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3144. 2012-03-09 17:52:04.617385 > result = result.throwExceptionIntoGenerator(g)
  3145. 2012-03-09 17:52:04.617420 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3146. 2012-03-09 17:52:04.617457 > return g.throw(self.type, self.value, self.tb)
  3147. 2012-03-09 17:52:04.617492 > --- <exception caught here> ---
  3148. 2012-03-09 17:52:04.617545 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3149. 2012-03-09 17:52:04.617584 > result = yield func(*args, **kwargs)
  3150. 2012-03-09 17:52:04.617619 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3151. 2012-03-09 17:52:04.617654 > result = result.throwExceptionIntoGenerator(g)
  3152. 2012-03-09 17:52:04.617689 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3153. 2012-03-09 17:52:04.617725 > return g.throw(self.type, self.value, self.tb)
  3154. 2012-03-09 17:52:04.617759 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3155. 2012-03-09 17:52:04.617794 > value = yield self.func(key)
  3156. 2012-03-09 17:52:04.617828 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3157. 2012-03-09 17:52:04.617863 > result = result.throwExceptionIntoGenerator(g)
  3158. 2012-03-09 17:52:04.617898 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3159. 2012-03-09 17:52:04.617933 > return g.throw(self.type, self.value, self.tb)
  3160. 2012-03-09 17:52:04.617968 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3161. 2012-03-09 17:52:04.618004 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3162. 2012-03-09 17:52:04.618042 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3163. 2012-03-09 17:52:04.618078 > result = result.throwExceptionIntoGenerator(g)
  3164. 2012-03-09 17:52:04.618112 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3165. 2012-03-09 17:52:04.618147 > return g.throw(self.type, self.value, self.tb)
  3166. 2012-03-09 17:52:04.618182 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3167. 2012-03-09 17:52:04.618217 > raise Error(**resp['error'])
  3168. 2012-03-09 17:52:04.618251 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3169. 2012-03-09 17:52:07.619902 > Error:
  3170. 2012-03-09 17:52:07.619976 > Traceback (most recent call last):
  3171. 2012-03-09 17:52:07.620014 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3172. 2012-03-09 17:52:07.620051 > current.result = callback(current.result, *args, **kw)
  3173. 2012-03-09 17:52:07.620087 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3174. 2012-03-09 17:52:07.620123 > _inlineCallbacks(r, g, deferred)
  3175. 2012-03-09 17:52:07.620158 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3176. 2012-03-09 17:52:07.620208 > result = result.throwExceptionIntoGenerator(g)
  3177. 2012-03-09 17:52:07.620243 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3178. 2012-03-09 17:52:07.620278 > return g.throw(self.type, self.value, self.tb)
  3179. 2012-03-09 17:52:07.620312 > --- <exception caught here> ---
  3180. 2012-03-09 17:52:07.620346 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3181. 2012-03-09 17:52:07.620380 > result = yield func(*args, **kwargs)
  3182. 2012-03-09 17:52:07.620415 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3183. 2012-03-09 17:52:07.620449 > result = result.throwExceptionIntoGenerator(g)
  3184. 2012-03-09 17:52:07.620483 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3185. 2012-03-09 17:52:07.620518 > return g.throw(self.type, self.value, self.tb)
  3186. 2012-03-09 17:52:07.620564 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3187. 2012-03-09 17:52:07.620599 > value = yield self.func(key)
  3188. 2012-03-09 17:52:07.620639 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3189. 2012-03-09 17:52:07.620675 > result = result.throwExceptionIntoGenerator(g)
  3190. 2012-03-09 17:52:07.620709 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3191. 2012-03-09 17:52:07.620744 > return g.throw(self.type, self.value, self.tb)
  3192. 2012-03-09 17:52:07.620778 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3193. 2012-03-09 17:52:07.620813 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3194. 2012-03-09 17:52:07.620851 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3195. 2012-03-09 17:52:07.620885 > result = result.throwExceptionIntoGenerator(g)
  3196. 2012-03-09 17:52:07.620919 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3197. 2012-03-09 17:52:07.620954 > return g.throw(self.type, self.value, self.tb)
  3198. 2012-03-09 17:52:07.620987 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3199. 2012-03-09 17:52:07.621021 > raise Error(**resp['error'])
  3200. 2012-03-09 17:52:07.621055 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3201. 2012-03-09 17:52:10.622647 > Error:
  3202. 2012-03-09 17:52:10.622714 > Traceback (most recent call last):
  3203. 2012-03-09 17:52:10.622751 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3204. 2012-03-09 17:52:10.622786 > current.result = callback(current.result, *args, **kw)
  3205. 2012-03-09 17:52:10.622822 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3206. 2012-03-09 17:52:10.622857 > _inlineCallbacks(r, g, deferred)
  3207. 2012-03-09 17:52:10.622891 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3208. 2012-03-09 17:52:10.622926 > result = result.throwExceptionIntoGenerator(g)
  3209. 2012-03-09 17:52:10.622960 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3210. 2012-03-09 17:52:10.622995 > return g.throw(self.type, self.value, self.tb)
  3211. 2012-03-09 17:52:10.623028 > --- <exception caught here> ---
  3212. 2012-03-09 17:52:10.623062 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3213. 2012-03-09 17:52:10.623097 > result = yield func(*args, **kwargs)
  3214. 2012-03-09 17:52:10.623131 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3215. 2012-03-09 17:52:10.623166 > result = result.throwExceptionIntoGenerator(g)
  3216. 2012-03-09 17:52:10.623211 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3217. 2012-03-09 17:52:10.623246 > return g.throw(self.type, self.value, self.tb)
  3218. 2012-03-09 17:52:10.623280 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3219. 2012-03-09 17:52:10.623314 > value = yield self.func(key)
  3220. 2012-03-09 17:52:10.623348 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3221. 2012-03-09 17:52:10.623382 > result = result.throwExceptionIntoGenerator(g)
  3222. 2012-03-09 17:52:10.623416 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3223. 2012-03-09 17:52:10.623450 > return g.throw(self.type, self.value, self.tb)
  3224. 2012-03-09 17:52:10.623484 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3225. 2012-03-09 17:52:10.623519 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3226. 2012-03-09 17:52:10.623570 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3227. 2012-03-09 17:52:10.623606 > result = result.throwExceptionIntoGenerator(g)
  3228. 2012-03-09 17:52:10.623640 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3229. 2012-03-09 17:52:10.623675 > return g.throw(self.type, self.value, self.tb)
  3230. 2012-03-09 17:52:10.623708 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3231. 2012-03-09 17:52:10.623742 > raise Error(**resp['error'])
  3232. 2012-03-09 17:52:10.623775 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3233. 2012-03-09 17:52:13.625422 > Error:
  3234. 2012-03-09 17:52:13.625494 > Traceback (most recent call last):
  3235. 2012-03-09 17:52:13.625536 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3236. 2012-03-09 17:52:13.625576 > current.result = callback(current.result, *args, **kw)
  3237. 2012-03-09 17:52:13.625611 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3238. 2012-03-09 17:52:13.625646 > _inlineCallbacks(r, g, deferred)
  3239. 2012-03-09 17:52:13.625680 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3240. 2012-03-09 17:52:13.625715 > result = result.throwExceptionIntoGenerator(g)
  3241. 2012-03-09 17:52:13.625749 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3242. 2012-03-09 17:52:13.625784 > return g.throw(self.type, self.value, self.tb)
  3243. 2012-03-09 17:52:13.625818 > --- <exception caught here> ---
  3244. 2012-03-09 17:52:13.625851 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3245. 2012-03-09 17:52:13.625885 > result = yield func(*args, **kwargs)
  3246. 2012-03-09 17:52:13.625919 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3247. 2012-03-09 17:52:13.625954 > result = result.throwExceptionIntoGenerator(g)
  3248. 2012-03-09 17:52:13.625987 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3249. 2012-03-09 17:52:13.626022 > return g.throw(self.type, self.value, self.tb)
  3250. 2012-03-09 17:52:13.626056 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3251. 2012-03-09 17:52:13.626090 > value = yield self.func(key)
  3252. 2012-03-09 17:52:13.626123 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3253. 2012-03-09 17:52:13.626158 > result = result.throwExceptionIntoGenerator(g)
  3254. 2012-03-09 17:52:13.626191 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3255. 2012-03-09 17:52:13.626226 > return g.throw(self.type, self.value, self.tb)
  3256. 2012-03-09 17:52:13.626269 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3257. 2012-03-09 17:52:13.626303 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3258. 2012-03-09 17:52:13.626341 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3259. 2012-03-09 17:52:13.626375 > result = result.throwExceptionIntoGenerator(g)
  3260. 2012-03-09 17:52:13.626410 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3261. 2012-03-09 17:52:13.626444 > return g.throw(self.type, self.value, self.tb)
  3262. 2012-03-09 17:52:13.626477 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3263. 2012-03-09 17:52:13.626511 > raise Error(**resp['error'])
  3264. 2012-03-09 17:52:13.626553 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3265. 2012-03-09 17:52:16.628164 > Error:
  3266. 2012-03-09 17:52:16.628244 > Traceback (most recent call last):
  3267. 2012-03-09 17:52:16.628281 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3268. 2012-03-09 17:52:16.628317 > current.result = callback(current.result, *args, **kw)
  3269. 2012-03-09 17:52:16.628352 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3270. 2012-03-09 17:52:16.628388 > _inlineCallbacks(r, g, deferred)
  3271. 2012-03-09 17:52:16.628422 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3272. 2012-03-09 17:52:16.628458 > result = result.throwExceptionIntoGenerator(g)
  3273. 2012-03-09 17:52:16.628492 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3274. 2012-03-09 17:52:16.628527 > return g.throw(self.type, self.value, self.tb)
  3275. 2012-03-09 17:52:16.628574 > --- <exception caught here> ---
  3276. 2012-03-09 17:52:16.628609 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3277. 2012-03-09 17:52:16.628643 > result = yield func(*args, **kwargs)
  3278. 2012-03-09 17:52:16.628677 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3279. 2012-03-09 17:52:16.628712 > result = result.throwExceptionIntoGenerator(g)
  3280. 2012-03-09 17:52:16.628746 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3281. 2012-03-09 17:52:16.628781 > return g.throw(self.type, self.value, self.tb)
  3282. 2012-03-09 17:52:16.628815 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3283. 2012-03-09 17:52:16.628848 > value = yield self.func(key)
  3284. 2012-03-09 17:52:16.628882 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3285. 2012-03-09 17:52:16.628917 > result = result.throwExceptionIntoGenerator(g)
  3286. 2012-03-09 17:52:16.628951 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3287. 2012-03-09 17:52:16.628985 > return g.throw(self.type, self.value, self.tb)
  3288. 2012-03-09 17:52:16.629019 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3289. 2012-03-09 17:52:16.629053 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3290. 2012-03-09 17:52:16.629090 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3291. 2012-03-09 17:52:16.629126 > result = result.throwExceptionIntoGenerator(g)
  3292. 2012-03-09 17:52:16.629160 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3293. 2012-03-09 17:52:16.629194 > return g.throw(self.type, self.value, self.tb)
  3294. 2012-03-09 17:52:16.629236 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3295. 2012-03-09 17:52:16.629271 > raise Error(**resp['error'])
  3296. 2012-03-09 17:52:16.629304 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3297. 2012-03-09 17:52:19.631396 > Error:
  3298. 2012-03-09 17:52:19.631468 > Traceback (most recent call last):
  3299. 2012-03-09 17:52:19.631505 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3300. 2012-03-09 17:52:19.631547 > current.result = callback(current.result, *args, **kw)
  3301. 2012-03-09 17:52:19.631585 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3302. 2012-03-09 17:52:19.631621 > _inlineCallbacks(r, g, deferred)
  3303. 2012-03-09 17:52:19.631655 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3304. 2012-03-09 17:52:19.631690 > result = result.throwExceptionIntoGenerator(g)
  3305. 2012-03-09 17:52:19.631724 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3306. 2012-03-09 17:52:19.631770 > return g.throw(self.type, self.value, self.tb)
  3307. 2012-03-09 17:52:19.631805 > --- <exception caught here> ---
  3308. 2012-03-09 17:52:19.631839 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3309. 2012-03-09 17:52:19.631873 > result = yield func(*args, **kwargs)
  3310. 2012-03-09 17:52:19.631907 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3311. 2012-03-09 17:52:19.631942 > result = result.throwExceptionIntoGenerator(g)
  3312. 2012-03-09 17:52:19.631976 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3313. 2012-03-09 17:52:19.632011 > return g.throw(self.type, self.value, self.tb)
  3314. 2012-03-09 17:52:19.632045 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3315. 2012-03-09 17:52:19.632080 > value = yield self.func(key)
  3316. 2012-03-09 17:52:19.632114 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3317. 2012-03-09 17:52:19.632148 > result = result.throwExceptionIntoGenerator(g)
  3318. 2012-03-09 17:52:19.632182 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3319. 2012-03-09 17:52:19.632217 > return g.throw(self.type, self.value, self.tb)
  3320. 2012-03-09 17:52:19.632251 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3321. 2012-03-09 17:52:19.632286 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3322. 2012-03-09 17:52:19.632322 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3323. 2012-03-09 17:52:19.632357 > result = result.throwExceptionIntoGenerator(g)
  3324. 2012-03-09 17:52:19.632391 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3325. 2012-03-09 17:52:19.632425 > return g.throw(self.type, self.value, self.tb)
  3326. 2012-03-09 17:52:19.632459 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3327. 2012-03-09 17:52:19.632493 > raise Error(**resp['error'])
  3328. 2012-03-09 17:52:19.632528 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3329. 2012-03-09 17:52:22.634175 > Error:
  3330. 2012-03-09 17:52:22.634245 > Traceback (most recent call last):
  3331. 2012-03-09 17:52:22.634282 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3332. 2012-03-09 17:52:22.634318 > current.result = callback(current.result, *args, **kw)
  3333. 2012-03-09 17:52:22.634353 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3334. 2012-03-09 17:52:22.634399 > _inlineCallbacks(r, g, deferred)
  3335. 2012-03-09 17:52:22.634434 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3336. 2012-03-09 17:52:22.634469 > result = result.throwExceptionIntoGenerator(g)
  3337. 2012-03-09 17:52:22.634503 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3338. 2012-03-09 17:52:22.634548 > return g.throw(self.type, self.value, self.tb)
  3339. 2012-03-09 17:52:22.634585 > --- <exception caught here> ---
  3340. 2012-03-09 17:52:22.634619 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3341. 2012-03-09 17:52:22.634653 > result = yield func(*args, **kwargs)
  3342. 2012-03-09 17:52:22.634688 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3343. 2012-03-09 17:52:22.634722 > result = result.throwExceptionIntoGenerator(g)
  3344. 2012-03-09 17:52:22.634756 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3345. 2012-03-09 17:52:22.634791 > return g.throw(self.type, self.value, self.tb)
  3346. 2012-03-09 17:52:22.634825 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3347. 2012-03-09 17:52:22.634865 > value = yield self.func(key)
  3348. 2012-03-09 17:52:22.634899 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3349. 2012-03-09 17:52:22.634933 > result = result.throwExceptionIntoGenerator(g)
  3350. 2012-03-09 17:52:22.634967 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3351. 2012-03-09 17:52:22.635001 > return g.throw(self.type, self.value, self.tb)
  3352. 2012-03-09 17:52:22.635035 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3353. 2012-03-09 17:52:22.635069 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3354. 2012-03-09 17:52:22.635107 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3355. 2012-03-09 17:52:22.635142 > result = result.throwExceptionIntoGenerator(g)
  3356. 2012-03-09 17:52:22.635176 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3357. 2012-03-09 17:52:22.635211 > return g.throw(self.type, self.value, self.tb)
  3358. 2012-03-09 17:52:22.635244 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3359. 2012-03-09 17:52:22.635279 > raise Error(**resp['error'])
  3360. 2012-03-09 17:52:22.635314 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3361. 2012-03-09 17:52:25.636967 > Error:
  3362. 2012-03-09 17:52:25.637036 > Traceback (most recent call last):
  3363. 2012-03-09 17:52:25.637074 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3364. 2012-03-09 17:52:25.637110 > current.result = callback(current.result, *args, **kw)
  3365. 2012-03-09 17:52:25.637145 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3366. 2012-03-09 17:52:25.637180 > _inlineCallbacks(r, g, deferred)
  3367. 2012-03-09 17:52:25.637214 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3368. 2012-03-09 17:52:25.637249 > result = result.throwExceptionIntoGenerator(g)
  3369. 2012-03-09 17:52:25.637283 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3370. 2012-03-09 17:52:25.637318 > return g.throw(self.type, self.value, self.tb)
  3371. 2012-03-09 17:52:25.637352 > --- <exception caught here> ---
  3372. 2012-03-09 17:52:25.637386 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3373. 2012-03-09 17:52:25.637420 > result = yield func(*args, **kwargs)
  3374. 2012-03-09 17:52:25.637455 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3375. 2012-03-09 17:52:25.637498 > result = result.throwExceptionIntoGenerator(g)
  3376. 2012-03-09 17:52:25.637542 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3377. 2012-03-09 17:52:25.637580 > return g.throw(self.type, self.value, self.tb)
  3378. 2012-03-09 17:52:25.637614 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3379. 2012-03-09 17:52:25.637648 > value = yield self.func(key)
  3380. 2012-03-09 17:52:25.637682 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3381. 2012-03-09 17:52:25.637717 > result = result.throwExceptionIntoGenerator(g)
  3382. 2012-03-09 17:52:25.637751 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3383. 2012-03-09 17:52:25.637786 > return g.throw(self.type, self.value, self.tb)
  3384. 2012-03-09 17:52:25.637820 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3385. 2012-03-09 17:52:25.637855 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3386. 2012-03-09 17:52:25.637899 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3387. 2012-03-09 17:52:25.637934 > result = result.throwExceptionIntoGenerator(g)
  3388. 2012-03-09 17:52:25.637968 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3389. 2012-03-09 17:52:25.638002 > return g.throw(self.type, self.value, self.tb)
  3390. 2012-03-09 17:52:25.638036 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3391. 2012-03-09 17:52:25.638070 > raise Error(**resp['error'])
  3392. 2012-03-09 17:52:25.638104 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3393. 2012-03-09 17:52:28.639739 > Error:
  3394. 2012-03-09 17:52:28.639807 > Traceback (most recent call last):
  3395. 2012-03-09 17:52:28.639845 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3396. 2012-03-09 17:52:28.639881 > current.result = callback(current.result, *args, **kw)
  3397. 2012-03-09 17:52:28.639916 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3398. 2012-03-09 17:52:28.639951 > _inlineCallbacks(r, g, deferred)
  3399. 2012-03-09 17:52:28.639986 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3400. 2012-03-09 17:52:28.640021 > result = result.throwExceptionIntoGenerator(g)
  3401. 2012-03-09 17:52:28.640055 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3402. 2012-03-09 17:52:28.640090 > return g.throw(self.type, self.value, self.tb)
  3403. 2012-03-09 17:52:28.640124 > --- <exception caught here> ---
  3404. 2012-03-09 17:52:28.640159 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3405. 2012-03-09 17:52:28.640193 > result = yield func(*args, **kwargs)
  3406. 2012-03-09 17:52:28.640228 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3407. 2012-03-09 17:52:28.640262 > result = result.throwExceptionIntoGenerator(g)
  3408. 2012-03-09 17:52:28.640296 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3409. 2012-03-09 17:52:28.640330 > return g.throw(self.type, self.value, self.tb)
  3410. 2012-03-09 17:52:28.640364 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3411. 2012-03-09 17:52:28.640399 > value = yield self.func(key)
  3412. 2012-03-09 17:52:28.640432 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3413. 2012-03-09 17:52:28.640467 > result = result.throwExceptionIntoGenerator(g)
  3414. 2012-03-09 17:52:28.640501 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3415. 2012-03-09 17:52:28.640553 > return g.throw(self.type, self.value, self.tb)
  3416. 2012-03-09 17:52:28.640588 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3417. 2012-03-09 17:52:28.640622 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3418. 2012-03-09 17:52:28.640659 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3419. 2012-03-09 17:52:28.640694 > result = result.throwExceptionIntoGenerator(g)
  3420. 2012-03-09 17:52:28.640727 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3421. 2012-03-09 17:52:28.640762 > return g.throw(self.type, self.value, self.tb)
  3422. 2012-03-09 17:52:28.640795 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3423. 2012-03-09 17:52:28.640829 > raise Error(**resp['error'])
  3424. 2012-03-09 17:52:28.640863 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3425. 2012-03-09 17:52:31.642508 > Error:
  3426. 2012-03-09 17:52:31.642583 > Traceback (most recent call last):
  3427. 2012-03-09 17:52:31.642620 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3428. 2012-03-09 17:52:31.642656 > current.result = callback(current.result, *args, **kw)
  3429. 2012-03-09 17:52:31.642691 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3430. 2012-03-09 17:52:31.642727 > _inlineCallbacks(r, g, deferred)
  3431. 2012-03-09 17:52:31.642762 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3432. 2012-03-09 17:52:31.642797 > result = result.throwExceptionIntoGenerator(g)
  3433. 2012-03-09 17:52:31.642831 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3434. 2012-03-09 17:52:31.642866 > return g.throw(self.type, self.value, self.tb)
  3435. 2012-03-09 17:52:31.642899 > --- <exception caught here> ---
  3436. 2012-03-09 17:52:31.642933 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3437. 2012-03-09 17:52:31.642967 > result = yield func(*args, **kwargs)
  3438. 2012-03-09 17:52:31.643002 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3439. 2012-03-09 17:52:31.643036 > result = result.throwExceptionIntoGenerator(g)
  3440. 2012-03-09 17:52:31.643070 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3441. 2012-03-09 17:52:31.643105 > return g.throw(self.type, self.value, self.tb)
  3442. 2012-03-09 17:52:31.643139 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3443. 2012-03-09 17:52:31.643173 > value = yield self.func(key)
  3444. 2012-03-09 17:52:31.643206 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3445. 2012-03-09 17:52:31.643240 > result = result.throwExceptionIntoGenerator(g)
  3446. 2012-03-09 17:52:31.643273 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3447. 2012-03-09 17:52:31.643308 > return g.throw(self.type, self.value, self.tb)
  3448. 2012-03-09 17:52:31.643341 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3449. 2012-03-09 17:52:31.643376 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3450. 2012-03-09 17:52:31.643413 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3451. 2012-03-09 17:52:31.643447 > result = result.throwExceptionIntoGenerator(g)
  3452. 2012-03-09 17:52:31.643480 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3453. 2012-03-09 17:52:31.643525 > return g.throw(self.type, self.value, self.tb)
  3454. 2012-03-09 17:52:31.643568 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3455. 2012-03-09 17:52:31.643603 > raise Error(**resp['error'])
  3456. 2012-03-09 17:52:31.643637 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3457. 2012-03-09 17:52:34.645277 > Error:
  3458. 2012-03-09 17:52:34.645345 > Traceback (most recent call last):
  3459. 2012-03-09 17:52:34.645382 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3460. 2012-03-09 17:52:34.645418 > current.result = callback(current.result, *args, **kw)
  3461. 2012-03-09 17:52:34.645454 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3462. 2012-03-09 17:52:34.645489 > _inlineCallbacks(r, g, deferred)
  3463. 2012-03-09 17:52:34.645523 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3464. 2012-03-09 17:52:34.645582 > result = result.throwExceptionIntoGenerator(g)
  3465. 2012-03-09 17:52:34.645628 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3466. 2012-03-09 17:52:34.645664 > return g.throw(self.type, self.value, self.tb)
  3467. 2012-03-09 17:52:34.645698 > --- <exception caught here> ---
  3468. 2012-03-09 17:52:34.645733 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3469. 2012-03-09 17:52:34.645767 > result = yield func(*args, **kwargs)
  3470. 2012-03-09 17:52:34.645802 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3471. 2012-03-09 17:52:34.645836 > result = result.throwExceptionIntoGenerator(g)
  3472. 2012-03-09 17:52:34.645870 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3473. 2012-03-09 17:52:34.645905 > return g.throw(self.type, self.value, self.tb)
  3474. 2012-03-09 17:52:34.645939 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3475. 2012-03-09 17:52:34.645973 > value = yield self.func(key)
  3476. 2012-03-09 17:52:34.646006 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3477. 2012-03-09 17:52:34.646041 > result = result.throwExceptionIntoGenerator(g)
  3478. 2012-03-09 17:52:34.646074 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3479. 2012-03-09 17:52:34.646109 > return g.throw(self.type, self.value, self.tb)
  3480. 2012-03-09 17:52:34.646142 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3481. 2012-03-09 17:52:34.646177 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3482. 2012-03-09 17:52:34.646214 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3483. 2012-03-09 17:52:34.646248 > result = result.throwExceptionIntoGenerator(g)
  3484. 2012-03-09 17:52:34.646282 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3485. 2012-03-09 17:52:34.646317 > return g.throw(self.type, self.value, self.tb)
  3486. 2012-03-09 17:52:34.646351 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3487. 2012-03-09 17:52:34.646385 > raise Error(**resp['error'])
  3488. 2012-03-09 17:52:34.646419 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3489. 2012-03-09 17:52:37.648071 > Error:
  3490. 2012-03-09 17:52:37.648142 > Traceback (most recent call last):
  3491. 2012-03-09 17:52:37.648188 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3492. 2012-03-09 17:52:37.648226 > current.result = callback(current.result, *args, **kw)
  3493. 2012-03-09 17:52:37.648271 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3494. 2012-03-09 17:52:37.648306 > _inlineCallbacks(r, g, deferred)
  3495. 2012-03-09 17:52:37.648340 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3496. 2012-03-09 17:52:37.648374 > result = result.throwExceptionIntoGenerator(g)
  3497. 2012-03-09 17:52:37.648408 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3498. 2012-03-09 17:52:37.648443 > return g.throw(self.type, self.value, self.tb)
  3499. 2012-03-09 17:52:37.648476 > --- <exception caught here> ---
  3500. 2012-03-09 17:52:37.648510 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3501. 2012-03-09 17:52:37.648552 > result = yield func(*args, **kwargs)
  3502. 2012-03-09 17:52:37.648587 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3503. 2012-03-09 17:52:37.648622 > result = result.throwExceptionIntoGenerator(g)
  3504. 2012-03-09 17:52:37.648657 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3505. 2012-03-09 17:52:37.648699 > return g.throw(self.type, self.value, self.tb)
  3506. 2012-03-09 17:52:37.648733 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3507. 2012-03-09 17:52:37.648768 > value = yield self.func(key)
  3508. 2012-03-09 17:52:37.648802 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3509. 2012-03-09 17:52:37.648837 > result = result.throwExceptionIntoGenerator(g)
  3510. 2012-03-09 17:52:37.648871 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3511. 2012-03-09 17:52:37.648905 > return g.throw(self.type, self.value, self.tb)
  3512. 2012-03-09 17:52:37.648939 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3513. 2012-03-09 17:52:37.648974 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3514. 2012-03-09 17:52:37.649012 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3515. 2012-03-09 17:52:37.649047 > result = result.throwExceptionIntoGenerator(g)
  3516. 2012-03-09 17:52:37.649081 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3517. 2012-03-09 17:52:37.649115 > return g.throw(self.type, self.value, self.tb)
  3518. 2012-03-09 17:52:37.649149 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3519. 2012-03-09 17:52:37.649183 > raise Error(**resp['error'])
  3520. 2012-03-09 17:52:37.649217 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3521. 2012-03-09 17:52:40.650833 > Error:
  3522. 2012-03-09 17:52:40.650901 > Traceback (most recent call last):
  3523. 2012-03-09 17:52:40.650940 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3524. 2012-03-09 17:52:40.650977 > current.result = callback(current.result, *args, **kw)
  3525. 2012-03-09 17:52:40.651014 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3526. 2012-03-09 17:52:40.651050 > _inlineCallbacks(r, g, deferred)
  3527. 2012-03-09 17:52:40.651086 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3528. 2012-03-09 17:52:40.651122 > result = result.throwExceptionIntoGenerator(g)
  3529. 2012-03-09 17:52:40.651157 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3530. 2012-03-09 17:52:40.651194 > return g.throw(self.type, self.value, self.tb)
  3531. 2012-03-09 17:52:40.651229 > --- <exception caught here> ---
  3532. 2012-03-09 17:52:40.651264 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3533. 2012-03-09 17:52:40.651314 > result = yield func(*args, **kwargs)
  3534. 2012-03-09 17:52:40.651349 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3535. 2012-03-09 17:52:40.651384 > result = result.throwExceptionIntoGenerator(g)
  3536. 2012-03-09 17:52:40.651419 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3537. 2012-03-09 17:52:40.651455 > return g.throw(self.type, self.value, self.tb)
  3538. 2012-03-09 17:52:40.651489 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3539. 2012-03-09 17:52:40.651524 > value = yield self.func(key)
  3540. 2012-03-09 17:52:40.651566 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3541. 2012-03-09 17:52:40.651601 > result = result.throwExceptionIntoGenerator(g)
  3542. 2012-03-09 17:52:40.651636 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3543. 2012-03-09 17:52:40.651671 > return g.throw(self.type, self.value, self.tb)
  3544. 2012-03-09 17:52:40.651705 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3545. 2012-03-09 17:52:40.651740 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3546. 2012-03-09 17:52:40.651786 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3547. 2012-03-09 17:52:40.651822 > result = result.throwExceptionIntoGenerator(g)
  3548. 2012-03-09 17:52:40.651855 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3549. 2012-03-09 17:52:40.651889 > return g.throw(self.type, self.value, self.tb)
  3550. 2012-03-09 17:52:40.651922 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3551. 2012-03-09 17:52:40.651956 > raise Error(**resp['error'])
  3552. 2012-03-09 17:52:40.651989 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3553. 2012-03-09 17:52:43.653643 > Error:
  3554. 2012-03-09 17:52:43.653713 > Traceback (most recent call last):
  3555. 2012-03-09 17:52:43.653751 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3556. 2012-03-09 17:52:43.653787 > current.result = callback(current.result, *args, **kw)
  3557. 2012-03-09 17:52:43.653822 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3558. 2012-03-09 17:52:43.653857 > _inlineCallbacks(r, g, deferred)
  3559. 2012-03-09 17:52:43.653891 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3560. 2012-03-09 17:52:43.653926 > result = result.throwExceptionIntoGenerator(g)
  3561. 2012-03-09 17:52:43.653959 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3562. 2012-03-09 17:52:43.653994 > return g.throw(self.type, self.value, self.tb)
  3563. 2012-03-09 17:52:43.654027 > --- <exception caught here> ---
  3564. 2012-03-09 17:52:43.654061 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3565. 2012-03-09 17:52:43.654095 > result = yield func(*args, **kwargs)
  3566. 2012-03-09 17:52:43.654130 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3567. 2012-03-09 17:52:43.654164 > result = result.throwExceptionIntoGenerator(g)
  3568. 2012-03-09 17:52:43.654198 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3569. 2012-03-09 17:52:43.654233 > return g.throw(self.type, self.value, self.tb)
  3570. 2012-03-09 17:52:43.654267 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3571. 2012-03-09 17:52:43.654300 > value = yield self.func(key)
  3572. 2012-03-09 17:52:43.654334 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3573. 2012-03-09 17:52:43.654378 > result = result.throwExceptionIntoGenerator(g)
  3574. 2012-03-09 17:52:43.654412 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3575. 2012-03-09 17:52:43.654447 > return g.throw(self.type, self.value, self.tb)
  3576. 2012-03-09 17:52:43.654480 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3577. 2012-03-09 17:52:43.654515 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3578. 2012-03-09 17:52:43.654561 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3579. 2012-03-09 17:52:43.654598 > result = result.throwExceptionIntoGenerator(g)
  3580. 2012-03-09 17:52:43.654631 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3581. 2012-03-09 17:52:43.654666 > return g.throw(self.type, self.value, self.tb)
  3582. 2012-03-09 17:52:43.654700 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3583. 2012-03-09 17:52:43.654733 > raise Error(**resp['error'])
  3584. 2012-03-09 17:52:43.654774 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3585. 2012-03-09 17:52:46.656399 > Error:
  3586. 2012-03-09 17:52:46.656468 > Traceback (most recent call last):
  3587. 2012-03-09 17:52:46.656505 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3588. 2012-03-09 17:52:46.656547 > current.result = callback(current.result, *args, **kw)
  3589. 2012-03-09 17:52:46.656585 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3590. 2012-03-09 17:52:46.656620 > _inlineCallbacks(r, g, deferred)
  3591. 2012-03-09 17:52:46.656655 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3592. 2012-03-09 17:52:46.656691 > result = result.throwExceptionIntoGenerator(g)
  3593. 2012-03-09 17:52:46.656726 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3594. 2012-03-09 17:52:46.656762 > return g.throw(self.type, self.value, self.tb)
  3595. 2012-03-09 17:52:46.656797 > --- <exception caught here> ---
  3596. 2012-03-09 17:52:46.656831 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3597. 2012-03-09 17:52:46.656865 > result = yield func(*args, **kwargs)
  3598. 2012-03-09 17:52:46.656900 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3599. 2012-03-09 17:52:46.656935 > result = result.throwExceptionIntoGenerator(g)
  3600. 2012-03-09 17:52:46.656969 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3601. 2012-03-09 17:52:46.657005 > return g.throw(self.type, self.value, self.tb)
  3602. 2012-03-09 17:52:46.657039 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3603. 2012-03-09 17:52:46.657073 > value = yield self.func(key)
  3604. 2012-03-09 17:52:46.657107 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3605. 2012-03-09 17:52:46.657142 > result = result.throwExceptionIntoGenerator(g)
  3606. 2012-03-09 17:52:46.657176 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3607. 2012-03-09 17:52:46.657211 > return g.throw(self.type, self.value, self.tb)
  3608. 2012-03-09 17:52:46.657245 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3609. 2012-03-09 17:52:46.657279 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3610. 2012-03-09 17:52:46.657317 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3611. 2012-03-09 17:52:46.657352 > result = result.throwExceptionIntoGenerator(g)
  3612. 2012-03-09 17:52:46.657397 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3613. 2012-03-09 17:52:46.657432 > return g.throw(self.type, self.value, self.tb)
  3614. 2012-03-09 17:52:46.657466 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3615. 2012-03-09 17:52:46.657500 > raise Error(**resp['error'])
  3616. 2012-03-09 17:52:46.657540 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3617. 2012-03-09 17:52:49.659196 > Error:
  3618. 2012-03-09 17:52:49.659268 > Traceback (most recent call last):
  3619. 2012-03-09 17:52:49.659305 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3620. 2012-03-09 17:52:49.659341 > current.result = callback(current.result, *args, **kw)
  3621. 2012-03-09 17:52:49.659376 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3622. 2012-03-09 17:52:49.659412 > _inlineCallbacks(r, g, deferred)
  3623. 2012-03-09 17:52:49.659446 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3624. 2012-03-09 17:52:49.659492 > result = result.throwExceptionIntoGenerator(g)
  3625. 2012-03-09 17:52:49.659527 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3626. 2012-03-09 17:52:49.659570 > return g.throw(self.type, self.value, self.tb)
  3627. 2012-03-09 17:52:49.659605 > --- <exception caught here> ---
  3628. 2012-03-09 17:52:49.659639 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3629. 2012-03-09 17:52:49.659673 > result = yield func(*args, **kwargs)
  3630. 2012-03-09 17:52:49.659708 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3631. 2012-03-09 17:52:49.659743 > result = result.throwExceptionIntoGenerator(g)
  3632. 2012-03-09 17:52:49.659776 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3633. 2012-03-09 17:52:49.659812 > return g.throw(self.type, self.value, self.tb)
  3634. 2012-03-09 17:52:49.659846 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3635. 2012-03-09 17:52:49.659880 > value = yield self.func(key)
  3636. 2012-03-09 17:52:49.659913 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3637. 2012-03-09 17:52:49.659948 > result = result.throwExceptionIntoGenerator(g)
  3638. 2012-03-09 17:52:49.659982 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3639. 2012-03-09 17:52:49.660016 > return g.throw(self.type, self.value, self.tb)
  3640. 2012-03-09 17:52:49.660050 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3641. 2012-03-09 17:52:49.660084 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3642. 2012-03-09 17:52:49.660122 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3643. 2012-03-09 17:52:49.660156 > result = result.throwExceptionIntoGenerator(g)
  3644. 2012-03-09 17:52:49.660190 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3645. 2012-03-09 17:52:49.660225 > return g.throw(self.type, self.value, self.tb)
  3646. 2012-03-09 17:52:49.660260 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3647. 2012-03-09 17:52:49.660293 > raise Error(**resp['error'])
  3648. 2012-03-09 17:52:49.660327 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3649. 2012-03-09 17:52:52.662012 > Error:
  3650. 2012-03-09 17:52:52.662082 > Traceback (most recent call last):
  3651. 2012-03-09 17:52:52.662119 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3652. 2012-03-09 17:52:52.662165 > current.result = callback(current.result, *args, **kw)
  3653. 2012-03-09 17:52:52.662201 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3654. 2012-03-09 17:52:52.662236 > _inlineCallbacks(r, g, deferred)
  3655. 2012-03-09 17:52:52.662270 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3656. 2012-03-09 17:52:52.662304 > result = result.throwExceptionIntoGenerator(g)
  3657. 2012-03-09 17:52:52.662338 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3658. 2012-03-09 17:52:52.662374 > return g.throw(self.type, self.value, self.tb)
  3659. 2012-03-09 17:52:52.662407 > --- <exception caught here> ---
  3660. 2012-03-09 17:52:52.662441 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3661. 2012-03-09 17:52:52.662476 > result = yield func(*args, **kwargs)
  3662. 2012-03-09 17:52:52.662511 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3663. 2012-03-09 17:52:52.662553 > result = result.throwExceptionIntoGenerator(g)
  3664. 2012-03-09 17:52:52.662588 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3665. 2012-03-09 17:52:52.662628 > return g.throw(self.type, self.value, self.tb)
  3666. 2012-03-09 17:52:52.662662 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3667. 2012-03-09 17:52:52.662696 > value = yield self.func(key)
  3668. 2012-03-09 17:52:52.662730 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3669. 2012-03-09 17:52:52.662764 > result = result.throwExceptionIntoGenerator(g)
  3670. 2012-03-09 17:52:52.662798 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3671. 2012-03-09 17:52:52.662833 > return g.throw(self.type, self.value, self.tb)
  3672. 2012-03-09 17:52:52.662867 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3673. 2012-03-09 17:52:52.662901 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3674. 2012-03-09 17:52:52.662937 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3675. 2012-03-09 17:52:52.662973 > result = result.throwExceptionIntoGenerator(g)
  3676. 2012-03-09 17:52:52.663006 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3677. 2012-03-09 17:52:52.663041 > return g.throw(self.type, self.value, self.tb)
  3678. 2012-03-09 17:52:52.663075 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3679. 2012-03-09 17:52:52.663109 > raise Error(**resp['error'])
  3680. 2012-03-09 17:52:52.663142 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3681. 2012-03-09 17:52:55.664761 > Error:
  3682. 2012-03-09 17:52:55.664827 > Traceback (most recent call last):
  3683. 2012-03-09 17:52:55.664864 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3684. 2012-03-09 17:52:55.664900 > current.result = callback(current.result, *args, **kw)
  3685. 2012-03-09 17:52:55.664935 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3686. 2012-03-09 17:52:55.664971 > _inlineCallbacks(r, g, deferred)
  3687. 2012-03-09 17:52:55.665005 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3688. 2012-03-09 17:52:55.665040 > result = result.throwExceptionIntoGenerator(g)
  3689. 2012-03-09 17:52:55.665074 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3690. 2012-03-09 17:52:55.665109 > return g.throw(self.type, self.value, self.tb)
  3691. 2012-03-09 17:52:55.665144 > --- <exception caught here> ---
  3692. 2012-03-09 17:52:55.665188 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3693. 2012-03-09 17:52:55.665223 > result = yield func(*args, **kwargs)
  3694. 2012-03-09 17:52:55.665257 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3695. 2012-03-09 17:52:55.665292 > result = result.throwExceptionIntoGenerator(g)
  3696. 2012-03-09 17:52:55.665326 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3697. 2012-03-09 17:52:55.665361 > return g.throw(self.type, self.value, self.tb)
  3698. 2012-03-09 17:52:55.665394 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3699. 2012-03-09 17:52:55.665428 > value = yield self.func(key)
  3700. 2012-03-09 17:52:55.665462 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3701. 2012-03-09 17:52:55.665497 > result = result.throwExceptionIntoGenerator(g)
  3702. 2012-03-09 17:52:55.665536 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3703. 2012-03-09 17:52:55.665574 > return g.throw(self.type, self.value, self.tb)
  3704. 2012-03-09 17:52:55.665615 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3705. 2012-03-09 17:52:55.665650 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3706. 2012-03-09 17:52:55.665687 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3707. 2012-03-09 17:52:55.665722 > result = result.throwExceptionIntoGenerator(g)
  3708. 2012-03-09 17:52:55.665756 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3709. 2012-03-09 17:52:55.665791 > return g.throw(self.type, self.value, self.tb)
  3710. 2012-03-09 17:52:55.665825 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3711. 2012-03-09 17:52:55.665858 > raise Error(**resp['error'])
  3712. 2012-03-09 17:52:55.665893 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3713. 2012-03-09 17:52:58.667510 > Error:
  3714. 2012-03-09 17:52:58.667593 > Traceback (most recent call last):
  3715. 2012-03-09 17:52:58.667630 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3716. 2012-03-09 17:52:58.667667 > current.result = callback(current.result, *args, **kw)
  3717. 2012-03-09 17:52:58.667702 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3718. 2012-03-09 17:52:58.667738 > _inlineCallbacks(r, g, deferred)
  3719. 2012-03-09 17:52:58.667772 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3720. 2012-03-09 17:52:58.667808 > result = result.throwExceptionIntoGenerator(g)
  3721. 2012-03-09 17:52:58.667842 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3722. 2012-03-09 17:52:58.667877 > return g.throw(self.type, self.value, self.tb)
  3723. 2012-03-09 17:52:58.667912 > --- <exception caught here> ---
  3724. 2012-03-09 17:52:58.667946 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3725. 2012-03-09 17:52:58.667980 > result = yield func(*args, **kwargs)
  3726. 2012-03-09 17:52:58.668014 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3727. 2012-03-09 17:52:58.668049 > result = result.throwExceptionIntoGenerator(g)
  3728. 2012-03-09 17:52:58.668083 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3729. 2012-03-09 17:52:58.668119 > return g.throw(self.type, self.value, self.tb)
  3730. 2012-03-09 17:52:58.668153 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3731. 2012-03-09 17:52:58.668187 > value = yield self.func(key)
  3732. 2012-03-09 17:52:58.668221 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3733. 2012-03-09 17:52:58.668265 > result = result.throwExceptionIntoGenerator(g)
  3734. 2012-03-09 17:52:58.668299 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3735. 2012-03-09 17:52:58.668335 > return g.throw(self.type, self.value, self.tb)
  3736. 2012-03-09 17:52:58.668369 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3737. 2012-03-09 17:52:58.668403 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3738. 2012-03-09 17:52:58.668440 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3739. 2012-03-09 17:52:58.668476 > result = result.throwExceptionIntoGenerator(g)
  3740. 2012-03-09 17:52:58.668510 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3741. 2012-03-09 17:52:58.668553 > return g.throw(self.type, self.value, self.tb)
  3742. 2012-03-09 17:52:58.668589 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3743. 2012-03-09 17:52:58.668630 > raise Error(**resp['error'])
  3744. 2012-03-09 17:52:58.668664 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3745. 2012-03-09 17:53:01.670298 > Error:
  3746. 2012-03-09 17:53:01.670370 > Traceback (most recent call last):
  3747. 2012-03-09 17:53:01.670407 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3748. 2012-03-09 17:53:01.670443 > current.result = callback(current.result, *args, **kw)
  3749. 2012-03-09 17:53:01.670478 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3750. 2012-03-09 17:53:01.670514 > _inlineCallbacks(r, g, deferred)
  3751. 2012-03-09 17:53:01.670556 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3752. 2012-03-09 17:53:01.670593 > result = result.throwExceptionIntoGenerator(g)
  3753. 2012-03-09 17:53:01.670627 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3754. 2012-03-09 17:53:01.670663 > return g.throw(self.type, self.value, self.tb)
  3755. 2012-03-09 17:53:01.670697 > --- <exception caught here> ---
  3756. 2012-03-09 17:53:01.670731 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3757. 2012-03-09 17:53:01.670766 > result = yield func(*args, **kwargs)
  3758. 2012-03-09 17:53:01.670800 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3759. 2012-03-09 17:53:01.670834 > result = result.throwExceptionIntoGenerator(g)
  3760. 2012-03-09 17:53:01.670869 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3761. 2012-03-09 17:53:01.670904 > return g.throw(self.type, self.value, self.tb)
  3762. 2012-03-09 17:53:01.670938 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3763. 2012-03-09 17:53:01.670973 > value = yield self.func(key)
  3764. 2012-03-09 17:53:01.671006 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3765. 2012-03-09 17:53:01.671042 > result = result.throwExceptionIntoGenerator(g)
  3766. 2012-03-09 17:53:01.671076 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3767. 2012-03-09 17:53:01.671111 > return g.throw(self.type, self.value, self.tb)
  3768. 2012-03-09 17:53:01.671146 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3769. 2012-03-09 17:53:01.671180 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3770. 2012-03-09 17:53:01.671218 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3771. 2012-03-09 17:53:01.671263 > result = result.throwExceptionIntoGenerator(g)
  3772. 2012-03-09 17:53:01.671297 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3773. 2012-03-09 17:53:01.671333 > return g.throw(self.type, self.value, self.tb)
  3774. 2012-03-09 17:53:01.671367 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3775. 2012-03-09 17:53:01.671401 > raise Error(**resp['error'])
  3776. 2012-03-09 17:53:01.671435 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3777. 2012-03-09 17:53:04.673129 > Error:
  3778. 2012-03-09 17:53:04.673202 > Traceback (most recent call last):
  3779. 2012-03-09 17:53:04.673239 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3780. 2012-03-09 17:53:04.673276 > current.result = callback(current.result, *args, **kw)
  3781. 2012-03-09 17:53:04.673311 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3782. 2012-03-09 17:53:04.673346 > _inlineCallbacks(r, g, deferred)
  3783. 2012-03-09 17:53:04.673391 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3784. 2012-03-09 17:53:04.673427 > result = result.throwExceptionIntoGenerator(g)
  3785. 2012-03-09 17:53:04.673462 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3786. 2012-03-09 17:53:04.673497 > return g.throw(self.type, self.value, self.tb)
  3787. 2012-03-09 17:53:04.673536 > --- <exception caught here> ---
  3788. 2012-03-09 17:53:04.673573 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3789. 2012-03-09 17:53:04.673608 > result = yield func(*args, **kwargs)
  3790. 2012-03-09 17:53:04.673642 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3791. 2012-03-09 17:53:04.673677 > result = result.throwExceptionIntoGenerator(g)
  3792. 2012-03-09 17:53:04.673710 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3793. 2012-03-09 17:53:04.673746 > return g.throw(self.type, self.value, self.tb)
  3794. 2012-03-09 17:53:04.673780 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3795. 2012-03-09 17:53:04.673814 > value = yield self.func(key)
  3796. 2012-03-09 17:53:04.673848 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3797. 2012-03-09 17:53:04.673884 > result = result.throwExceptionIntoGenerator(g)
  3798. 2012-03-09 17:53:04.673918 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3799. 2012-03-09 17:53:04.673952 > return g.throw(self.type, self.value, self.tb)
  3800. 2012-03-09 17:53:04.673986 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3801. 2012-03-09 17:53:04.674021 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3802. 2012-03-09 17:53:04.674058 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3803. 2012-03-09 17:53:04.674093 > result = result.throwExceptionIntoGenerator(g)
  3804. 2012-03-09 17:53:04.674127 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3805. 2012-03-09 17:53:04.674161 > return g.throw(self.type, self.value, self.tb)
  3806. 2012-03-09 17:53:04.674195 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3807. 2012-03-09 17:53:04.674228 > raise Error(**resp['error'])
  3808. 2012-03-09 17:53:04.674262 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3809. 2012-03-09 17:53:07.675896 > Error:
  3810. 2012-03-09 17:53:07.675966 > Traceback (most recent call last):
  3811. 2012-03-09 17:53:07.676012 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3812. 2012-03-09 17:53:07.676049 > current.result = callback(current.result, *args, **kw)
  3813. 2012-03-09 17:53:07.676084 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3814. 2012-03-09 17:53:07.676120 > _inlineCallbacks(r, g, deferred)
  3815. 2012-03-09 17:53:07.676154 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3816. 2012-03-09 17:53:07.676190 > result = result.throwExceptionIntoGenerator(g)
  3817. 2012-03-09 17:53:07.676224 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3818. 2012-03-09 17:53:07.676259 > return g.throw(self.type, self.value, self.tb)
  3819. 2012-03-09 17:53:07.676293 > --- <exception caught here> ---
  3820. 2012-03-09 17:53:07.676327 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3821. 2012-03-09 17:53:07.676361 > result = yield func(*args, **kwargs)
  3822. 2012-03-09 17:53:07.676395 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3823. 2012-03-09 17:53:07.676437 > result = result.throwExceptionIntoGenerator(g)
  3824. 2012-03-09 17:53:07.676471 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3825. 2012-03-09 17:53:07.676506 > return g.throw(self.type, self.value, self.tb)
  3826. 2012-03-09 17:53:07.676545 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3827. 2012-03-09 17:53:07.676582 > value = yield self.func(key)
  3828. 2012-03-09 17:53:07.676616 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3829. 2012-03-09 17:53:07.676650 > result = result.throwExceptionIntoGenerator(g)
  3830. 2012-03-09 17:53:07.676684 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3831. 2012-03-09 17:53:07.676719 > return g.throw(self.type, self.value, self.tb)
  3832. 2012-03-09 17:53:07.676753 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3833. 2012-03-09 17:53:07.676788 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3834. 2012-03-09 17:53:07.676825 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3835. 2012-03-09 17:53:07.676860 > result = result.throwExceptionIntoGenerator(g)
  3836. 2012-03-09 17:53:07.676894 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3837. 2012-03-09 17:53:07.676928 > return g.throw(self.type, self.value, self.tb)
  3838. 2012-03-09 17:53:07.676962 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3839. 2012-03-09 17:53:07.676996 > raise Error(**resp['error'])
  3840. 2012-03-09 17:53:07.677030 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3841. 2012-03-09 17:53:10.678640 > Error:
  3842. 2012-03-09 17:53:10.678706 > Traceback (most recent call last):
  3843. 2012-03-09 17:53:10.678743 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3844. 2012-03-09 17:53:10.678779 > current.result = callback(current.result, *args, **kw)
  3845. 2012-03-09 17:53:10.678814 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3846. 2012-03-09 17:53:10.678850 > _inlineCallbacks(r, g, deferred)
  3847. 2012-03-09 17:53:10.678884 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3848. 2012-03-09 17:53:10.678919 > result = result.throwExceptionIntoGenerator(g)
  3849. 2012-03-09 17:53:10.678954 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3850. 2012-03-09 17:53:10.678997 > return g.throw(self.type, self.value, self.tb)
  3851. 2012-03-09 17:53:10.679031 > --- <exception caught here> ---
  3852. 2012-03-09 17:53:10.679066 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3853. 2012-03-09 17:53:10.679100 > result = yield func(*args, **kwargs)
  3854. 2012-03-09 17:53:10.679134 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3855. 2012-03-09 17:53:10.679169 > result = result.throwExceptionIntoGenerator(g)
  3856. 2012-03-09 17:53:10.679203 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3857. 2012-03-09 17:53:10.679237 > return g.throw(self.type, self.value, self.tb)
  3858. 2012-03-09 17:53:10.679271 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3859. 2012-03-09 17:53:10.679305 > value = yield self.func(key)
  3860. 2012-03-09 17:53:10.679339 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3861. 2012-03-09 17:53:10.679374 > result = result.throwExceptionIntoGenerator(g)
  3862. 2012-03-09 17:53:10.679408 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3863. 2012-03-09 17:53:10.679449 > return g.throw(self.type, self.value, self.tb)
  3864. 2012-03-09 17:53:10.679484 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3865. 2012-03-09 17:53:10.679518 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3866. 2012-03-09 17:53:10.679563 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3867. 2012-03-09 17:53:10.679599 > result = result.throwExceptionIntoGenerator(g)
  3868. 2012-03-09 17:53:10.679633 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3869. 2012-03-09 17:53:10.679668 > return g.throw(self.type, self.value, self.tb)
  3870. 2012-03-09 17:53:10.679702 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3871. 2012-03-09 17:53:10.679736 > raise Error(**resp['error'])
  3872. 2012-03-09 17:53:10.679770 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3873. 2012-03-09 17:53:13.681398 > Error:
  3874. 2012-03-09 17:53:13.681470 > Traceback (most recent call last):
  3875. 2012-03-09 17:53:13.681507 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3876. 2012-03-09 17:53:13.681550 > current.result = callback(current.result, *args, **kw)
  3877. 2012-03-09 17:53:13.681586 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3878. 2012-03-09 17:53:13.681621 > _inlineCallbacks(r, g, deferred)
  3879. 2012-03-09 17:53:13.681656 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3880. 2012-03-09 17:53:13.681692 > result = result.throwExceptionIntoGenerator(g)
  3881. 2012-03-09 17:53:13.681726 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3882. 2012-03-09 17:53:13.681761 > return g.throw(self.type, self.value, self.tb)
  3883. 2012-03-09 17:53:13.681795 > --- <exception caught here> ---
  3884. 2012-03-09 17:53:13.681829 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3885. 2012-03-09 17:53:13.681863 > result = yield func(*args, **kwargs)
  3886. 2012-03-09 17:53:13.681898 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3887. 2012-03-09 17:53:13.681933 > result = result.throwExceptionIntoGenerator(g)
  3888. 2012-03-09 17:53:13.681967 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3889. 2012-03-09 17:53:13.682001 > return g.throw(self.type, self.value, self.tb)
  3890. 2012-03-09 17:53:13.682035 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3891. 2012-03-09 17:53:13.682080 > value = yield self.func(key)
  3892. 2012-03-09 17:53:13.682114 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3893. 2012-03-09 17:53:13.682149 > result = result.throwExceptionIntoGenerator(g)
  3894. 2012-03-09 17:53:13.682182 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3895. 2012-03-09 17:53:13.682217 > return g.throw(self.type, self.value, self.tb)
  3896. 2012-03-09 17:53:13.682251 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3897. 2012-03-09 17:53:13.682285 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3898. 2012-03-09 17:53:13.682322 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3899. 2012-03-09 17:53:13.682357 > result = result.throwExceptionIntoGenerator(g)
  3900. 2012-03-09 17:53:13.682390 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3901. 2012-03-09 17:53:13.682432 > return g.throw(self.type, self.value, self.tb)
  3902. 2012-03-09 17:53:13.682466 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3903. 2012-03-09 17:53:13.682500 > raise Error(**resp['error'])
  3904. 2012-03-09 17:53:13.682541 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3905. 2012-03-09 17:53:16.684169 > Error:
  3906. 2012-03-09 17:53:16.684245 > Traceback (most recent call last):
  3907. 2012-03-09 17:53:16.684284 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3908. 2012-03-09 17:53:16.684321 > current.result = callback(current.result, *args, **kw)
  3909. 2012-03-09 17:53:16.684358 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3910. 2012-03-09 17:53:16.684394 > _inlineCallbacks(r, g, deferred)
  3911. 2012-03-09 17:53:16.684430 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3912. 2012-03-09 17:53:16.684467 > result = result.throwExceptionIntoGenerator(g)
  3913. 2012-03-09 17:53:16.684502 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3914. 2012-03-09 17:53:16.684544 > return g.throw(self.type, self.value, self.tb)
  3915. 2012-03-09 17:53:16.684582 > --- <exception caught here> ---
  3916. 2012-03-09 17:53:16.684618 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3917. 2012-03-09 17:53:16.684653 > result = yield func(*args, **kwargs)
  3918. 2012-03-09 17:53:16.684688 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3919. 2012-03-09 17:53:16.684725 > result = result.throwExceptionIntoGenerator(g)
  3920. 2012-03-09 17:53:16.684761 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3921. 2012-03-09 17:53:16.684797 > return g.throw(self.type, self.value, self.tb)
  3922. 2012-03-09 17:53:16.684833 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3923. 2012-03-09 17:53:16.684868 > value = yield self.func(key)
  3924. 2012-03-09 17:53:16.684903 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3925. 2012-03-09 17:53:16.684939 > result = result.throwExceptionIntoGenerator(g)
  3926. 2012-03-09 17:53:16.684974 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3927. 2012-03-09 17:53:16.685010 > return g.throw(self.type, self.value, self.tb)
  3928. 2012-03-09 17:53:16.685046 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3929. 2012-03-09 17:53:16.685082 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3930. 2012-03-09 17:53:16.685134 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3931. 2012-03-09 17:53:16.685171 > result = result.throwExceptionIntoGenerator(g)
  3932. 2012-03-09 17:53:16.685205 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3933. 2012-03-09 17:53:16.685241 > return g.throw(self.type, self.value, self.tb)
  3934. 2012-03-09 17:53:16.685275 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3935. 2012-03-09 17:53:16.685310 > raise Error(**resp['error'])
  3936. 2012-03-09 17:53:16.685344 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3937. 2012-03-09 17:53:19.686980 > Error:
  3938. 2012-03-09 17:53:19.687050 > Traceback (most recent call last):
  3939. 2012-03-09 17:53:19.687088 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3940. 2012-03-09 17:53:19.687125 > current.result = callback(current.result, *args, **kw)
  3941. 2012-03-09 17:53:19.687161 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3942. 2012-03-09 17:53:19.687210 > _inlineCallbacks(r, g, deferred)
  3943. 2012-03-09 17:53:19.687246 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3944. 2012-03-09 17:53:19.687281 > result = result.throwExceptionIntoGenerator(g)
  3945. 2012-03-09 17:53:19.687316 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3946. 2012-03-09 17:53:19.687351 > return g.throw(self.type, self.value, self.tb)
  3947. 2012-03-09 17:53:19.687385 > --- <exception caught here> ---
  3948. 2012-03-09 17:53:19.687420 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3949. 2012-03-09 17:53:19.687454 > result = yield func(*args, **kwargs)
  3950. 2012-03-09 17:53:19.687488 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3951. 2012-03-09 17:53:19.687522 > result = result.throwExceptionIntoGenerator(g)
  3952. 2012-03-09 17:53:19.687565 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3953. 2012-03-09 17:53:19.687600 > return g.throw(self.type, self.value, self.tb)
  3954. 2012-03-09 17:53:19.687634 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3955. 2012-03-09 17:53:19.687668 > value = yield self.func(key)
  3956. 2012-03-09 17:53:19.687702 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3957. 2012-03-09 17:53:19.687737 > result = result.throwExceptionIntoGenerator(g)
  3958. 2012-03-09 17:53:19.687771 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3959. 2012-03-09 17:53:19.687806 > return g.throw(self.type, self.value, self.tb)
  3960. 2012-03-09 17:53:19.687840 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3961. 2012-03-09 17:53:19.687875 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3962. 2012-03-09 17:53:19.687912 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3963. 2012-03-09 17:53:19.687947 > result = result.throwExceptionIntoGenerator(g)
  3964. 2012-03-09 17:53:19.687981 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3965. 2012-03-09 17:53:19.688016 > return g.throw(self.type, self.value, self.tb)
  3966. 2012-03-09 17:53:19.688050 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3967. 2012-03-09 17:53:19.688084 > raise Error(**resp['error'])
  3968. 2012-03-09 17:53:19.688119 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  3969. 2012-03-09 17:53:22.689748 > Error:
  3970. 2012-03-09 17:53:22.689820 > Traceback (most recent call last):
  3971. 2012-03-09 17:53:22.689857 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  3972. 2012-03-09 17:53:22.689893 > current.result = callback(current.result, *args, **kw)
  3973. 2012-03-09 17:53:22.689928 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  3974. 2012-03-09 17:53:22.689963 > _inlineCallbacks(r, g, deferred)
  3975. 2012-03-09 17:53:22.689997 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3976. 2012-03-09 17:53:22.690033 > result = result.throwExceptionIntoGenerator(g)
  3977. 2012-03-09 17:53:22.690067 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3978. 2012-03-09 17:53:22.690102 > return g.throw(self.type, self.value, self.tb)
  3979. 2012-03-09 17:53:22.690136 > --- <exception caught here> ---
  3980. 2012-03-09 17:53:22.690170 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  3981. 2012-03-09 17:53:22.690204 > result = yield func(*args, **kwargs)
  3982. 2012-03-09 17:53:22.690248 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3983. 2012-03-09 17:53:22.690283 > result = result.throwExceptionIntoGenerator(g)
  3984. 2012-03-09 17:53:22.690317 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3985. 2012-03-09 17:53:22.690352 > return g.throw(self.type, self.value, self.tb)
  3986. 2012-03-09 17:53:22.690386 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  3987. 2012-03-09 17:53:22.690420 > value = yield self.func(key)
  3988. 2012-03-09 17:53:22.690453 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3989. 2012-03-09 17:53:22.690487 > result = result.throwExceptionIntoGenerator(g)
  3990. 2012-03-09 17:53:22.690520 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3991. 2012-03-09 17:53:22.690563 > return g.throw(self.type, self.value, self.tb)
  3992. 2012-03-09 17:53:22.690597 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  3993. 2012-03-09 17:53:22.690632 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  3994. 2012-03-09 17:53:22.690668 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  3995. 2012-03-09 17:53:22.690703 > result = result.throwExceptionIntoGenerator(g)
  3996. 2012-03-09 17:53:22.690737 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  3997. 2012-03-09 17:53:22.690772 > return g.throw(self.type, self.value, self.tb)
  3998. 2012-03-09 17:53:22.690807 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  3999. 2012-03-09 17:53:22.690841 > raise Error(**resp['error'])
  4000. 2012-03-09 17:53:22.690874 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  4001. 2012-03-09 17:53:25.692472 > Error:
  4002. 2012-03-09 17:53:25.692543 > Traceback (most recent call last):
  4003. 2012-03-09 17:53:25.692583 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  4004. 2012-03-09 17:53:25.692619 > current.result = callback(current.result, *args, **kw)
  4005. 2012-03-09 17:53:25.692654 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  4006. 2012-03-09 17:53:25.692690 > _inlineCallbacks(r, g, deferred)
  4007. 2012-03-09 17:53:25.692724 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4008. 2012-03-09 17:53:25.692759 > result = result.throwExceptionIntoGenerator(g)
  4009. 2012-03-09 17:53:25.692794 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4010. 2012-03-09 17:53:25.692839 > return g.throw(self.type, self.value, self.tb)
  4011. 2012-03-09 17:53:25.692873 > --- <exception caught here> ---
  4012. 2012-03-09 17:53:25.692908 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  4013. 2012-03-09 17:53:25.692942 > result = yield func(*args, **kwargs)
  4014. 2012-03-09 17:53:25.692976 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4015. 2012-03-09 17:53:25.693011 > result = result.throwExceptionIntoGenerator(g)
  4016. 2012-03-09 17:53:25.693046 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4017. 2012-03-09 17:53:25.693081 > return g.throw(self.type, self.value, self.tb)
  4018. 2012-03-09 17:53:25.693115 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  4019. 2012-03-09 17:53:25.693149 > value = yield self.func(key)
  4020. 2012-03-09 17:53:25.693182 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4021. 2012-03-09 17:53:25.693217 > result = result.throwExceptionIntoGenerator(g)
  4022. 2012-03-09 17:53:25.693256 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4023. 2012-03-09 17:53:25.693291 > return g.throw(self.type, self.value, self.tb)
  4024. 2012-03-09 17:53:25.693326 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  4025. 2012-03-09 17:53:25.693360 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  4026. 2012-03-09 17:53:25.693397 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4027. 2012-03-09 17:53:25.693432 > result = result.throwExceptionIntoGenerator(g)
  4028. 2012-03-09 17:53:25.693467 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4029. 2012-03-09 17:53:25.693501 > return g.throw(self.type, self.value, self.tb)
  4030. 2012-03-09 17:53:25.693540 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  4031. 2012-03-09 17:53:25.693577 > raise Error(**resp['error'])
  4032. 2012-03-09 17:53:25.693612 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  4033. 2012-03-09 17:53:28.695238 > Error:
  4034. 2012-03-09 17:53:28.695311 > Traceback (most recent call last):
  4035. 2012-03-09 17:53:28.695348 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  4036. 2012-03-09 17:53:28.695384 > current.result = callback(current.result, *args, **kw)
  4037. 2012-03-09 17:53:28.695420 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  4038. 2012-03-09 17:53:28.695454 > _inlineCallbacks(r, g, deferred)
  4039. 2012-03-09 17:53:28.695489 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4040. 2012-03-09 17:53:28.695524 > result = result.throwExceptionIntoGenerator(g)
  4041. 2012-03-09 17:53:28.695567 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4042. 2012-03-09 17:53:28.695602 > return g.throw(self.type, self.value, self.tb)
  4043. 2012-03-09 17:53:28.695636 > --- <exception caught here> ---
  4044. 2012-03-09 17:53:28.695671 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  4045. 2012-03-09 17:53:28.695705 > result = yield func(*args, **kwargs)
  4046. 2012-03-09 17:53:28.695739 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4047. 2012-03-09 17:53:28.695774 > result = result.throwExceptionIntoGenerator(g)
  4048. 2012-03-09 17:53:28.695809 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4049. 2012-03-09 17:53:28.695844 > return g.throw(self.type, self.value, self.tb)
  4050. 2012-03-09 17:53:28.695889 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  4051. 2012-03-09 17:53:28.695924 > value = yield self.func(key)
  4052. 2012-03-09 17:53:28.695958 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4053. 2012-03-09 17:53:28.695992 > result = result.throwExceptionIntoGenerator(g)
  4054. 2012-03-09 17:53:28.696026 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4055. 2012-03-09 17:53:28.696061 > return g.throw(self.type, self.value, self.tb)
  4056. 2012-03-09 17:53:28.696095 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  4057. 2012-03-09 17:53:28.696130 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  4058. 2012-03-09 17:53:28.696167 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4059. 2012-03-09 17:53:28.696202 > result = result.throwExceptionIntoGenerator(g)
  4060. 2012-03-09 17:53:28.696242 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4061. 2012-03-09 17:53:28.696278 > return g.throw(self.type, self.value, self.tb)
  4062. 2012-03-09 17:53:28.696312 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  4063. 2012-03-09 17:53:28.696346 > raise Error(**resp['error'])
  4064. 2012-03-09 17:53:28.696380 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  4065. 2012-03-09 17:53:31.698021 > Error:
  4066. 2012-03-09 17:53:31.698091 > Traceback (most recent call last):
  4067. 2012-03-09 17:53:31.698128 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  4068. 2012-03-09 17:53:31.698164 > current.result = callback(current.result, *args, **kw)
  4069. 2012-03-09 17:53:31.698199 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  4070. 2012-03-09 17:53:31.698234 > _inlineCallbacks(r, g, deferred)
  4071. 2012-03-09 17:53:31.698268 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4072. 2012-03-09 17:53:31.698302 > result = result.throwExceptionIntoGenerator(g)
  4073. 2012-03-09 17:53:31.698336 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4074. 2012-03-09 17:53:31.698371 > return g.throw(self.type, self.value, self.tb)
  4075. 2012-03-09 17:53:31.698405 > --- <exception caught here> ---
  4076. 2012-03-09 17:53:31.698439 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  4077. 2012-03-09 17:53:31.698473 > result = yield func(*args, **kwargs)
  4078. 2012-03-09 17:53:31.698507 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4079. 2012-03-09 17:53:31.698551 > result = result.throwExceptionIntoGenerator(g)
  4080. 2012-03-09 17:53:31.698586 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4081. 2012-03-09 17:53:31.698621 > return g.throw(self.type, self.value, self.tb)
  4082. 2012-03-09 17:53:31.698656 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  4083. 2012-03-09 17:53:31.698690 > value = yield self.func(key)
  4084. 2012-03-09 17:53:31.698723 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4085. 2012-03-09 17:53:31.698758 > result = result.throwExceptionIntoGenerator(g)
  4086. 2012-03-09 17:53:31.698791 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4087. 2012-03-09 17:53:31.698826 > return g.throw(self.type, self.value, self.tb)
  4088. 2012-03-09 17:53:31.698860 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  4089. 2012-03-09 17:53:31.698895 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  4090. 2012-03-09 17:53:31.698942 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4091. 2012-03-09 17:53:31.698977 > result = result.throwExceptionIntoGenerator(g)
  4092. 2012-03-09 17:53:31.699012 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4093. 2012-03-09 17:53:31.699046 > return g.throw(self.type, self.value, self.tb)
  4094. 2012-03-09 17:53:31.699080 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  4095. 2012-03-09 17:53:31.699114 > raise Error(**resp['error'])
  4096. 2012-03-09 17:53:31.699148 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  4097. 2012-03-09 17:53:34.700821 > Error:
  4098. 2012-03-09 17:53:34.700896 > Traceback (most recent call last):
  4099. 2012-03-09 17:53:34.700933 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  4100. 2012-03-09 17:53:34.700979 > current.result = callback(current.result, *args, **kw)
  4101. 2012-03-09 17:53:34.701015 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  4102. 2012-03-09 17:53:34.701050 > _inlineCallbacks(r, g, deferred)
  4103. 2012-03-09 17:53:34.701084 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4104. 2012-03-09 17:53:34.701119 > result = result.throwExceptionIntoGenerator(g)
  4105. 2012-03-09 17:53:34.701153 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4106. 2012-03-09 17:53:34.701188 > return g.throw(self.type, self.value, self.tb)
  4107. 2012-03-09 17:53:34.701222 > --- <exception caught here> ---
  4108. 2012-03-09 17:53:34.701256 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  4109. 2012-03-09 17:53:34.701290 > result = yield func(*args, **kwargs)
  4110. 2012-03-09 17:53:34.701324 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4111. 2012-03-09 17:53:34.701359 > result = result.throwExceptionIntoGenerator(g)
  4112. 2012-03-09 17:53:34.701393 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4113. 2012-03-09 17:53:34.701427 > return g.throw(self.type, self.value, self.tb)
  4114. 2012-03-09 17:53:34.701461 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  4115. 2012-03-09 17:53:34.701495 > value = yield self.func(key)
  4116. 2012-03-09 17:53:34.701529 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4117. 2012-03-09 17:53:34.701571 > result = result.throwExceptionIntoGenerator(g)
  4118. 2012-03-09 17:53:34.701605 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4119. 2012-03-09 17:53:34.701639 > return g.throw(self.type, self.value, self.tb)
  4120. 2012-03-09 17:53:34.701673 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  4121. 2012-03-09 17:53:34.701707 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  4122. 2012-03-09 17:53:34.701744 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4123. 2012-03-09 17:53:34.701779 > result = result.throwExceptionIntoGenerator(g)
  4124. 2012-03-09 17:53:34.701812 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4125. 2012-03-09 17:53:34.701847 > return g.throw(self.type, self.value, self.tb)
  4126. 2012-03-09 17:53:34.701881 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  4127. 2012-03-09 17:53:34.701914 > raise Error(**resp['error'])
  4128. 2012-03-09 17:53:34.701956 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  4129. 2012-03-09 17:53:37.703515 > Error:
  4130. 2012-03-09 17:53:37.703592 > Traceback (most recent call last):
  4131. 2012-03-09 17:53:37.703628 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  4132. 2012-03-09 17:53:37.703664 > current.result = callback(current.result, *args, **kw)
  4133. 2012-03-09 17:53:37.703699 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  4134. 2012-03-09 17:53:37.703734 > _inlineCallbacks(r, g, deferred)
  4135. 2012-03-09 17:53:37.703769 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4136. 2012-03-09 17:53:37.703805 > result = result.throwExceptionIntoGenerator(g)
  4137. 2012-03-09 17:53:37.703839 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4138. 2012-03-09 17:53:37.703874 > return g.throw(self.type, self.value, self.tb)
  4139. 2012-03-09 17:53:37.703908 > --- <exception caught here> ---
  4140. 2012-03-09 17:53:37.703943 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  4141. 2012-03-09 17:53:37.703987 > result = yield func(*args, **kwargs)
  4142. 2012-03-09 17:53:37.704022 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4143. 2012-03-09 17:53:37.704057 > result = result.throwExceptionIntoGenerator(g)
  4144. 2012-03-09 17:53:37.704091 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4145. 2012-03-09 17:53:37.704127 > return g.throw(self.type, self.value, self.tb)
  4146. 2012-03-09 17:53:37.704161 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  4147. 2012-03-09 17:53:37.704195 > value = yield self.func(key)
  4148. 2012-03-09 17:53:37.704229 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4149. 2012-03-09 17:53:37.704264 > result = result.throwExceptionIntoGenerator(g)
  4150. 2012-03-09 17:53:37.704299 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4151. 2012-03-09 17:53:37.704333 > return g.throw(self.type, self.value, self.tb)
  4152. 2012-03-09 17:53:37.704368 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  4153. 2012-03-09 17:53:37.704402 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  4154. 2012-03-09 17:53:37.704439 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4155. 2012-03-09 17:53:37.704474 > result = result.throwExceptionIntoGenerator(g)
  4156. 2012-03-09 17:53:37.704508 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4157. 2012-03-09 17:53:37.704552 > return g.throw(self.type, self.value, self.tb)
  4158. 2012-03-09 17:53:37.704588 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  4159. 2012-03-09 17:53:37.704622 > raise Error(**resp['error'])
  4160. 2012-03-09 17:53:37.704656 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  4161. 2012-03-09 17:53:40.706266 > Error:
  4162. 2012-03-09 17:53:40.706332 > Traceback (most recent call last):
  4163. 2012-03-09 17:53:40.706369 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  4164. 2012-03-09 17:53:40.706406 > current.result = callback(current.result, *args, **kw)
  4165. 2012-03-09 17:53:40.706442 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  4166. 2012-03-09 17:53:40.706477 > _inlineCallbacks(r, g, deferred)
  4167. 2012-03-09 17:53:40.706512 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4168. 2012-03-09 17:53:40.706565 > result = result.throwExceptionIntoGenerator(g)
  4169. 2012-03-09 17:53:40.706602 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4170. 2012-03-09 17:53:40.706638 > return g.throw(self.type, self.value, self.tb)
  4171. 2012-03-09 17:53:40.706673 > --- <exception caught here> ---
  4172. 2012-03-09 17:53:40.706707 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  4173. 2012-03-09 17:53:40.706742 > result = yield func(*args, **kwargs)
  4174. 2012-03-09 17:53:40.706777 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4175. 2012-03-09 17:53:40.706812 > result = result.throwExceptionIntoGenerator(g)
  4176. 2012-03-09 17:53:40.706846 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4177. 2012-03-09 17:53:40.706882 > return g.throw(self.type, self.value, self.tb)
  4178. 2012-03-09 17:53:40.706917 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  4179. 2012-03-09 17:53:40.706951 > value = yield self.func(key)
  4180. 2012-03-09 17:53:40.706985 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4181. 2012-03-09 17:53:40.707027 > result = result.throwExceptionIntoGenerator(g)
  4182. 2012-03-09 17:53:40.707061 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4183. 2012-03-09 17:53:40.707096 > return g.throw(self.type, self.value, self.tb)
  4184. 2012-03-09 17:53:40.707130 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  4185. 2012-03-09 17:53:40.707165 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  4186. 2012-03-09 17:53:40.707202 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4187. 2012-03-09 17:53:40.707238 > result = result.throwExceptionIntoGenerator(g)
  4188. 2012-03-09 17:53:40.707272 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4189. 2012-03-09 17:53:40.707307 > return g.throw(self.type, self.value, self.tb)
  4190. 2012-03-09 17:53:40.707341 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  4191. 2012-03-09 17:53:40.707375 > raise Error(**resp['error'])
  4192. 2012-03-09 17:53:40.707409 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  4193. 2012-03-09 17:53:43.709128 > Error:
  4194. 2012-03-09 17:53:43.709196 > Traceback (most recent call last):
  4195. 2012-03-09 17:53:43.709233 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  4196. 2012-03-09 17:53:43.709270 > current.result = callback(current.result, *args, **kw)
  4197. 2012-03-09 17:53:43.709304 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  4198. 2012-03-09 17:53:43.709340 > _inlineCallbacks(r, g, deferred)
  4199. 2012-03-09 17:53:43.709374 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4200. 2012-03-09 17:53:43.709409 > result = result.throwExceptionIntoGenerator(g)
  4201. 2012-03-09 17:53:43.709444 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4202. 2012-03-09 17:53:43.709479 > return g.throw(self.type, self.value, self.tb)
  4203. 2012-03-09 17:53:43.709514 > --- <exception caught here> ---
  4204. 2012-03-09 17:53:43.709554 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  4205. 2012-03-09 17:53:43.709590 > result = yield func(*args, **kwargs)
  4206. 2012-03-09 17:53:43.709624 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4207. 2012-03-09 17:53:43.709659 > result = result.throwExceptionIntoGenerator(g)
  4208. 2012-03-09 17:53:43.709693 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4209. 2012-03-09 17:53:43.709737 > return g.throw(self.type, self.value, self.tb)
  4210. 2012-03-09 17:53:43.709772 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  4211. 2012-03-09 17:53:43.709806 > value = yield self.func(key)
  4212. 2012-03-09 17:53:43.709840 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4213. 2012-03-09 17:53:43.709875 > result = result.throwExceptionIntoGenerator(g)
  4214. 2012-03-09 17:53:43.709909 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4215. 2012-03-09 17:53:43.709944 > return g.throw(self.type, self.value, self.tb)
  4216. 2012-03-09 17:53:43.709989 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  4217. 2012-03-09 17:53:43.710024 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  4218. 2012-03-09 17:53:43.710061 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4219. 2012-03-09 17:53:43.710102 > result = result.throwExceptionIntoGenerator(g)
  4220. 2012-03-09 17:53:43.710137 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4221. 2012-03-09 17:53:43.710172 > return g.throw(self.type, self.value, self.tb)
  4222. 2012-03-09 17:53:43.710206 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  4223. 2012-03-09 17:53:43.710240 > raise Error(**resp['error'])
  4224. 2012-03-09 17:53:43.710274 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  4225. 2012-03-09 17:53:46.711949 > Error:
  4226. 2012-03-09 17:53:46.712019 > Traceback (most recent call last):
  4227. 2012-03-09 17:53:46.712056 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  4228. 2012-03-09 17:53:46.712092 > current.result = callback(current.result, *args, **kw)
  4229. 2012-03-09 17:53:46.712127 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  4230. 2012-03-09 17:53:46.712162 > _inlineCallbacks(r, g, deferred)
  4231. 2012-03-09 17:53:46.712196 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4232. 2012-03-09 17:53:46.712232 > result = result.throwExceptionIntoGenerator(g)
  4233. 2012-03-09 17:53:46.712266 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4234. 2012-03-09 17:53:46.712302 > return g.throw(self.type, self.value, self.tb)
  4235. 2012-03-09 17:53:46.712336 > --- <exception caught here> ---
  4236. 2012-03-09 17:53:46.712370 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  4237. 2012-03-09 17:53:46.712404 > result = yield func(*args, **kwargs)
  4238. 2012-03-09 17:53:46.712438 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4239. 2012-03-09 17:53:46.712473 > result = result.throwExceptionIntoGenerator(g)
  4240. 2012-03-09 17:53:46.712507 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4241. 2012-03-09 17:53:46.712553 > return g.throw(self.type, self.value, self.tb)
  4242. 2012-03-09 17:53:46.712589 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  4243. 2012-03-09 17:53:46.712623 > value = yield self.func(key)
  4244. 2012-03-09 17:53:46.712657 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4245. 2012-03-09 17:53:46.712691 > result = result.throwExceptionIntoGenerator(g)
  4246. 2012-03-09 17:53:46.712725 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4247. 2012-03-09 17:53:46.712760 > return g.throw(self.type, self.value, self.tb)
  4248. 2012-03-09 17:53:46.712794 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  4249. 2012-03-09 17:53:46.712839 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  4250. 2012-03-09 17:53:46.712876 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4251. 2012-03-09 17:53:46.712911 > result = result.throwExceptionIntoGenerator(g)
  4252. 2012-03-09 17:53:46.712945 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4253. 2012-03-09 17:53:46.712981 > return g.throw(self.type, self.value, self.tb)
  4254. 2012-03-09 17:53:46.713015 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  4255. 2012-03-09 17:53:46.713049 > raise Error(**resp['error'])
  4256. 2012-03-09 17:53:46.713082 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  4257. 2012-03-09 17:53:49.714732 > Error:
  4258. 2012-03-09 17:53:49.714808 > Traceback (most recent call last):
  4259. 2012-03-09 17:53:49.714859 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  4260. 2012-03-09 17:53:49.714910 > current.result = callback(current.result, *args, **kw)
  4261. 2012-03-09 17:53:49.714947 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  4262. 2012-03-09 17:53:49.714983 > _inlineCallbacks(r, g, deferred)
  4263. 2012-03-09 17:53:49.715018 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4264. 2012-03-09 17:53:49.715054 > result = result.throwExceptionIntoGenerator(g)
  4265. 2012-03-09 17:53:49.715088 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4266. 2012-03-09 17:53:49.715124 > return g.throw(self.type, self.value, self.tb)
  4267. 2012-03-09 17:53:49.715159 > --- <exception caught here> ---
  4268. 2012-03-09 17:53:49.715194 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  4269. 2012-03-09 17:53:49.715229 > result = yield func(*args, **kwargs)
  4270. 2012-03-09 17:53:49.715264 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4271. 2012-03-09 17:53:49.715299 > result = result.throwExceptionIntoGenerator(g)
  4272. 2012-03-09 17:53:49.715334 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4273. 2012-03-09 17:53:49.715369 > return g.throw(self.type, self.value, self.tb)
  4274. 2012-03-09 17:53:49.715404 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  4275. 2012-03-09 17:53:49.715438 > value = yield self.func(key)
  4276. 2012-03-09 17:53:49.715472 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4277. 2012-03-09 17:53:49.715508 > result = result.throwExceptionIntoGenerator(g)
  4278. 2012-03-09 17:53:49.715552 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4279. 2012-03-09 17:53:49.715589 > return g.throw(self.type, self.value, self.tb)
  4280. 2012-03-09 17:53:49.715623 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  4281. 2012-03-09 17:53:49.715658 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  4282. 2012-03-09 17:53:49.715696 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4283. 2012-03-09 17:53:49.715732 > result = result.throwExceptionIntoGenerator(g)
  4284. 2012-03-09 17:53:49.715767 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4285. 2012-03-09 17:53:49.715802 > return g.throw(self.type, self.value, self.tb)
  4286. 2012-03-09 17:53:49.715837 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  4287. 2012-03-09 17:53:49.715881 > raise Error(**resp['error'])
  4288. 2012-03-09 17:53:49.715916 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  4289. 2012-03-09 17:53:52.717555 > Error:
  4290. 2012-03-09 17:53:52.717627 > Traceback (most recent call last):
  4291. 2012-03-09 17:53:52.717664 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  4292. 2012-03-09 17:53:52.717700 > current.result = callback(current.result, *args, **kw)
  4293. 2012-03-09 17:53:52.717736 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  4294. 2012-03-09 17:53:52.717771 > _inlineCallbacks(r, g, deferred)
  4295. 2012-03-09 17:53:52.717806 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4296. 2012-03-09 17:53:52.717841 > result = result.throwExceptionIntoGenerator(g)
  4297. 2012-03-09 17:53:52.717875 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4298. 2012-03-09 17:53:52.717911 > return g.throw(self.type, self.value, self.tb)
  4299. 2012-03-09 17:53:52.717955 > --- <exception caught here> ---
  4300. 2012-03-09 17:53:52.717990 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  4301. 2012-03-09 17:53:52.718025 > result = yield func(*args, **kwargs)
  4302. 2012-03-09 17:53:52.718059 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4303. 2012-03-09 17:53:52.718094 > result = result.throwExceptionIntoGenerator(g)
  4304. 2012-03-09 17:53:52.718128 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4305. 2012-03-09 17:53:52.718164 > return g.throw(self.type, self.value, self.tb)
  4306. 2012-03-09 17:53:52.718198 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  4307. 2012-03-09 17:53:52.718232 > value = yield self.func(key)
  4308. 2012-03-09 17:53:52.718265 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4309. 2012-03-09 17:53:52.718300 > result = result.throwExceptionIntoGenerator(g)
  4310. 2012-03-09 17:53:52.718335 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4311. 2012-03-09 17:53:52.718370 > return g.throw(self.type, self.value, self.tb)
  4312. 2012-03-09 17:53:52.718403 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  4313. 2012-03-09 17:53:52.718438 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  4314. 2012-03-09 17:53:52.718475 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4315. 2012-03-09 17:53:52.718510 > result = result.throwExceptionIntoGenerator(g)
  4316. 2012-03-09 17:53:52.718553 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4317. 2012-03-09 17:53:52.718589 > return g.throw(self.type, self.value, self.tb)
  4318. 2012-03-09 17:53:52.718624 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  4319. 2012-03-09 17:53:52.718657 > raise Error(**resp['error'])
  4320. 2012-03-09 17:53:52.718691 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  4321. 2012-03-09 17:53:55.720339 > Error:
  4322. 2012-03-09 17:53:55.720407 > Traceback (most recent call last):
  4323. 2012-03-09 17:53:55.720444 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  4324. 2012-03-09 17:53:55.720479 > current.result = callback(current.result, *args, **kw)
  4325. 2012-03-09 17:53:55.720514 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  4326. 2012-03-09 17:53:55.720557 > _inlineCallbacks(r, g, deferred)
  4327. 2012-03-09 17:53:55.720604 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4328. 2012-03-09 17:53:55.720639 > result = result.throwExceptionIntoGenerator(g)
  4329. 2012-03-09 17:53:55.720673 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4330. 2012-03-09 17:53:55.720709 > return g.throw(self.type, self.value, self.tb)
  4331. 2012-03-09 17:53:55.720743 > --- <exception caught here> ---
  4332. 2012-03-09 17:53:55.720777 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  4333. 2012-03-09 17:53:55.720811 > result = yield func(*args, **kwargs)
  4334. 2012-03-09 17:53:55.720845 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4335. 2012-03-09 17:53:55.720880 > result = result.throwExceptionIntoGenerator(g)
  4336. 2012-03-09 17:53:55.720914 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4337. 2012-03-09 17:53:55.720948 > return g.throw(self.type, self.value, self.tb)
  4338. 2012-03-09 17:53:55.720982 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  4339. 2012-03-09 17:53:55.721022 > value = yield self.func(key)
  4340. 2012-03-09 17:53:55.721056 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4341. 2012-03-09 17:53:55.721090 > result = result.throwExceptionIntoGenerator(g)
  4342. 2012-03-09 17:53:55.721124 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4343. 2012-03-09 17:53:55.721158 > return g.throw(self.type, self.value, self.tb)
  4344. 2012-03-09 17:53:55.721192 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  4345. 2012-03-09 17:53:55.721226 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  4346. 2012-03-09 17:53:55.721264 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4347. 2012-03-09 17:53:55.721298 > result = result.throwExceptionIntoGenerator(g)
  4348. 2012-03-09 17:53:55.721332 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4349. 2012-03-09 17:53:55.721367 > return g.throw(self.type, self.value, self.tb)
  4350. 2012-03-09 17:53:55.721401 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  4351. 2012-03-09 17:53:55.721434 > raise Error(**resp['error'])
  4352. 2012-03-09 17:53:55.721468 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  4353. 2012-03-09 17:53:58.723614 > Error:
  4354. 2012-03-09 17:53:58.723688 > Traceback (most recent call last):
  4355. 2012-03-09 17:53:58.723724 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  4356. 2012-03-09 17:53:58.723760 > current.result = callback(current.result, *args, **kw)
  4357. 2012-03-09 17:53:58.723794 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  4358. 2012-03-09 17:53:58.723830 > _inlineCallbacks(r, g, deferred)
  4359. 2012-03-09 17:53:58.723864 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4360. 2012-03-09 17:53:58.723899 > result = result.throwExceptionIntoGenerator(g)
  4361. 2012-03-09 17:53:58.723933 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4362. 2012-03-09 17:53:58.723968 > return g.throw(self.type, self.value, self.tb)
  4363. 2012-03-09 17:53:58.724001 > --- <exception caught here> ---
  4364. 2012-03-09 17:53:58.724036 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  4365. 2012-03-09 17:53:58.724070 > result = yield func(*args, **kwargs)
  4366. 2012-03-09 17:53:58.724105 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4367. 2012-03-09 17:53:58.724150 > result = result.throwExceptionIntoGenerator(g)
  4368. 2012-03-09 17:53:58.724185 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4369. 2012-03-09 17:53:58.724219 > return g.throw(self.type, self.value, self.tb)
  4370. 2012-03-09 17:53:58.724253 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  4371. 2012-03-09 17:53:58.724288 > value = yield self.func(key)
  4372. 2012-03-09 17:53:58.724321 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4373. 2012-03-09 17:53:58.724356 > result = result.throwExceptionIntoGenerator(g)
  4374. 2012-03-09 17:53:58.724389 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4375. 2012-03-09 17:53:58.724424 > return g.throw(self.type, self.value, self.tb)
  4376. 2012-03-09 17:53:58.724457 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  4377. 2012-03-09 17:53:58.724492 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  4378. 2012-03-09 17:53:58.724541 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4379. 2012-03-09 17:53:58.724579 > result = result.throwExceptionIntoGenerator(g)
  4380. 2012-03-09 17:53:58.724613 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4381. 2012-03-09 17:53:58.724647 > return g.throw(self.type, self.value, self.tb)
  4382. 2012-03-09 17:53:58.724680 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  4383. 2012-03-09 17:53:58.724715 > raise Error(**resp['error'])
  4384. 2012-03-09 17:53:58.724748 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  4385. 2012-03-09 17:54:01.726479 > Error:
  4386. 2012-03-09 17:54:01.726556 > Traceback (most recent call last):
  4387. 2012-03-09 17:54:01.726595 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  4388. 2012-03-09 17:54:01.726631 > current.result = callback(current.result, *args, **kw)
  4389. 2012-03-09 17:54:01.726666 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  4390. 2012-03-09 17:54:01.726701 > _inlineCallbacks(r, g, deferred)
  4391. 2012-03-09 17:54:01.726736 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4392. 2012-03-09 17:54:01.726771 > result = result.throwExceptionIntoGenerator(g)
  4393. 2012-03-09 17:54:01.726805 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4394. 2012-03-09 17:54:01.726840 > return g.throw(self.type, self.value, self.tb)
  4395. 2012-03-09 17:54:01.726875 > --- <exception caught here> ---
  4396. 2012-03-09 17:54:01.726909 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  4397. 2012-03-09 17:54:01.726944 > result = yield func(*args, **kwargs)
  4398. 2012-03-09 17:54:01.726978 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4399. 2012-03-09 17:54:01.727012 > result = result.throwExceptionIntoGenerator(g)
  4400. 2012-03-09 17:54:01.727046 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4401. 2012-03-09 17:54:01.727081 > return g.throw(self.type, self.value, self.tb)
  4402. 2012-03-09 17:54:01.727115 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  4403. 2012-03-09 17:54:01.727150 > value = yield self.func(key)
  4404. 2012-03-09 17:54:01.727183 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4405. 2012-03-09 17:54:01.727218 > result = result.throwExceptionIntoGenerator(g)
  4406. 2012-03-09 17:54:01.727251 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4407. 2012-03-09 17:54:01.727297 > return g.throw(self.type, self.value, self.tb)
  4408. 2012-03-09 17:54:01.727331 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  4409. 2012-03-09 17:54:01.727366 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  4410. 2012-03-09 17:54:01.727403 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4411. 2012-03-09 17:54:01.727438 > result = result.throwExceptionIntoGenerator(g)
  4412. 2012-03-09 17:54:01.727472 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4413. 2012-03-09 17:54:01.727507 > return g.throw(self.type, self.value, self.tb)
  4414. 2012-03-09 17:54:01.727548 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  4415. 2012-03-09 17:54:01.727585 > raise Error(**resp['error'])
  4416. 2012-03-09 17:54:01.727620 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  4417. 2012-03-09 17:54:04.729267 > Error:
  4418. 2012-03-09 17:54:04.729338 > Traceback (most recent call last):
  4419. 2012-03-09 17:54:04.729375 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  4420. 2012-03-09 17:54:04.729411 > current.result = callback(current.result, *args, **kw)
  4421. 2012-03-09 17:54:04.729446 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  4422. 2012-03-09 17:54:04.729481 > _inlineCallbacks(r, g, deferred)
  4423. 2012-03-09 17:54:04.729515 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4424. 2012-03-09 17:54:04.729558 > result = result.throwExceptionIntoGenerator(g)
  4425. 2012-03-09 17:54:04.729593 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4426. 2012-03-09 17:54:04.729628 > return g.throw(self.type, self.value, self.tb)
  4427. 2012-03-09 17:54:04.729662 > --- <exception caught here> ---
  4428. 2012-03-09 17:54:04.729695 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  4429. 2012-03-09 17:54:04.729729 > result = yield func(*args, **kwargs)
  4430. 2012-03-09 17:54:04.729763 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4431. 2012-03-09 17:54:04.729798 > result = result.throwExceptionIntoGenerator(g)
  4432. 2012-03-09 17:54:04.729832 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4433. 2012-03-09 17:54:04.729867 > return g.throw(self.type, self.value, self.tb)
  4434. 2012-03-09 17:54:04.729900 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  4435. 2012-03-09 17:54:04.729935 > value = yield self.func(key)
  4436. 2012-03-09 17:54:04.729968 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4437. 2012-03-09 17:54:04.730003 > result = result.throwExceptionIntoGenerator(g)
  4438. 2012-03-09 17:54:04.730036 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4439. 2012-03-09 17:54:04.730071 > return g.throw(self.type, self.value, self.tb)
  4440. 2012-03-09 17:54:04.730104 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  4441. 2012-03-09 17:54:04.730138 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  4442. 2012-03-09 17:54:04.730176 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4443. 2012-03-09 17:54:04.730210 > result = result.throwExceptionIntoGenerator(g)
  4444. 2012-03-09 17:54:04.730244 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4445. 2012-03-09 17:54:04.730289 > return g.throw(self.type, self.value, self.tb)
  4446. 2012-03-09 17:54:04.730323 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  4447. 2012-03-09 17:54:04.730357 > raise Error(**resp['error'])
  4448. 2012-03-09 17:54:04.730391 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  4449. 2012-03-09 17:54:07.732038 > Error:
  4450. 2012-03-09 17:54:07.732107 > Traceback (most recent call last):
  4451. 2012-03-09 17:54:07.732143 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  4452. 2012-03-09 17:54:07.732179 > current.result = callback(current.result, *args, **kw)
  4453. 2012-03-09 17:54:07.732213 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  4454. 2012-03-09 17:54:07.732249 > _inlineCallbacks(r, g, deferred)
  4455. 2012-03-09 17:54:07.732282 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4456. 2012-03-09 17:54:07.732317 > result = result.throwExceptionIntoGenerator(g)
  4457. 2012-03-09 17:54:07.732351 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4458. 2012-03-09 17:54:07.732397 > return g.throw(self.type, self.value, self.tb)
  4459. 2012-03-09 17:54:07.732431 > --- <exception caught here> ---
  4460. 2012-03-09 17:54:07.732466 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  4461. 2012-03-09 17:54:07.732500 > result = yield func(*args, **kwargs)
  4462. 2012-03-09 17:54:07.732541 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4463. 2012-03-09 17:54:07.732578 > result = result.throwExceptionIntoGenerator(g)
  4464. 2012-03-09 17:54:07.732612 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4465. 2012-03-09 17:54:07.732647 > return g.throw(self.type, self.value, self.tb)
  4466. 2012-03-09 17:54:07.732680 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  4467. 2012-03-09 17:54:07.732715 > value = yield self.func(key)
  4468. 2012-03-09 17:54:07.732749 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4469. 2012-03-09 17:54:07.732783 > result = result.throwExceptionIntoGenerator(g)
  4470. 2012-03-09 17:54:07.732816 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4471. 2012-03-09 17:54:07.732851 > return g.throw(self.type, self.value, self.tb)
  4472. 2012-03-09 17:54:07.732884 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  4473. 2012-03-09 17:54:07.732918 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  4474. 2012-03-09 17:54:07.732955 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4475. 2012-03-09 17:54:07.732990 > result = result.throwExceptionIntoGenerator(g)
  4476. 2012-03-09 17:54:07.733024 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4477. 2012-03-09 17:54:07.733059 > return g.throw(self.type, self.value, self.tb)
  4478. 2012-03-09 17:54:07.733093 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  4479. 2012-03-09 17:54:07.733127 > raise Error(**resp['error'])
  4480. 2012-03-09 17:54:07.733160 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  4481. 2012-03-09 17:54:10.734794 > Error:
  4482. 2012-03-09 17:54:10.734861 > Traceback (most recent call last):
  4483. 2012-03-09 17:54:10.734898 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  4484. 2012-03-09 17:54:10.734933 > current.result = callback(current.result, *args, **kw)
  4485. 2012-03-09 17:54:10.734968 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  4486. 2012-03-09 17:54:10.735013 > _inlineCallbacks(r, g, deferred)
  4487. 2012-03-09 17:54:10.735049 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4488. 2012-03-09 17:54:10.735083 > result = result.throwExceptionIntoGenerator(g)
  4489. 2012-03-09 17:54:10.735118 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4490. 2012-03-09 17:54:10.735153 > return g.throw(self.type, self.value, self.tb)
  4491. 2012-03-09 17:54:10.735187 > --- <exception caught here> ---
  4492. 2012-03-09 17:54:10.735221 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  4493. 2012-03-09 17:54:10.735255 > result = yield func(*args, **kwargs)
  4494. 2012-03-09 17:54:10.735289 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4495. 2012-03-09 17:54:10.735324 > result = result.throwExceptionIntoGenerator(g)
  4496. 2012-03-09 17:54:10.735358 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4497. 2012-03-09 17:54:10.735392 > return g.throw(self.type, self.value, self.tb)
  4498. 2012-03-09 17:54:10.735436 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  4499. 2012-03-09 17:54:10.735471 > value = yield self.func(key)
  4500. 2012-03-09 17:54:10.735505 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4501. 2012-03-09 17:54:10.735545 > result = result.throwExceptionIntoGenerator(g)
  4502. 2012-03-09 17:54:10.735581 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4503. 2012-03-09 17:54:10.735616 > return g.throw(self.type, self.value, self.tb)
  4504. 2012-03-09 17:54:10.735650 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  4505. 2012-03-09 17:54:10.735684 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  4506. 2012-03-09 17:54:10.735721 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4507. 2012-03-09 17:54:10.735756 > result = result.throwExceptionIntoGenerator(g)
  4508. 2012-03-09 17:54:10.735789 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4509. 2012-03-09 17:54:10.735823 > return g.throw(self.type, self.value, self.tb)
  4510. 2012-03-09 17:54:10.735857 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  4511. 2012-03-09 17:54:10.735892 > raise Error(**resp['error'])
  4512. 2012-03-09 17:54:10.735926 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  4513. 2012-03-09 17:54:13.737556 > Error:
  4514. 2012-03-09 17:54:13.737628 > Traceback (most recent call last):
  4515. 2012-03-09 17:54:13.737665 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  4516. 2012-03-09 17:54:13.737701 > current.result = callback(current.result, *args, **kw)
  4517. 2012-03-09 17:54:13.737737 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  4518. 2012-03-09 17:54:13.737772 > _inlineCallbacks(r, g, deferred)
  4519. 2012-03-09 17:54:13.737806 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4520. 2012-03-09 17:54:13.737841 > result = result.throwExceptionIntoGenerator(g)
  4521. 2012-03-09 17:54:13.737875 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4522. 2012-03-09 17:54:13.737911 > return g.throw(self.type, self.value, self.tb)
  4523. 2012-03-09 17:54:13.737945 > --- <exception caught here> ---
  4524. 2012-03-09 17:54:13.737979 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  4525. 2012-03-09 17:54:13.738013 > result = yield func(*args, **kwargs)
  4526. 2012-03-09 17:54:13.738058 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4527. 2012-03-09 17:54:13.738093 > result = result.throwExceptionIntoGenerator(g)
  4528. 2012-03-09 17:54:13.738127 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4529. 2012-03-09 17:54:13.738162 > return g.throw(self.type, self.value, self.tb)
  4530. 2012-03-09 17:54:13.738196 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  4531. 2012-03-09 17:54:13.738230 > value = yield self.func(key)
  4532. 2012-03-09 17:54:13.738264 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4533. 2012-03-09 17:54:13.738298 > result = result.throwExceptionIntoGenerator(g)
  4534. 2012-03-09 17:54:13.738332 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4535. 2012-03-09 17:54:13.738367 > return g.throw(self.type, self.value, self.tb)
  4536. 2012-03-09 17:54:13.738400 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  4537. 2012-03-09 17:54:13.738434 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  4538. 2012-03-09 17:54:13.738478 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4539. 2012-03-09 17:54:13.738513 > result = result.throwExceptionIntoGenerator(g)
  4540. 2012-03-09 17:54:13.738555 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4541. 2012-03-09 17:54:13.738592 > return g.throw(self.type, self.value, self.tb)
  4542. 2012-03-09 17:54:13.738626 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  4543. 2012-03-09 17:54:13.738660 > raise Error(**resp['error'])
  4544. 2012-03-09 17:54:13.738695 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
  4545. 2012-03-09 17:54:16.740345 > Error:
  4546. 2012-03-09 17:54:16.740415 > Traceback (most recent call last):
  4547. 2012-03-09 17:54:16.740451 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
  4548. 2012-03-09 17:54:16.740487 > current.result = callback(current.result, *args, **kw)
  4549. 2012-03-09 17:54:16.740522 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
  4550. 2012-03-09 17:54:16.740567 > _inlineCallbacks(r, g, deferred)
  4551. 2012-03-09 17:54:16.740602 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4552. 2012-03-09 17:54:16.740637 > result = result.throwExceptionIntoGenerator(g)
  4553. 2012-03-09 17:54:16.740672 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4554. 2012-03-09 17:54:16.740706 > return g.throw(self.type, self.value, self.tb)
  4555. 2012-03-09 17:54:16.740741 > --- <exception caught here> ---
  4556. 2012-03-09 17:54:16.740775 > File "/home/user/p2pool/p2pool/util/deferral.py", line 30, in f
  4557. 2012-03-09 17:54:16.740809 > result = yield func(*args, **kwargs)
  4558. 2012-03-09 17:54:16.740843 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4559. 2012-03-09 17:54:16.740877 > result = result.throwExceptionIntoGenerator(g)
  4560. 2012-03-09 17:54:16.740911 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4561. 2012-03-09 17:54:16.740947 > return g.throw(self.type, self.value, self.tb)
  4562. 2012-03-09 17:54:16.740981 > File "/home/user/p2pool/p2pool/util/deferral.py", line 147, in __call__
  4563. 2012-03-09 17:54:16.741015 > value = yield self.func(key)
  4564. 2012-03-09 17:54:16.741048 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4565. 2012-03-09 17:54:16.741083 > result = result.throwExceptionIntoGenerator(g)
  4566. 2012-03-09 17:54:16.741127 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4567. 2012-03-09 17:54:16.741163 > return g.throw(self.type, self.value, self.tb)
  4568. 2012-03-09 17:54:16.741196 > File "/home/user/p2pool/p2pool/main.py", line 171, in <lambda>
  4569. 2012-03-09 17:54:16.741231 > height_cacher = deferral.DeferredCacher(defer.inlineCallbacks(lambda block_hash: defer.returnValue((lambda x: x['blockcount'] if 'blockcount' in x else x['height'])((yield bitcoind.rpc_getblock('%x' % (block_hash,)))))))
  4570. 2012-03-09 17:54:16.741268 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
  4571. 2012-03-09 17:54:16.741303 > result = result.throwExceptionIntoGenerator(g)
  4572. 2012-03-09 17:54:16.741336 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
  4573. 2012-03-09 17:54:16.741371 > return g.throw(self.type, self.value, self.tb)
  4574. 2012-03-09 17:54:16.741405 > File "/home/user/p2pool/p2pool/util/jsonrpc.py", line 67, in callRemote
  4575. 2012-03-09 17:54:16.741439 > raise Error(**resp['error'])
  4576. 2012-03-09 17:54:16.741473 > p2pool.util.jsonrpc.Error: -2 Safe mode: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement