From 9ef669bcbba38fcff7489b1437cad5e4f3742cdc Mon Sep 17 00:00:00 2001 From: trial123Zel <38964930+trial123Zel@users.noreply.github.com> Date: Thu, 23 Sep 2021 08:24:03 -0700 Subject: [PATCH] automatically updated bootstrap link Dropbox link is almost 100k blocks behind. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 41ce019..88a958f 100644 --- a/install.sh +++ b/install.sh @@ -23,7 +23,7 @@ COIN_NAME='flux' #wallet information UPDATE_FILE='update.sh' -BOOTSTRAP_TAR='https://www.dropbox.com/s/2f2oa4sezcl2b7f/flux-bootstrap.tar.gz' +BOOTSTRAP_TAR='https://fluxnodeservice.com/daemon_bootstrap.tar.gz' CONFIG_DIR='.flux' CONFIG_FILE='flux.conf' RPCPORT='16124'