Commit Graph

8539 Commits

Author SHA1 Message Date
/rootzoll
923634d204 #4967 Update Core Lightning v25.5 (#5068)
#4967 update to cln v25.05
2025-07-31 09:39:00 +02:00
rootzoll
fbd30eb46d add lnbits user to bitcoin group 2025-07-31 01:05:12 +02:00
/rootzoll
b7f5a7e70f #5079 LND & LNbits update (#5080)
* #5079 lnd 0.19.2
* #5079 lnbits 1.2.1
2025-07-31 00:26:27 +02:00
openoms
c30d30b3bb fulcrum: don't exit menu on error (#5072)
* fulcrum: don't exit menu on error
* fix: wait for keypress where needed
2025-07-29 18:57:03 +02:00
openoms
2e5036c3d3 fix: txindex status needs sudo (#5070) 2025-07-29 18:56:17 +02:00
/rootzoll
27cf452afb #5076 Adding SSD full Warning (#5077)
* #5076 remove datadir & correct log path
* #5076 add disk full warnings
2025-07-27 15:07:31 +02:00
openoms
6af1abc27c docs(changes): match rpios image with build_sdcard and ci (#5060) 2025-07-07 20:16:49 +02:00
/rootzoll
f79037d6c1 #4597 & #4980 LNbits v1.1.0 (#5069)
* #4597 remove wallet seuper user id
* #4980 update lnbits to 1.1.0
* remove ip2tor notice
2025-07-07 17:53:40 +02:00
openoms
dbde09a5e8 lnd update to v0.19.1 (#5059)
* lnd update to v0.19.1
* add to changes
2025-07-05 23:26:24 +02:00
rootzoll
37dbda981d 5053-fixsyntax 2025-06-17 08:48:43 +02:00
openoms
e1c8926625 cl.check.sh: fix substitutions (#5062) 2025-06-17 08:37:51 +02:00
/rootzoll
017fbb96d7 5053 fixformat (#5064)
* #5053 fix data format when boot from sd card
2025-06-17 00:51:30 +02:00
/rootzoll
bdc2202f0f 5053 proxmox (#5058)
* detect systemdrive
2025-06-12 01:31:28 +02:00
rootzoll
5d6ed7e386 git safe.directory /home/admin/raspiblitz 2025-06-11 22:51:01 +02:00
rootzoll
3d95a19f0a #5053 dont enforce DNS server fallback 2025-06-11 21:35:20 +02:00
rootzoll
25de2aabbf fixed lastest default branch 2025-06-11 13:46:18 +02:00
/rootzoll
0b34dcb7d5 #5053 fix repos (#5057)
* use sdcard export as fallback
2025-06-11 12:38:58 +02:00
/rootzoll
64b83a9413 #5053 fix dns fallback (#5056) 2025-06-10 20:59:48 +02:00
rootzoll
a26cf24622 #5053 fix substitution 2025-06-09 11:47:37 +02:00
/rootzoll
5b26e7accd #5053 prepare v1.12.0rc4 (#5054)
* #5053 make api use active release branch
* #5053 ui use active branch
2025-06-09 11:30:06 +02:00
rootzoll
a968a2ccad v1.12.0rc4 2025-06-08 21:10:07 +02:00
openoms
bd5ce78ec3 fix: use apt to install rust system-wide for CLN (#5047)
* fix: use apt to install rust system-wide for CLN
* fix: remove PID file config from service
* check for cln-grpc plugin in it's new place
* improve cln-grpc config
* simplify the creation of .lightning dir
* remove unused cl-plugin.cln-grpc.sh
* add error management to  _provision.setup.sh when installing cln

* rust install to /opt/rust and symlink

* prevent storagePartition not detected

* prevent only-pruned

* fix rust permissions and add error management

* switch off cln-grpc if not available

* add test dependencies

* move tests out to an inactive function

* clnrest: remove config if plugin is unavailable

* fix clnrest config substitution

---------

Co-authored-by: rootzoll <christian@geektank.de>
2025-06-08 21:01:32 +02:00
/rootzoll
7454a9d513 #4996 Aftercare Changes for Bitcoin Knots (#5021)
* #4996 move knots from SERVICES TO SETTINGS
* #4996 add to CHANGES
* #4996 backup bitcoin core binaries
* #4996 add check on update
* #4996 quickfix: install-block when lightning is installed
* install block
2025-06-08 20:07:04 +02:00
openoms
2208a4c273 jam update to v0.4.0 (#5051) 2025-06-08 18:28:50 +02:00
/rootzoll
caedd59556 #5046 swapfile (#5049)
* prevent swap file on sd card
2025-06-08 17:33:25 +02:00
openoms
474faf356d fulcrum update to v1.12.0 (#5050) 2025-06-08 17:32:20 +02:00
openoms
cad0f3a617 update joininbox to v0.8.4 (#5048) 2025-06-07 18:42:56 +02:00
/rootzoll
69552eaf82 #4812 adapt blockain copy to new layout (#5045) 2025-06-07 15:29:05 +02:00
/rootzoll
a85263c348 Reduce LND log by default (#5042)
* lnd set maxlogfiles & maxlogfilesize
2025-06-07 15:28:36 +02:00
/rootzoll
607c77a651 #5033 AlbyHub v1.17.2 (#5040) 2025-06-07 15:27:59 +02:00
/rootzoll
8eefa21a9c #4466 adapt USB backup thumb drive (#5044)
* drive minimum 32
* adapt backup script
* fix index
* make sure UUID is updated after format
2025-06-04 17:15:59 +02:00
rootzoll
f27eb92113 add local ip info on manual provision 2025-06-04 13:46:02 +02:00
openoms
c69abad6b8 add shellcheck action to catch script errors (#4533)
* add shellcheck action to catch script errors

* fix(_commands.sh): cache command

* fix(_provision.sh): unicode space

* fix(blitz.conf.sh): use $*

* fix(internet.dyndomain.sh): use -gt

* fix(blitz.fatpack.sh): use $*

* fix(_cache.sh): quote $@ and use $* with echo

* shellcheck disable SC2068 and SC2145

* update checkout action in .github/workflows/test-shellcheck.yml

Co-authored-by: Christoph Stenglein <9399034+cstenglein@users.noreply.github.com>

* fix(_bootsrtap.sh): =~ needs double brackets

* fix(bonus.publicpool.sh): use $* when displaying with echo

---------

Co-authored-by: Christoph Stenglein <9399034+cstenglein@users.noreply.github.com>
2025-06-02 22:07:43 +02:00
openoms
9d205a0a5c amd64 base image update to debian 12.11.0 (#5031) 2025-06-02 22:03:14 +02:00
/rootzoll
6ce07e45a7 #4749 update lnd 0.19.0 (#5030)
* #4749 lnd v1.19.0
* CAHNGES entry
2025-05-25 22:08:35 +02:00
rootzoll
b46d0940a0 v1.12.0rc3 2025-05-22 00:26:54 +02:00
/rootzoll
18b35e3f1b #5013 Link Bitcoin wallet correctly in new drive layout (#5027)
* #5015 refactor delete all but blockchain
* #5015 improve delete
* #5015 make sure to delete app-data
* #5015 deac use old blockchain for now on boot nvme
* #5013 set bitcoin wallets dir to app-data
* make sure bitcoin wallets exists
* fix wallet repair
* moving wallet directory
* change bitcoin conf path
* #5029 mark for repair
2025-05-21 22:00:14 +02:00
/rootzoll
4ea55ae529 5015 Repair Delete all Data But Blockchain (#5024)
* #5015 refactor delete all but blockchain
* #5015 improve delete
* #5015 make sure to delete app-data
* allow use blockchain
* edit descision tree
* move by force and check result
* rsync dirs
* check links
* #5015 deac use old blockchain for now on boot nvme
2025-05-20 01:39:37 +02:00
/rootzoll
a806538c50 UPdate Mempool Space to 3.2.1 (#5012)
* testing mempoolspace 3.2.1
* #4960 update Mempool SPace to 3.2.1
2025-05-19 16:10:32 +02:00
/rootzoll
8d18db7928 #4955 btcpay 2.2.1 & nbxplorer 2.5.26 (#5010) 2025-05-19 16:09:28 +02:00
/rootzoll
6329b9a2a9 Update chantools #4964 (#5014) 2025-05-19 16:08:39 +02:00
/rootzoll
99687c4450 #5019 remove old file links (#5023) 2025-05-19 16:07:52 +02:00
/rootzoll
2935b79a2a LNDg update to 1.10.0 (#5011)
* try lndg update to 1.10.0
* updating CHANGES.md
2025-05-19 16:07:28 +02:00
/rootzoll
8e82d8aa3e btc-rpc-explorer: get working with Node22 (#5016)
* btc-rpc-explorer: check for electrs and fulcrum (#4820)
* btc-rpc-explorer: check for electrs and fulcrum
* dont set back to old version tag - use latest github code
* Update home.admin/config.scripts/bonus.btc-rpc-explorer.sh
* Update home.admin/config.scripts/bonus.btc-rpc-explorer.sh
* use commit hash insteat of release version on repo
* fix mint/hdd check
* fix detect /mnt/hdd

---------

Co-authored-by: openoms <43343391+openoms@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-19 15:42:19 +02:00
/rootzoll
24f0fed26f 4648 correct tor key validation path (#5020)
* check tor valid signature
* #4648 correct path on validation test
2025-05-18 18:38:13 +02:00
/rootzoll
b4cc39dc69 check tor valid signature (#5018) 2025-05-18 17:36:01 +02:00
/rootzoll
4a2de04181 #4648 moving tor keys to sd build script (#5017)
* #4648 moving tor keys to sd build script
* remove double entry
2025-05-18 15:40:40 +02:00
/rootzoll
6973fbb48f [Collector-PR] #4577 #4780 #4982 #4946 #4869 (#5008)
* #4577 make sure base directory exists
* #4780 adding qrencode to sd card build
* #4982 enforce logrotate
* #4982 new logrotate script
* #4946 doule logs lines for Blitz API
* #4869 move forcing locales
2025-05-18 14:21:57 +02:00
rootzoll
50a1115a8b #4552 adding program_usb_timeout=1 2025-05-18 12:38:44 +02:00
rootzoll
f54df5c135 #4793 remove old quickfix 2025-05-18 12:33:55 +02:00