Skip to content

Commit

Permalink
Auto merge of #3649 - garethtdavies:3648-correct-param-size, r=daira
Browse files Browse the repository at this point in the history
Add clarifying text for parameter size

Addresses #3648.

Parameter size was previously specified to the nearest MB so not sure if 1.7GB/800MB is not specific enough? The true figures on disk are 1647MB and 777MB.
  • Loading branch information
zkbot committed Nov 7, 2018
2 parents 59758e3 + fb6cd66 commit 34b8b8f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions zcutil/fetch-params.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,11 @@ EOF
# This may be the first time the user's run this script, so give
# them some info, especially about bandwidth usage:
cat <<EOF
The parameters are currently just under 911MB in size, so plan accordingly
for your bandwidth constraints. If the files are already present and
have the correct sha256sum, no networking is used.
The complete parameters are currently just under 1.7GB in size, so plan
accordingly for your bandwidth constraints. If the Sprout parameters are
already present the additional Sapling parameters required are just under
800MB in size. If the files are already present and have the correct
sha256sum, no networking is used.
Creating params directory. For details about this directory, see:
$README_PATH
Expand Down

0 comments on commit 34b8b8f

Please sign in to comment.