From 6b5eefbe6747ac5170b8e16d6618d4f4583427d6 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Wed, 25 Dec 2019 15:21:04 +0900 Subject: [PATCH] Change default utxoset for fastsync --- contrib/FastSync/load-utxo-set.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/FastSync/load-utxo-set.sh b/contrib/FastSync/load-utxo-set.sh index 9ef404a..b445ac3 100755 --- a/contrib/FastSync/load-utxo-set.sh +++ b/contrib/FastSync/load-utxo-set.sh @@ -31,7 +31,7 @@ fi TAR_FILE="$1" if ! [[ "$UTXO_DOWNLOAD_LINK" ]]; then - [[ $NBITCOIN_NETWORK == "mainnet" ]] && UTXO_DOWNLOAD_LINK="http://utxosets.blob.core.windows.net/public/utxo-snapshot-bitcoin-mainnet-585333.tar" + [[ $NBITCOIN_NETWORK == "mainnet" ]] && UTXO_DOWNLOAD_LINK="http://utxosets.blob.core.windows.net/public/utxo-snapshot-bitcoin-mainnet-609375.tar" [[ $NBITCOIN_NETWORK == "testnet" ]] && UTXO_DOWNLOAD_LINK="http://utxosets.blob.core.windows.net/public/utxo-snapshot-bitcoin-testnet-1445586.tar" fi