diff --git a/FAQ.md b/FAQ.md index 375803209..79e8d1428 100644 --- a/FAQ.md +++ b/FAQ.md @@ -10,6 +10,7 @@ - Update: Loop 0.6.4 [details](https://lightning.engineering/posts/2020-05-13-loop-mpp/) - Update: BTCPayServer v1.0.4.4+ [details](https://github.com/btcpayserver/btcpayserver/releases/tag/v1.0.4.4) - Update: RTL 0.7.1 [details](https://github.com/Ride-The-Lightning/RTL/releases/tag/v0.7.1) +- Update: ElectRS 0.8.5 [details](https://github.com/romanz/electrs/blob/master/RELEASE-NOTES.md#085-1-july-2020) - New: Nginx Web Server - New: Subscriptions Management - New: IP2Tor Bridge (optional subscription service) diff --git a/home.admin/config.scripts/bonus.electrs.sh b/home.admin/config.scripts/bonus.electrs.sh index c7635f957..0af6bc0a4 100644 --- a/home.admin/config.scripts/bonus.electrs.sh +++ b/home.admin/config.scripts/bonus.electrs.sh @@ -278,7 +278,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then echo "" sudo -u electrs git clone https://github.com/romanz/electrs cd /home/electrs/electrs - sudo -u electrs git reset --hard v0.8.3 + sudo -u electrs git reset --hard v0.8.5 sudo -u electrs /home/electrs/.cargo/bin/cargo build --release echo ""