From ab5f6fe5690c4c7397fd40c413bf4996de873547 Mon Sep 17 00:00:00 2001 From: CHMEX <33424502+CHMEX@users.noreply.github.com> Date: Wed, 30 Dec 2020 15:43:45 +0100 Subject: [PATCH] update bootstrap to CDN change a CDN domain which will allow better performance for certain locations. --- src/params.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/params.cpp b/src/params.cpp index f61f48e11c..b6e238cce4 100644 --- a/src/params.cpp +++ b/src/params.cpp @@ -95,7 +95,7 @@ void initalizeMapParamBootstrap() { ParamFile bootFile; bootFile.name = "bootstrap"; - bootFile.URL = "http://bootstrap.dexstats.info/ARRR-bootstrap.tar.gz"; + bootFile.URL = "http://bootstrap.arrr.black/ARRR-bootstrap.tar.gz"; bootFile.verified = false; bootFile.path = GetDataDir() / "ARRR-bootstrap.tar.gz"; bootFile.dlnow = 0;