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:
parent
57b6de8125
commit
6550de729d
|
@ -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)
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user