mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
parent
459c966a71
commit
bdd7bdc23e
2 changed files with 3 additions and 2 deletions
|
@ -6,6 +6,7 @@
|
|||
- New: Build SD card Image with parameters & FatPack [details](https://github.com/rootzoll/raspiblitz/pull/2044)
|
||||
- New: Lightning Terminal 0.4.1-alpha (Loop, Pool & Faraday UI Bundle) [details](https://github.com/lightninglabs/lightning-terminal#lightning-terminal-lit)
|
||||
- New: Telegraf metrics (experimental) [details](https://github.com/rootzoll/raspiblitz/issues/1369)
|
||||
- New: Download whitepaper from blockchain [details](https://github.com/rootzoll/raspiblitz/pull/2017)
|
||||
- Update: bitcoin-core version 0.21.0-beta [details](https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.21.0.md)
|
||||
- Update: LND version 0.12.1-beta [details](https://github.com/lightningnetwork/lnd/releases/tag/v0.12.1-beta)
|
||||
- Update: RTL 0.10.1 [details](https://github.com/Ride-The-Lightning/RTL/releases/tag/v0.10.1)
|
||||
|
|
|
@ -27,8 +27,8 @@ if [ "$1" = "menu" ]; then
|
|||
This service downloads Satoshi's Whitepaper directly from the blockchain.
|
||||
When enabled, the Whitepaper is downloaded to $DownloadPath$WhitepaperFilename
|
||||
When disabled, the Whitepaper is deleted from $DownloadPath$WhitepaperFilename
|
||||
Also, use the command 'whitepaper' from the command line to download the whitepaper directly
|
||||
" 10 75
|
||||
Also, use the command 'whitepaper' from the command line to download the whitepaper directly.
|
||||
" 11 78
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue