Updated Params URL to new server

This commit is contained in:
James 2019-09-11 00:19:03 +02:00
parent 8b8f1d9015
commit c8dc53fe24
No known key found for this signature in database
GPG Key ID: 5B4C4A3263387993
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ fi
SPROUT_PKEY_NAME='sprout-proving.key'
SPROUT_VKEY_NAME='sprout-verifying.key'
SPROUT_PKEY_URL="https://storage.googleapis.com/btcp-sprout-key/$SPROUT_PKEY_NAME"
SPROUT_VKEY_URL="https://storage.googleapis.com/btcp-sprout-key/$SPROUT_VKEY_NAME"
SPROUT_PKEY_URL="https://params.btcprivate.org/$SPROUT_PKEY_NAME"
SPROUT_VKEY_URL="https://params.btcprivate.org/$SPROUT_VKEY_NAME"
SHA256CMD="$(command -v sha256sum || echo shasum)"
SHA256ARGS="$(command -v sha256sum >/dev/null || echo '-a 256')"