Skip to content

Commit

Permalink
Use testnet stratum port
Browse files Browse the repository at this point in the history
  • Loading branch information
metalicjames committed May 2, 2017
1 parent d2ac0aa commit 952287c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2pool/networks/vertcoin_testnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
MIN_TARGET=4
MAX_TARGET=2**256//2**20 - 1
PERSIST=False
WORKER_PORT=9171
WORKER_PORT=9175
BOOTSTRAP_ADDRS='fr1.vtconline.org'.split(' ')
ANNOUNCE_CHANNEL='#p2pool-vtc-testnet'
VERSION_CHECK=lambda v: True
Expand Down

0 comments on commit 952287c

Please sign in to comment.