Commit Graph

8483 Commits

Author SHA1 Message Date
/rootzoll
39fd3344ce #4324 New Drive Layout: Boot NVMe, Proxmox & OldLaptop (#4997)
Big refactor based on #4324 introducing a new drive layout - adding optimizations for Proxmox and old laptop drive layout . Also making it possible to boot from NVMe. Replacing blitz.datadrive.sh with blitz.data.sh - icluding the possibility to migrate an old ssd/nvme to a bigger one (copying complete data and blockchain). Lots of smaller changes.
2025-05-15 13:04:22 +02:00
fusion44
916b5791e6 feat: adapt to latest config changes in API (#4973)
* feat: adapt to latest config changes in API
* feat: add celery worker and celery beat services
2025-05-14 02:57:58 +02:00
Chris Guida
002114eebd lnbits: Wait for CLN RPC socket to become available before (#4931)
allowing lnbits to start up. This avoids a VoidWallet being
activated, requiringt the user to manually restart lnbits
whenever CLN is restarted.
2025-05-14 02:56:35 +02:00
Léo Haf
eb2d2dc43e add knots option (#4968)
* add knots option
* add `_provision_.sh` entry
* Some cleanup for Knots
2025-05-14 02:53:37 +02:00
openoms
b81de65a87 fix bitcoin update fail comment (#4921)
* fix bitcoin update fail comment
* no ok message on failed custom update
2025-05-14 02:34:42 +02:00
openoms
e297bc2e57 fix fulcrum status output (#4947) 2025-05-14 02:32:58 +02:00
openoms
31c5a3cf30 ci: create amd64 img disk image (#4948) 2025-05-14 02:31:55 +02:00
HODLmeTight
0501e8c16f elements: Discounted fee enablement (#4981)
* Discounted fee enablement as per https://blog.blockstream.com/elements-23-2-3-discounted-fees-for-confidential-transactions/
* bumped elements latest release tag
* add elements 23.2.7 to CHANGES
2025-05-14 02:30:49 +02:00
/rootzoll
ca98903c47 #4903 increase rpcworkqueue (#4915)
* #4903 increase rpcworkqueue
* fix multiple bitcoin.conf entries
2025-05-14 02:29:17 +02:00
curemici
9f44275ba7 Update Lightning Terminal to 0.14.1-alpha (#4961)
* Update Lightning Terminal to 0.14.1-alpha
Update LIT to version 0.14.1.-alpha, adjusted to changes in manifest file and naming, tested with 1.11.4-dev without issues so far
* Add LIT 0.14.1 to CHANGES
2025-05-14 01:56:15 +02:00
steepdawn974
12f4a030d5 Bump elements v23.2.4 (#4894)
* Update elementsd to v23.2.4
* Fix elements-cli stop command
- failed previously due to not having the correct -conf=file set
2025-05-14 01:48:32 +02:00
openoms
255ffed491 fulcrum: improve config to prevent data corruption and sync large wallets (#4860)
* fulcrum: improve config to prevent data corruption and sync large wallets
* increase max_subs_per_ip to 1M
* correct comment
2025-05-14 01:41:22 +02:00
openoms
8717d0ac7e btcpay update to v2.0.5, nbxplorer to v2.5.17 (#4925)
* btcpay update to v2.0.5, nbxplorer to v2.5.17
change needed for UPDATE menu to work with btcpay v2
* Add BTCPay update to CHANGES
2025-05-14 01:34:57 +02:00
openoms
6ecbdbff9f CLN update to v25.02 (#4972)
* cln-grpc now included in the main repo
* add rust deps for clnrest and cln-grpc
* cln update to v25.02
* configure the cln grpc port explicitly
* cl.install.sh update PGP key and version for v25.02.2 (#4987)
Update Core Lightning install script to use the correct PGP signer and fingerprint for v25.02.2.
- Set CLVERSION to v25.02.2
- Set PGPsigner to sfarooqui
- Set PGPpubkeyFingerprint to B56B4453DA8C6DF7FC9BCFCBDCA40B7128DA62A8

Co-authored-by: steepdawn974 <steepdawn974@tutanota.com>

* make sure /run/lightningd exists

---------

Co-authored-by: openoms <“oms@tuta.io>
Co-authored-by: steepdawn974 <steepdawn974@tutanota.com>
Co-authored-by: rootzoll <christian@geektank.de>
2025-05-14 00:51:57 +02:00
Kevin Ravensberg
74f33cf156 Update bonus.btcpayserver.sh for BTCPayServer v2.0.0 + NBXplorer v2.5… (#4827)
* Update bonus.btcpayserver.sh for BTCPayServer v2.0.0 + NBXplorer v2.5.9 and security update dotnet SDK v8.0.403

Version bumped BTCPayServer to v2.0.0, NBXplorer to v2.5.9 and  dotnet SDK to v8.0.403. Tested on existing Raspiblitz 11.3, using uninstall and install options to do the version upgrade.

* CHANGES & push version to latest 2.0.3

* flexible PGP signer

---------

Co-authored-by: rootzoll <christian@geektank.de>
2025-05-14 00:13:32 +02:00
Christoph Stenglein
19e4fb51ff chore: update unnecessary packages in build_sdcard.sh (#4766) 2025-05-14 00:05:47 +02:00
Ikko Eltociear Ashimine
7c6683e409 chore: update blitz.datadrive.sh (#4965)
minor fix
2025-02-26 14:10:36 +01:00
rootzoll
6f55268731 CHANGES Helipad v0.2.1 2025-02-26 13:25:15 +01:00
Spencer
313d9b6712 Update bonus.helipad.sh (#4963)
Update to latest Helipad version
2025-02-26 13:21:42 +01:00
cdemkos
cfded50575 replace amd with arm in ci/README.md (#4952) 2025-02-04 15:00:57 +01:00
frennkie
142b5197fb Switch to bitcoin user for version verification (#4942)
We normally run bitcoind as user bitcoin.
Running it here as root could potentially at some point cause issues (e.g. if files are created and the ownership is then off).
2025-02-03 14:12:41 +01:00
frennkie
76267f812b Update _background.sh (#4941)
Fix two typoe/switch characters in comments
2025-02-03 10:52:23 +01:00
openoms
61766d8bea amd64 base image update to debian-12.9.0-amd64-netinst.iso (#4928) 2025-01-18 11:41:05 +01:00
/rootzoll
b20e9f0bab Merge pull request #4913 from steepdawn974/fix/add-qrencode-dependency-check
fix: add qrencode dependency check to cl-plugin.clnrest.sh
2025-01-04 14:08:07 +01:00
steepdawn974
5c2bdcb954 fix: add qrencode dependency check to cl-plugin.clnrest.sh
Adds automatic check and installation of qrencode package
if missing to prevent 'command not found' errors when
generating QR codes.
2025-01-04 00:12:40 +01:00
rootzoll
249c00f25b v1.11.4 torrent files v1.11.4 2024-12-24 16:13:28 +01:00
rootzoll
8aba30725f Release CHANGES v1.11.4 2024-12-24 16:12:53 +01:00
/rootzoll
37df1b354d Small Fixes for v1.11.4 (#4890)
* v1.11.4rc1 & AlbyHub 1.12.0
* #4864 Core Lightning 24.11.1
* #4884 revert back to former version
* #4891 account for pending closing balance (#4892)
* #4876 adding Allow New User Switch
* #4882 revert back to CLN v24.11
* #4893 temp re-introduce en_GB for v1.11.4
2024-12-19 19:14:31 +01:00
/rootzoll
ff04883422 #4891 account for pending closing balance (#4892) 2024-12-19 12:54:43 +01:00
HODLmeTight
b79eebf0ff Enhance BBcloseAllChannels.sh to allow LND user selection for channel closing method (#4886)
Enhance BBcloseAllChannels.sh to allow user selection for channel closing method. Users can now choose between COOP for cooperative close and FORCE for forced close
2024-12-18 23:54:31 +01:00
/rootzoll
f48c311401 Small Updates for v1.11.4 (#4889)
* AlbyHub 1.12.0
2024-12-18 23:34:39 +01:00
openoms
805131a922 albyhub: fix typos, formatting, translate comment (#4885) 2024-12-18 23:00:29 +01:00
/rootzoll
d5c010a424 v1.11.4rc1 (#4883) 2024-12-18 13:57:59 +01:00
/rootzoll
3cc6910832 4873 lnd update (#4879)
* #4873-update-lnd
* Added to CHANGES.md
* correct typos
2024-12-18 12:11:29 +01:00
/rootzoll
f4bd395282 #4842 update cln to 24.11 (#4882) 2024-12-18 11:51:23 +01:00
/rootzoll
b74c604934 4876 lnbits (#4877)
* #4878 respect old LNBITS_ADMIN_UI setting
* #4876 lnbits option to switch ADMINUI
* #4876 add no new accounts option
* #4876 remove accounts option again
2024-12-18 11:37:54 +01:00
/rootzoll
f8631ab45a #4559 Improve blitz.release.sh (#4867)
* 4559 fsck on release
* fsck on release
* fsck after expand
* remove toc.sh
* #4861 force locale on release
2024-12-18 11:34:32 +01:00
/rootzoll
7458494cc2 #4727 Prepare bonus.albyhub.sh for WebUI (#4866)
adding needed funtions to albyhub installs script needed for API/WebUI integration
2024-12-18 11:30:47 +01:00
openoms
5d61034626 arm64 base image update to 2024-11-19-raspios-bookworm-arm64 (#4854)
* arm64 base image update to 2024-11-19-raspios-bookworm-arm64
* no network restart on raspberrypi
2024-12-04 16:12:58 +01:00
openoms
3dc1351a8b Fulcrum update to v0.11.1 (#4851)
* fulcrum update to v1.11.1
2024-12-04 13:38:08 +01:00
openoms
6ae2f64b4e cln: set systemd service to Restart=always (#4853)
prevents cln to remain off after dependency failure
2024-12-04 13:28:17 +01:00
openoms
b9f7388d87 amd64 reduce image size to 27GB (#4855) 2024-12-03 21:22:22 +01:00
/rootzoll
360afc810b Fix #4834 Core Lightning Peercount (#4846) 2024-11-30 11:39:03 +01:00
openoms
f4dd97a6a7 add amd64 base image update to CHANGES 2024-11-29 08:38:54 +01:00
openoms
81517e2742 amd64 base image update to debian-12.8.0 (#4849) 2024-11-29 08:32:40 +01:00
openoms
9e8a40642d specter update to 2.0.5 (#4844) 2024-11-29 08:31:03 +01:00
/rootzoll
fe02f757d2 #4727 Add AlbyHub to RaspiBlitz SSH menus (#4848)
* #4727 first draft for install script
* #4727 add x86
* #4727 recover & SSH menu
2024-11-21 16:39:49 +01:00
rootzoll
850f32381e improve mempool install script 2024-11-12 22:37:07 +01:00
rootzoll
1c146b9281 remove "debug=tor" from bitcoin.conf when turning Tor off 2024-11-08 16:37:47 +01:00
rootzoll
b87e73c89c v1.11.3 release v1.11.3 2024-11-07 16:26:06 +01:00