updated litecoin bootstrap addresses
authorForrest Voight <forrest@forre.st>
Thu, 4 Oct 2012 03:33:00 +0000 (23:33 -0400)
committerForrest Voight <forrest@forre.st>
Thu, 4 Oct 2012 03:33:10 +0000 (23:33 -0400)
p2pool/networks.py

index 3b91c92..66072b2 100644 (file)
@@ -56,7 +56,7 @@ nets = dict(
         MAX_TARGET=2**256//2**20 - 1,
         PERSIST=True,
         WORKER_PORT=9327,
-        BOOTSTRAP_ADDRS='forre.st 178.33.28.54 219.84.64.174 190.195.79.161 83.104.131.111'.split(' '),
+        BOOTSTRAP_ADDRS='199.255.95.94 75.12.89.18 181.28.244.151 forre.st 83.142.189.132 66.90.82.155:11332 201.57.241.77 80.222.255.91 142.68.214.29 24.52.247.82 72.230.179.177 94.127.200.29 200.204.161.215 91.121.9.7 91.235.254.37 198.154.98.195 178.79.136.10'.split(' '),
         ANNOUNCE_CHANNEL='#p2pool-alt',
         VERSION_CHECK=lambda v: True,
     ),