From c206c24ebc44a78d7759496e12bf02c6052bdd2e Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Thu, 11 Jul 2019 19:57:02 +0900 Subject: [PATCH] Commenting load-utxo-set --- contrib/FastSync/load-utxo-set.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/FastSync/load-utxo-set.sh b/contrib/FastSync/load-utxo-set.sh index d1a31c2..882e095 100755 --- a/contrib/FastSync/load-utxo-set.sh +++ b/contrib/FastSync/load-utxo-set.sh @@ -8,6 +8,10 @@ set -e # 2. Check the tarball against trusted hashes # 3. Create the container's folders for blocks and chainstate, or empty them if they exists # 4. Unzip the tarball +# This will download the utxo set and untar it in bitcoin's folder +# Usage: ./load-utxo-set.sh +# This will use the tar to load the utxo in bitcoin's folder +# Usage: ./load-utxo-set.sh utxo-snapshot-bitcoin-mainnet-565305.tar if ! [ "$0" = "$BASH_SOURCE" ]; then echo "This script must not be sourced"