Browse Source

Change default utxoset for fastsync

dcg-latest
nicolas.dorier 5 years ago
parent
commit
6b5eefbe67
No known key found for this signature in database GPG Key ID: 6618763EF09186FE
  1. 2
      contrib/FastSync/load-utxo-set.sh

2
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

Loading…
Cancel
Save