Bootstrap nodes edit novacoin
authoralexhz <balthazar@yandex.ru>
Sat, 6 Apr 2013 07:28:54 +0000 (07:28 +0000)
committeralexhz <balthazar@yandex.ru>
Sat, 6 Apr 2013 07:28:54 +0000 (07:28 +0000)
p2pool/networks.py

index 0b92fa6..04721c5 100644 (file)
@@ -22,7 +22,7 @@ nets = dict(
         MAX_TARGET=2**256//2**20 - 1,
         PERSIST=True,
         WORKER_PORT=8336,
-        BOOTSTRAP_ADDRS='188.120.239.144 81.200.245.198 81.200.241.51 81.200.241.54 217.77.220.40'.split(' '),
+        BOOTSTRAP_ADDRS='188.120.239.144 81.200.245.198 85.234.62.99 81.200.241.54 217.77.220.40'.split(' '),
         ANNOUNCE_CHANNEL='#p2pool-alt',
         VERSION_CHECK=lambda v: v >= 60004,
     ),