Skip to content

Commit

Permalink
Rotocoin bootstrapping
Browse files Browse the repository at this point in the history
p2pool.letsmine.it re-enabled as it seems fixed now
  • Loading branch information
Lovok committed Apr 1, 2014
1 parent 3721df2 commit 5370ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2pool/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
MAX_TARGET=2**256//2**20 - 1,
PERSIST=False,
WORKER_PORT=7274,
BOOTSTRAP_ADDRS='lovok.no-ip.com rt2.hashcrop.info'.split(' '),
BOOTSTRAP_ADDRS='p2pool.letsmine.it lovok.no-ip.com rt2.hashcrop.info'.split(' '),
ANNOUNCE_CHANNEL='#p2pool-roto',
VERSION_CHECK=lambda v: True,
),
Expand Down

0 comments on commit 5370ea1

Please sign in to comment.