Update Whirlpool to 0.10.3 (#280)

* Bump Whirlpool version to 0.10.3

* Bump Whirlpool version to 0.10.3

* Update Whirlpool version to 0.10.3

* Update Whirlpool to 0.10.3
This commit is contained in:
elkimek 2020-03-31 01:21:13 +02:00 committed by GitHub
parent 4dd788f617
commit 2d9d866c8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
=== v0.1.99 ===
- Update Whirlpool to v0.10.3
=== v0.1.98 ===
- Update RTL v0.7.0
- Update Loop to v0.5.1

View File

@ -35,7 +35,7 @@ Each myNode device comes with a number of wonderful features:
- BTCPay Server (v1.0.3.153)
- RTL (Ride the Lightning) - Lightning Wallet (v0.7.0)
- Samourai Dojo (v1.4.1)
- Samourai Whirlpool (whirlpool-client-cli v0.10.2)
- Samourai Whirlpool (whirlpool-client-cli v0.10.3)
- BTC RPC Explorer (v2.0.0)
- Mempool.Space - Mempool local visualizer for the Bitcoin blockchain
- LND Hub - Lightning Wallet Server (v1.1.3)

View File

@ -293,7 +293,7 @@ if [ $IS_PREMIUM -eq 1 ]; then
fi
# Install Whirlpool
WHIRLPOOL_UPGRADE_URL=https://github.com/Samourai-Wallet/whirlpool-client-cli/releases/download/0.10.2/whirlpool-client-cli-0.10.2-run.jar
WHIRLPOOL_UPGRADE_URL=https://github.com/Samourai-Wallet/whirlpool-client-cli/releases/download/0.10.3/whirlpool-client-cli-0.10.3-run.jar
WHIRLPOOL_UPGRADE_URL_FILE=/home/bitcoin/.mynode/.whirlpool_url
CURRENT=""
if [ -f $WHIRLPOOL_UPGRADE_URL_FILE ]; then

View File

@ -384,7 +384,7 @@ fi
# Install Whirlpool
WHIRLPOOL_UPGRADE_URL=https://github.com/Samourai-Wallet/whirlpool-client-cli/releases/download/0.10.2/whirlpool-client-cli-0.10.2-run.jar
WHIRLPOOL_UPGRADE_URL=https://github.com/Samourai-Wallet/whirlpool-client-cli/releases/download/0.10.3/whirlpool-client-cli-0.10.3-run.jar
WHIRLPOOL_UPGRADE_URL_FILE=/home/bitcoin/.mynode/.whirlpool_url
CURRENT=""
if [ -f $WHIRLPOOL_UPGRADE_URL_FILE ]; then