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:
parent
4dd788f617
commit
2d9d866c8d
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user