From 73d856506dc0f22cb73a8691beba718507d398e2 Mon Sep 17 00:00:00 2001 From: KforG Date: Wed, 28 Feb 2024 23:42:28 +0100 Subject: [PATCH] Change default p2pool node --- ping/ping.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ping/ping.go b/ping/ping.go index 00ebfb82..7c5b3501 100644 --- a/ping/ping.go +++ b/ping/ping.go @@ -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/", } }