I will have this in my log file
2014-05-25 21:23:52.215819 > Traceback (most recent call last):
2014-05-25 21:23:52.215850 > File "/home/p2pool/p2pool-drk/p2pool/util/deferral.py", line 284, in _worker
2014-05-25 21:23:52.215879 > self.func(*self.args, **self.kwargs)
2014-05-25 21:23:52.215906 > File "/home/p2pool/p2pool-drk/p2pool/node.py", line 357, in clean_tracker
2014-05-25 21:23:52.215932 > self.set_best_share()
2014-05-25 21:23:52.215959 > File "/home/p2pool/p2pool-drk/p2pool/node.py", line 295, in set_best_share
2014-05-25 21:23:52.215987 > best, desired, decorated_heads, bad_peer_addresses = self.tracker.think(self.get_height_rel_highest, self.bitcoind_work.value['previous_block'], self.bitcoind_work.value['bits'], self.known_txs_var.value)
2014-05-25 21:23:52.216024 > File "/home/p2pool/p2pool-drk/p2pool/data.py", line 500, in think
2014-05-25 21:23:52.216052 > if not self.attempt_verify(share):
2014-05-25 21:23:52.216079 > --- <exception caught here> ---
2014-05-25 21:23:52.216104 > File "/home/p2pool/p2pool-drk/p2pool/data.py", line 444, in attempt_verify
2014-05-25 21:23:52.216131 > share.check(self)
2014-05-25 21:23:52.216156 > File "/home/p2pool/p2pool-drk/p2pool/data.py", line 335, in check
2014-05-25 21:23:52.216182 > raise ValueError('''gentx doesn't match hash_link''')
2014-05-25 21:23:52.216208 > exceptions.ValueError: gentx doesn't match hash_link
2014-05-25 21:23:52.216882 Punishing share for 'Block-stale detected! height(11f630bdbcbaba6f7bd491f7f301dc748e822dddb8d149c0c1fc47) < height(3e47e0c62167c897ce990fc3b13e63f6bccfb306c6ca5f6843327) or 1b13575d != 1b13575d'! Jumping from 4bceabca to fa1e3131!
anyone ?