whirlpool-client-cli v0.10.5 (#311)

* whirlpool-client-cli v0.10.5

* Update mynode_post_upgrade.sh

* Update README.md
This commit is contained in:
Amiga500 2020-05-05 02:06:21 +02:00 committed by GitHub
parent 57b6de8125
commit 6550de729d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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