update ixcoin's status to persistant, as it is running on a bootstrap node
authorForrest Voight <forrest@forre.st>
Mon, 15 Aug 2011 01:43:57 +0000 (21:43 -0400)
committerForrest Voight <forrest@forre.st>
Mon, 15 Aug 2011 01:43:57 +0000 (21:43 -0400)
p2pool/data.py

index 050dcd9..d2a702d 100644 (file)
@@ -555,7 +555,7 @@ class IxcoinMainnet(ixcoin.IxcoinMainnet):
     ADDRS_TABLE = 'addrs_ixcoin'
     P2P_PORT = 9335
     MAX_TARGET = 2**256//2**32 - 1
-    PERSIST = False
+    PERSIST = True
     SHARESTORE_FILENAME = 'ixcoin_shares.dat'
     HEADERSTORE_FILENAME = 'ixcoin_headers.dat'