Skip to content

Commit

Permalink
Merge pull request #3 from zemrys/master
Browse files Browse the repository at this point in the history
Update AlwaysHashing 2nd Network Bootstrap
  • Loading branch information
metalicjames authored Jul 26, 2017
2 parents b092f6b + 8542674 commit c174c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2pool/networks/vertcoin2.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
MAX_TARGET=2**256//2**20 - 1
PERSIST=False
WORKER_PORT=9181
BOOTSTRAP_ADDRS='vtc.alwayshashing.com pool.vtconline.org uk1.vtconline.org'.split(' ')
BOOTSTRAP_ADDRS='vtc2.alwayshashing.com pool.vtconline.org uk1.vtconline.org pool.boxienet.net'.split(' ')
ANNOUNCE_CHANNEL='#p2pool-vtc'
VERSION_CHECK=lambda v: True
SOFTFORKS_REQUIRED = set(['nversionbips', 'csv', 'segwit'])
Expand Down

0 comments on commit c174c98

Please sign in to comment.