mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 19:21:57 +02:00
#1933 mempool renames
This commit is contained in:
@@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
## Whats new in Version 1.6.2 of RaspiBlitz?
|
## Whats new in Version 1.6.2 of RaspiBlitz?
|
||||||
|
|
||||||
|
- Update: mempool space 2.0 [details](https://github.com/mempool/mempool)
|
||||||
|
- Fix: Specter Persistence
|
||||||
|
|
||||||
|
## Whats new in Version 1.6.2 of RaspiBlitz?
|
||||||
|
|
||||||
- New: Pool (Inbound Liquidity Marketplace) [details](https://github.com/lightninglabs/pool/blob/master/README.md)
|
- New: Pool (Inbound Liquidity Marketplace) [details](https://github.com/lightninglabs/pool/blob/master/README.md)
|
||||||
- New: Sphinx Relay Server [details](https://github.com/stakwork/sphinx-relay/blob/master/README.md)
|
- New: Sphinx Relay Server [details](https://github.com/stakwork/sphinx-relay/blob/master/README.md)
|
||||||
- Update: LNbits (Lightning Vouchers)
|
- Update: LNbits (Lightning Vouchers)
|
||||||
|
@@ -34,7 +34,7 @@ OPTIONS+=(p 'BTCPayServer' ${BTCPayServer})
|
|||||||
OPTIONS+=(i 'LNbits' ${LNBits})
|
OPTIONS+=(i 'LNbits' ${LNBits})
|
||||||
OPTIONS+=(b 'BTC-RPC-Explorer' ${BTCRPCexplorer})
|
OPTIONS+=(b 'BTC-RPC-Explorer' ${BTCRPCexplorer})
|
||||||
OPTIONS+=(s 'Cryptoadvance Specter' ${specter})
|
OPTIONS+=(s 'Cryptoadvance Specter' ${specter})
|
||||||
OPTIONS+=(a 'Mempool Explorer' ${mempoolExplorer})
|
OPTIONS+=(a 'Mempool Space' ${mempoolExplorer})
|
||||||
OPTIONS+=(j 'JoinMarket' ${joinmarket})
|
OPTIONS+=(j 'JoinMarket' ${joinmarket})
|
||||||
OPTIONS+=(l 'Lightning Loop' ${loop})
|
OPTIONS+=(l 'Lightning Loop' ${loop})
|
||||||
OPTIONS+=(o 'Balance of Satoshis' ${bos})
|
OPTIONS+=(o 'Balance of Satoshis' ${bos})
|
||||||
|
@@ -478,10 +478,10 @@ else
|
|||||||
echo "Provisioning ThunderHub - keep default" >> ${logFile}
|
echo "Provisioning ThunderHub - keep default" >> ${logFile}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# mempool explorer
|
# mempool space
|
||||||
if [ "${mempoolExplorer}" = "on" ]; then
|
if [ "${mempoolExplorer}" = "on" ]; then
|
||||||
echo "Provisioning MempoolExplorer - run config script" >> ${logFile}
|
echo "Provisioning MempoolSpace - run config script" >> ${logFile}
|
||||||
sudo sed -i "s/^message=.*/message='Setup Mempool Explorer'/g" ${infoFile}
|
sudo sed -i "s/^message=.*/message='Setup Mempool Space'/g" ${infoFile}
|
||||||
sudo -u admin /home/admin/config.scripts/bonus.mempool.sh on >> ${logFile} 2>&1
|
sudo -u admin /home/admin/config.scripts/bonus.mempool.sh on >> ${logFile} 2>&1
|
||||||
else
|
else
|
||||||
echo "Provisioning Mempool Explorer - keep default" >> ${logFile}
|
echo "Provisioning Mempool Explorer - keep default" >> ${logFile}
|
||||||
|
Reference in New Issue
Block a user