removed HeightTracker's backing
[p2pool.git] / p2pool / main.py
index 275c8f5..cdee056 100644 (file)
@@ -94,10 +94,7 @@ def main(args, net):
         print '    Payout script:', bitcoin_data.script2_to_human(my_script, net)
         print
         
-        print 'Loading cached block headers...'
-        ht = bitcoin_p2p.HeightTracker(factory, net.NAME + '_headers.dat')
-        print '   ...done loading %i cached block headers.' % (len(ht.tracker.shares),)
-        print
+        ht = bitcoin_p2p.HeightTracker(factory)
         
         tracker = p2pool_data.OkayTracker(net)
         shared_share_hashes = set()