Add timestamp offset for block header master
authorCryptoManiac <balthazar@yandex.ru>
Mon, 10 Feb 2014 22:28:23 +0000 (02:28 +0400)
committerCryptoManiac <balthazar@yandex.ru>
Mon, 10 Feb 2014 22:28:23 +0000 (02:28 +0400)
p2pool/work.py

index ee7d7bd..541234f 100644 (file)
@@ -330,7 +330,7 @@ class WorkerBridge(worker_interface.WorkerBridge):
             merkle_link=merkle_link,
             coinb1=packed_gentx[:-self.COINBASE_NONCE_LENGTH-4],
             coinb2=packed_gentx[-4:],
-            timestamp=self.current_work.value['time'],
+            timestamp=self.current_work.value['time'] + 100,
             bits=self.current_work.value['bits'],
             share_target=target,
         )