mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
#1177 update to Loop v0.6.2
This commit is contained in:
parent
7908c3930e
commit
b85dd055ea
2 changed files with 2 additions and 1 deletions
1
FAQ.md
1
FAQ.md
|
@ -6,6 +6,7 @@
|
|||
- Update: bitcoin-core version 0.20.0-beta [details](https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/)
|
||||
- Update: LND version 0.10.1-beta [details](https://github.com/lightningnetwork/lnd/releases/tag/v0.10.1-beta)
|
||||
- Update: Specter Desktop 0.4.0 [details](https://github.com/cryptoadvance/specter-desktop/blob/master/README.md)
|
||||
- Update: Loop 0.6.2 [details](https://lightning.engineering/posts/2020-05-13-loop-mpp/)
|
||||
- New: Subscriptions Management
|
||||
- New: IP2Tor Bridge (optional subscription service)
|
||||
- New: Balance of Satoshis [details](https://github.com/alexbosworth/balanceofsatoshis)
|
||||
|
|
|
@ -46,7 +46,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
|||
if [ ${lndInstalledVersionMain} -lt 10 ]; then
|
||||
sudo -u bitcoin git reset --hard v0.5.1-beta
|
||||
else
|
||||
sudo -u bitcoin git reset --hard v0.6.0-beta
|
||||
sudo -u bitcoin git reset --hard v0.6.2-beta
|
||||
fi
|
||||
cd /home/bitcoin/loop/cmd
|
||||
go install ./...
|
||||
|
|
Loading…
Add table
Reference in a new issue