Created
January 19, 2014 10:34
-
-
Save mrvdb/8503039 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-01-19 11:30:53.276284 > Share check failed: | |
2014-01-19 11:30:53.276475 > Traceback (most recent call last): | |
2014-01-19 11:30:53.276526 > File "/home/mrb/src/p2pool/p2pool/util/deferral.py", line 233, in it | |
2014-01-19 11:30:53.276572 > res = gen.send(cur) # external code is run here | |
2014-01-19 11:30:53.276627 > File "/home/mrb/src/p2pool/p2pool/util/deferral.py", line 284, in _worker | |
2014-01-19 11:30:53.276672 > self.func(*self.args, **self.kwargs) | |
2014-01-19 11:30:53.276717 > File "/home/mrb/src/p2pool/p2pool/node.py", line 304, in clean_tracker | |
2014-01-19 11:30:53.276766 > best, desired, decorated_heads = self.tracker.think(self.get_height_rel_highest, self.bitcoind_work.value['previous_block'], self.bitco | |
ind_work.value['bits'], self.known_txs_var.value) | |
2014-01-19 11:30:53.276817 > File "/home/mrb/src/p2pool/p2pool/data.py", line 452, in think | |
2014-01-19 11:30:53.276862 > if self.attempt_verify(share): | |
2014-01-19 11:30:53.276905 > --- <exception caught here> --- | |
2014-01-19 11:30:53.276948 > File "/home/mrb/src/p2pool/p2pool/data.py", line 431, in attempt_verify | |
2014-01-19 11:30:53.276999 > share.check(self) | |
2014-01-19 11:30:53.277042 > File "/home/mrb/src/p2pool/p2pool/data.py", line 320, in check | |
2014-01-19 11:30:53.277086 > raise ValueError('share_info invalid') | |
2014-01-19 11:30:53.277129 > exceptions.ValueError: share_info invalid |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment