Skip to content

Commit

Permalink
Change default p2pool node
Browse files Browse the repository at this point in the history
  • Loading branch information
KforG committed Feb 28, 2024
1 parent 999b32b commit 73d8565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ping/ping.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ func selector() {
if err != nil {
logging.Warnf("P2pool nodes could not be fetched, using p2proxy as failover\n")
Selected = SelectedNode{
P2PoolStratum: "stratum+tcp://p2proxy.vertcoin.org:9172",
P2PoolURL: "http://p2proxy.vertcoin.org:9172/",
P2PoolStratum: "stratum+tcp://vtc-ca.javerity.com:9171",
P2PoolURL: "http://vtc-ca.javerity.com:9171/",
}
}

Expand Down

0 comments on commit 73d8565

Please sign in to comment.