/rootzoll
5a08729644
add more info on incomplete blockchain ( #3526 )
2022-12-15 17:58:41 +01:00
/rootzoll
9d3e4faf3d
#2659 journalctl --vacuum-size once a day ( #3525 )
2022-12-15 16:05:31 +01:00
openoms
9ebf9c63a5
jam update to v0.1.4 ( #3521 )
2022-12-14 23:26:52 +01:00
/rootzoll
21eb83b3c2
#3520 redact lnbits info on debug ( #3522 )
...
* redact api-key usr wallet strings
2022-12-14 14:58:04 +01:00
/rootzoll
7ac2d214f6
#3429 app bonus scripts all give version information for WebUI ( #3518 )
...
* add version to template
* add version to RTL
* fix RTL verison
* add lnbits version
* add version to mempool
* add version to thunderhub
* add version to btc rpc explorer
* add version to BTCpayServer
2022-12-14 11:54:06 +01:00
/rootzoll
5a3b3f78d8
bonjour ports & gfree-sync-list off ( #3517 )
...
* #3144 open additional Bonjour NAT ports
* #3144 remove sync-freelist=true from def lnd.conf
* #3251 remove sync-freelist=1 by lnd.check.sh
2022-12-14 10:55:33 +01:00
ChuckNorrison
1c26120056
LNBits Backup and Restore database ( #3412 )
...
* LNBits Backup and Restore database
Add Backup and Restore methods and menu entries
* LNBits backup target
based on blitz.backupdevice.sh switch backup target to /mnt/backup_manual per default
* Add postgresql script
Script to install or uninstall postgresql
Backup a single database with sql dump file
Restore a single database from sql dump file
* Unpack backup file only for SQLite
For postgresql just use the dedicated script
* Support multiple backup files
After backup file was written, keep only last 3 backups
Restore the recent backup found
* improve backup and restore with config and path
make use of raspiblitz config to retrieve db state for backup and restore
default manual backup path set to /mnt/hdd/app-data/backup
* add info command to postgresql script
retrieve database directory and database names
* update backup path for postgresql script
default path is /mnt/hdd/app-data/backup
this will survive reflash sd card
* improve user feedback
* add dialog for restore and improvements
dialog with confirm restore process
timestamps for backup file names
small improvements for user feedback
only resume if unpack backup succeed
* fix sqlite backup file name
* fix restore path and permissions
* add dialog to choose backup from a list
list all available backups to start restore in a dialog
* fix backup list for sqlite
* fix restore menu
* Update LNBits version with bigint fix for migration
if migrate to postgresql, use lnbits version with latest bigint fixes
* Update bonus.postgresql.sh
* fix postgres backup permissions
2022-12-14 10:40:15 +01:00
/rootzoll
7141cb1674
#2192 lnd xpubs display ( #3515 )
...
#2192 menu entry to show lnd xpubs
2022-12-13 18:14:47 +01:00
/rootzoll
fb9283a06c
Fatpack WebUI Apps ( #3514 )
2022-12-13 15:28:05 +01:00
/rootzoll
6c9bfaf1b7
Update Bitcoin to v24.0.1 ( #3512 )
2022-12-12 16:31:27 +01:00
/rootzoll
e3ffe5dc61
#3326 Reduce Logs & Misc ( #3511 )
...
* #3326 set loglevel of mempool to warn
* #3326 set mempool loglevel thru systemd service
* fix pint out of isSMART
* #3326 set LogLevel ins systemd
* #3268 fix helipad db owner
* check mempool install success
* fix mempool success detection
* add mempool db socks
* lnserver localhost to 127.0.0.1
2022-12-12 14:29:51 +01:00
/rootzoll
5184044faf
prevent hanging shutdows ( #3510 )
...
* prevent hanging shutdows
* also timeout stopping bitcoind
2022-12-12 01:05:17 +01:00
/rootzoll
59c2e4d8bf
#3473 Update to CLN 22.11.1 ( #3508 )
...
* #3473 update cln to 22.11.1
2022-12-11 17:20:53 +01:00
ChuckNorrison
1f0416bbbb
Add staticIP config and fix 127.0.0.1 ( #3419 )
...
* Add staticIP config and fix 127.0.0.1
Add possibility of a staticIP config in Raspiblitz.conf to override globalIP and publicIP detection.
Skip dyndns in case of static ip usage
if curl fails accidentaly it could result in the wrong IP. Only prefer if publicIP is empty.
* add FAQ entry
Co-authored-by: rootzoll <christian@geektank.de>
2022-12-10 14:53:29 +01:00
/rootzoll
d7d1c40866
#3505 lnbits PostgresSQl migration finalization ( #3507 )
...
* fix missing dependencies
* LNBits SQLite to PostgreSQL migration (#3411 )
* LNBits SQLite to PostgreSQL migration
New installations with PostgreSQL configuration, existent data with SQLite.
convert script needs a full start of LNBits prior migrating the old sqlite db's.
User can migrate from raspiblitz menu.
* only fix postgres if it needs to
check for symbolik link of postgres default directory or desired postgres folder
btcpayserver and lnbits could use postgresql
new script to install or uninstall postgresql
* fix typos
* silent apt remove
* fix removed function postgresConfig
call bonus.postgresql.sh to setup PostgreSQL
* Support outdated installation
old installations should upgrade to new tag first
create new data directory /mnt/hdd/app-data/LNBits/data
* Improve migration
Make it a bit more user friendly and prepare for a worst case to revert the migration if something fails unexpectedly
make use of sync method for preparation
* Rework migration workflow
Cant wait for lnbits to start when ExecStartPre is used.
We need a full start of lnbits prior migration, so make use of lsof to check for ports and wait.
dont forget to start postgres service after installation. dont forget to stop postgres after uninstall
* Dont overwrite the backup file
if we start migrate again, the sqlite backup should not be overwritten with postgres data. Keep the backup file.
* add migrate message to menu
add the hint to revert migration manually after migrate script executed
* fix install and data directory
lnbits always needs a data directory
* clean up lnbits settings for migration
even if postgresql is already running, we can extract sqlite backup and start migrate
remove migrateMsg duplicate
* preserve database for reflash
drop database only for migrate, not for regular installations
* set blitz config for LNBits
fix drop database only for migrate, not for regular installations
* Add confirmation dialog and automatic revert
User needs to confirm the process, this will eliminate missclicks
add a migrate revert function to automatically revert if something unexpected happens
let the user call the function manually
* check conv.py on success or revert
if the conversion script fails, revert automatically
* Improve revert message
Do not print the revert hint message if current database is SQLite
* fix read config LNBitsDB
* fix unpack backup
Folder LNBits should never block the restore of backup. Happened after multiple migrations and revert.
* Wait for lnbits v0.9.5
Set commit version with fix for postgresql database and BIGINT for amounts for migrate
Can be set to v0.9.5 tag or above later
* improve migrate backup handling
revert to the current backup and not to the previous backup.
No need for the failed folder state
user message with backup file path
* check psql version once
* supress expected errors
if database exists
Co-authored-by: /rootzoll <christian@geektank.de>
* fix error output on status
Co-authored-by: ChuckNorrison <2964146+ChuckNorrison@users.noreply.github.com>
2022-12-10 00:04:15 +01:00
/rootzoll
9d23c63c38
#3313 & #3230 lndg final ( #3506 )
...
* Integrate LNDg to Raspiblitz (#3313 )
* cl.hsmtool: fix password display
* add clearnet fallback for tor keys
* fix CLN wallet reset (#3296 )
* cln: unify and improve the resetWallet function
previously the old config and channel database could have been left
behind when using SEEDRESTORE and FILERESTORE
* prompt to save the wallet password for backup
* change default branch to v1.8 (#3306 )
* Adds install script for LNDg (https://github.com/cryptosharks131/lndg )
Install script creates user lndg and installs LNDg in /home/lndg/lndg,
uses systemd for the backend, and uses nginx and uwsgi for the gui.
Install script will check for tor and enable tor
if "run behind tor" is on.
Updates menu settings for easy access to the script settings
* Creates bonus.lndg.sh script for installing LNDg
Adds LNDg to list of apps in "SERVICES"
Adds LNDg to UPDATES when installed
Adds LNDg to menu when installed
Fixed typos/errors, tested and works!
* LNDg menu install. Added ssl, ssl over tor, and standardized nginx files. Tests Good.
* FAQ.cln: poncho, CLN cheatsheet, extract privkey
* #3286 fix loca IP
* fix #3312
* fix lnbits update options (#3307 )
* Integrates LNDg to Raspiblitz
Fixes issues with python and python3 (see comments on PR).
Adds option to keep or delete database on both uninstall and install with existing database.
Fixes issues with python and python3 (see comments on PR).
Adds option to keep or delete database on both uninstall and install with existing database.
Update 00settingsMenuServices.sh
Update info menu for LNDg
Adds username and instructions on how to change username
* Update bonus.lndg.sh
* Install LNDg script
Forces yes on install question
* Update blitz.shutdown.sh
* Update bonus.lndg.sh
* Update bonus.lndg.sh
* Update bonus.lndg.sh
* Update bonus.lndg.sh
Co-authored-by: openoms <oms@tuta.io>
Co-authored-by: openoms <43343391+openoms@users.noreply.github.com>
Co-authored-by: Dipun Mistry <dipunm@gmail.com>
Co-authored-by: rootzoll <christian@geektank.de>
* added documentation
* #3230 change password B
* #3230 fix to version 1.4.0
Co-authored-by: allyourbankarebelongtous <100060902+allyourbankarebelongtous@users.noreply.github.com>
Co-authored-by: openoms <oms@tuta.io>
Co-authored-by: openoms <43343391+openoms@users.noreply.github.com>
Co-authored-by: Dipun Mistry <dipunm@gmail.com>
2022-12-09 21:49:44 +01:00
ChuckNorrison
72eac9e9c3
bos-telegram as service ( #3446 )
...
* bos-telegram as service
Add OPTIONS menu for balance of satoshi to setup telegram.
Asks for the connect code and installs service file
* improve first time setup
need to start bos telegram manually once to enter HTTP API token from telegram bot creation
* Rework BoS telegram menu
Improve setup experience
invoke bos telegram command from menu and make service install optional
* add changes
Co-authored-by: rootzoll <christian@geektank.de>
2022-12-08 23:10:58 +01:00
ChuckNorrison
4fd3247386
New Feature LightningTipBot ( #3445 )
...
* Add new Service LightningTipBot
A tip bot and Bitcoin Lightning wallet on Telegram based on LNBits
https://github.com/LightningTipBot/LightningTipBot
* mention config file in menu
* Add version in CHANGES
Co-authored-by: /rootzoll <christian@geektank.de>
2022-12-08 21:33:27 +01:00
/rootzoll
e19b5911cf
Merge CL Watchtower #3394 ( #3501 )
...
* Bonus script to install CLN Watchtower client rust-teos ("The Eye of Satoshi") (#3404 )
* TEoS watchtower bonus install script
* Add Menu items
* add READ & CHANGES info
* On Purge, delete source and plugin
* Add sys pkg_dependecies
* Cleanup before clone
* Add cl plugins to _provision.sh and Info menu
Co-authored-by: rootzoll <christian@geektank.de>
* adapt info
* Add Watchtower info to menu
Co-authored-by: steepdawn974 <92274076+steepdawn974@users.noreply.github.com>
2022-12-08 12:56:30 +01:00
rek79
9fe1c47048
Improve localIP assignment and SSD detection ( #3439 )
2022-12-08 12:20:00 +01:00
ChuckNorrison
74ee085400
show localip after install webui ( #3496 )
...
When turning the webUI off & on again
2022-12-08 00:58:12 +01:00
openoms
4323dbbc49
CLN update to v22.11, install and update fixes ( #3487 )
...
* cln readd mako, update and testPR checks
* cln update to v22.11
* always use cl.hsmtool.sh unlock
* add git reset --hard to not show as v22.11-modded
* update RECKLESS upgrade message, run unlock after
* one line RECKLESS upgrade message
* add to CHANGES
* cln 22.11 PGPsigner cdecker A26D6D9FE088ED58
Co-authored-by: rootzoll <johndoe@example.com>
Co-authored-by: rootzoll <christian@geektank.de>
2022-12-08 00:29:00 +01:00
openoms
41e75d9d8f
fix bitcoin aliases, whitespaces and comments ( #3483 )
...
* fix bitcoin aliases, whitespaces and comments
* fix typo
2022-12-07 20:39:28 +01:00
openoms
c69b2603de
feat: add I2P ( #3330 )
...
* feat: add i2pd install script
* improve i2p install script
* add i2pd to SDcard image
* set i2pd value in the raspiblitz.conf
* improve detection and output
* fix typo
* exit 0 after addseednodes
* fix config and enable teh i2pd webconsole
* working install for amd64
* add checksum check
* better help message
* use confAdd for repeated keys
* add status option, passwordB protected webconsole
* separate i2pd install and setup
* change install check
* rename script & remove double on switch
* add i2p add node
* fallback.bitcoin.nodes
* kickstart only torv3
* fix Torv3 kickstart
* update bitnodes fallback list
* kickstart i2p from background
Co-authored-by: rootzoll <christian@geektank.de>
2022-12-07 20:26:10 +01:00
openoms
df74c87e2c
btcpay update to v1.7.1 ( #3482 )
...
btcpay update to v1.7.1
2022-12-06 18:55:31 +01:00
openoms
d715422e62
lnd update to v0.15.5-beta, litd update and LNC fix ( #3490 )
2022-12-06 17:46:22 +01:00
/rootzoll
0a697bb59a
#3427 sd card clean bloat ( #3495 )
2022-12-06 17:25:06 +01:00
/rootzoll
022d1eee4f
update bitcoin 24 ( #3481 )
2022-11-27 17:03:47 +01:00
openoms
dec77ac467
CLN 22.11 update ( #3474 )
...
* update cln backup plugin
* use database-upgrade=true if needed
2022-11-27 15:51:57 +00:00
/rootzoll
850173043a
allow code update from different branch ( #3480 )
2022-11-27 15:01:26 +01:00
/rootzoll
0302b7ce1c
#3376 update circuitbreaker v0.3.2 ( #3479 )
2022-11-26 23:19:20 +01:00
/rootzoll
79536c4b4b
#3370 update cl-rest to 0.9.0 ( #3478 )
2022-11-26 20:00:11 +01:00
/rootzoll
f1bba1de0e
simplify lnbits systemd exec line ( #3477 )
2022-11-26 18:02:51 +01:00
/rootzoll
b8a9c84845
Update blitz.backupdevice.sh ( #3467 ) ( #3471 )
...
Co-authored-by: cAP5L0CK <drummer7@yahoo.com>
2022-11-22 21:59:17 +01:00
ChuckNorrison
a23c5915a2
electrs update server_banner in config ( #3464 )
2022-11-22 21:31:10 +01:00
/rootzoll
5fb809c2ec
Electrum Server in Rust (electrs) v0.9.10 ( #3470 )
...
* more structural comments
* improve conf check
* Electrum Server in Rust (electrs) v0.9.10
2022-11-22 19:33:45 +01:00
/rootzoll
6dae0283de
Small Changes ( #3469 )
...
* more structural comments
* improve conf check
2022-11-22 19:27:25 +01:00
ChuckNorrison
7f05277f5f
blitzapi: fix permissions ( #3466 )
2022-11-21 22:00:18 +01:00
/rootzoll
6ef861ba0b
New sdcard base image & sd card build fixes ( #3456 )
...
- wrapt fix
- python3-mako
- Fix install issues with wrong hashes and python environment mismatch
- #3455 fix ExecStart path of blitzapi
2022-11-21 21:15:18 +01:00
steepdawn974
4ce743a939
Update cl.update.sh menu entries ( #3459 )
2022-11-21 20:15:59 +01:00
openoms
f5b1e65b30
Backup CLN emergency.recover file ( #3393 )
2022-11-17 18:11:56 +01:00
ChuckNorrison
cd77988ee8
update bos version 13.6.0 ( #3450 )
...
* update bos version 13.6.0
2022-11-17 14:05:34 +01:00
ChuckNorrison
455ff74aee
Add commands confirmation message ( #3444 )
2022-11-16 18:21:10 +01:00
openoms
1f99ac5d0a
Testnets LNbits fix ( #3422 )
2022-11-16 18:00:35 +01:00
ChuckNorrison
5096a90461
homer fix missing local IP in menu ( #3448 )
2022-11-16 16:54:52 +01:00
Oliver Gugger
2fa6d25dc5
chantools update to v0.10.5 ( #3347 )
2022-11-15 21:55:25 +01:00
rootzoll
fcde75d792
script doc fix
2022-11-15 21:41:06 +01:00
openoms
0fc8e10167
lit update to v0.8.3-alpha ( #3430 )
2022-11-15 18:32:37 +01:00
Oliver Offing
3a25872f26
fix(bitcon.update): unary operator expected ( #3365 )
...
* fix(bitcon.update): unary operator expected
* Update home.admin/config.scripts/bitcoin.update.sh
Co-authored-by: openoms <43343391+openoms@users.noreply.github.com>
2022-11-15 16:39:23 +01:00
ChuckNorrison
5c1da4f19c
electrs fix missing local IP in CONNECT view ( #3438 )
...
the local ip was not displayed correctly in ELECTRS->CONNECT menu
2022-11-14 18:42:33 +01:00
openoms
d9829c3348
nodejs update to the latest LTS v18.12.0 ( #3387 )
2022-11-09 19:38:55 +00:00
openoms
52952f3335
thunderhub to v0.13.16 w DISABLE_BALANCE_PUSHES ( #3416 )
2022-11-09 19:36:02 +00:00
ChuckNorrison
3e2fdb2b7b
mempool change logger from debug to info ( #3426 )
...
A lot of debug messages are flooding into the journal, this will make it less noisy
2022-11-09 11:00:17 +01:00
openoms
9aaaa6f00e
quote values to avoid flashing lines on LCD
2022-11-08 07:42:26 +00:00
Leonardo Papini
82b0bcc24d
Fix localIP and torAddress gathering ( #3388 )
...
* fix localIP gathering in btc-rpc-explorer.sh
* fix localIP gathering in homer.sh
* fix torAddress gathering in electrs.sh
2022-11-04 15:07:57 +00:00
ChuckNorrison
30211575c3
branch master does not exist ( #3389 )
...
githubRepo lnbits-legends gets redirected to lnbits
the default branch of lnbits is main
2022-11-04 15:00:37 +00:00
ChuckNorrison
c503802463
debug c-lightning self info ln_default_alias ( #3396 )
...
redact ln_default_alias in SYSTEM CACHE STATUS
2022-11-04 14:54:55 +00:00
ChuckNorrison
f93b04fe1f
Add update menu for electrs v0.9.9 ( #3402 )
...
Add UPDATE - ELECTRS menu entry
Add update method to script with update to the latest release tag.
2022-11-04 14:50:54 +00:00
ChuckNorrison
3b0fdc5117
fix ufw delete rule ( #3410 )
...
command is ufw delete not delete ufw
2022-11-04 14:45:45 +00:00
openoms
a9e686528d
fulcrum: use ufw delete instead of deny
2022-11-04 14:42:09 +00:00
steepdawn974
2c65314066
Fix fulcrum tor service removal ( #3407 )
...
`bonus.fulcrum.sh off` currently removes the hidden service for electrs
instead of fulcrum
2022-11-02 12:04:27 +00:00
/rootzoll
69d9e11e1f
lnd update to 0.15.4-beta hotfix ( #3400 )
2022-11-01 17:59:07 +01:00
steepdawn974
a515eabcd4
Update electrs to 0.9.9 ( #3397 )
...
Fixes #3395
2022-11-01 17:45:27 +01:00
openoms
a0f7bedee0
Jam fix ( #3321 )
...
* jam: fix nginx conf and rename to jam
* rename script
* correct capitalization
Co-authored-by: Gigi <109058+dergigi@users.noreply.github.com>
* joininbox update to v0.7.3, joinmarket v0.9.8
* correct websocket
* add obwatcher for Jam
* set random max_cj_fee_abs and max_cj_fee_rel
* start the ob-watcher.service on Jam install
* fix the websocket connection
* display JMstats if maker_running with the api
* rename to jam everywhere
* rename in provision (recovery)
* add jam to main menu
* add Jam to SERVICES
* remove legacy nginx confs
* rename tor service
* clearnet websocket fix
* run joinmarket-api independent of bitcoind
* add jam to the UPDATE menu
* use dergigi's key to verify, install to jam user
* fix update to commit
* joininbox update to v0.7.4
* fix jam var in menu
* joininbox: use tag to verify
* add cleanup to uninstall in all cases
* improve uninstall
* fix path for jam uninstall
* feat: move to the joininbox menu from JM info
* jam update to v0.1.2
* remove old $APP_DIR on update
2022-11-01 15:47:54 +00:00
openoms
3179d88f36
lnd update to v0.15.3
2022-10-18 14:31:04 +01:00
openoms
9298200188
go update to v1.18.7
2022-10-18 14:28:56 +01:00
openoms
cf5746ca76
lnbits update to v0.9.4
2022-10-15 11:20:20 +01:00
openoms
2c8c81bc2d
lnd update to v0.15.2
2022-10-10 08:36:47 +01:00
Buck Ryan
07cc163d26
Calculate LN amounts in lnd.balance.sh using msats ( #3336 )
...
This is a more accurate way to calculate the amounts, because
it does rounding after calculating the total.
2022-10-06 16:47:38 +02:00
Philipp Hoenisch
e50fd56dba
Bump ItchySats to 0.7.0 ( #3337 )
...
Co-authored-by: itchymax <itchymax@itchysats.network>
2022-10-03 16:01:22 +02:00
/rootzoll
21616e4ec2
lnd.check.sh -> harden rpc user/pass parsing against double entries ( #3282 )
2022-09-29 21:03:48 +02:00
scratchy
f32e408705
Upgrade itchysats to 0.6.1 ( #3280 )
2022-09-29 21:01:18 +02:00
Deverick
01ab62514b
Scp refactor ( #3206 )
2022-09-29 20:56:23 +02:00
arno
cfa0ffa505
Install Helipad on amd64 ( #3290 )
2022-09-29 20:51:58 +02:00
openoms
ec4d773c5b
RTL v0.13.0 update ( #3293 )
2022-09-29 20:46:24 +02:00
HiLivin
6aea40a58b
Add support for X708 UPS HAT ( #3087 )
2022-09-28 17:13:54 +02:00
openoms
c45e3a81ba
CLN update to v0.12.1 ( #3319 )
2022-09-28 15:04:38 +02:00
openoms
6ee15019db
Lnd v0.15.1 ( #3320 )
2022-09-28 15:02:44 +02:00
cercatrova
469badb8e5
Update lnbits ( #3327 )
2022-09-28 14:58:47 +02:00
rootzoll
d2b4cfb5b1
#3334 add update also cache with new list values
2022-09-28 14:44:58 +02:00
/rootzoll
2163523359
Add list-add & list-remove to blitz.conf.sh ( #3334 )
2022-09-28 14:39:43 +02:00
openoms
53ec75ae34
add shortcut for lnproxy ( #3333 )
2022-09-28 10:16:44 +02:00
openoms
36057e6f87
fix lnbits update options ( #3307 )
2022-09-13 19:16:28 +02:00
rootzoll
73f1a4c471
#3286 fix loca IP
2022-08-21 17:44:35 +02:00
openoms
c1df67e3d2
fix CLN wallet reset ( #3296 )
...
* cln: unify and improve the resetWallet function
previously the old config and channel database could have been left
behind when using SEEDRESTORE and FILERESTORE
* prompt to save the wallet password for backup
2022-08-18 10:44:06 +01:00
openoms
35607331de
add clearnet fallback for tor keys
2022-08-15 21:14:10 +01:00
openoms
64e0ecd6e7
cl.hsmtool: fix password display
2022-08-13 08:48:34 +01:00
rootzoll
2e9690d34c
v1.8.0 sd card image & torrent release
2022-07-28 20:51:28 +02:00
openoms
1ce759ff58
create a non-descriptor wallet for joinmarket ( #3252 )
...
discussed in: https://github.com/openoms/joininbox/issues/88
2022-07-28 16:14:44 +02:00
rootzoll
8f3257cd27
lnbits 0.9.1
2022-07-28 16:08:15 +02:00
rootzoll
aa474b4fec
sudo -u lnbits
2022-07-28 15:15:43 +02:00
rootzoll
92fcd8fe27
try lnbits 0.9.0
2022-07-28 15:04:32 +02:00
rootzoll
ece5272fb5
Update version to v1.8.0
2022-07-28 10:01:38 +02:00
rootzoll
2fd904e728
LNbits back to 0.8.0
2022-07-28 00:01:26 +02:00
rootzoll
4ac031abcd
Update LNbits to 0.9.0
2022-07-27 22:33:38 +02:00
rootzoll
8996181e7f
use /var/cache/raspiblitz for temp conf
2022-07-27 16:44:17 +02:00
rootzoll
bb71fed220
remove sudo on temp drive
2022-07-27 14:38:02 +02:00
rootzoll
0aaa667842
try again .env
2022-07-27 14:36:56 +02:00
rootzoll
528263df4b
use /var/cache/raspiblitz for temp conf files creation
2022-07-27 14:32:14 +02:00
rootzoll
a1e988781b
fix btc rpc explorer webui install
2022-07-27 13:42:07 +02:00
rootzoll
c91d0b1d05
sudo fix webui install btc-rpc-explorer
2022-07-27 13:37:40 +02:00
rootzoll
943dd6f5a7
mempool fix sudo write config
2022-07-27 12:59:18 +02:00
rootzoll
06f6fd62a2
chantools update restriction
2022-07-27 09:01:07 +02:00
rootzoll
23afac142e
Core Lightning renamings
2022-07-27 08:37:36 +02:00
rootzoll
212d163906
Core Lightning renamings
2022-07-27 08:29:16 +02:00
rootzoll
b2a3b0b95d
btc-rpc-explorer localip fix
2022-07-27 07:55:24 +02:00
rootzoll
f6bd930611
pyblock -y on install packages
2022-07-27 07:40:23 +02:00
Itchy Max
a66e0b0ead
Upgrade itchysats to 0.5.0 ( #3241 )
2022-07-26 15:10:50 +02:00
openoms
0734a2406c
improve Tor update logic
2022-07-23 15:34:11 +01:00
openoms
305564f5c3
api: fix symlink for CLN lightning-rpc access
2022-07-23 15:10:35 +01:00
openoms
2d63681d5d
add CLN lightning-rpc access for blitzapi
2022-07-23 12:34:33 +01:00
openoms
a25a48a071
don't delete old rescue files ( #3239 )
2022-07-21 17:36:23 +02:00
openoms
a6f1e27f4b
don't overwrite lncli when installing lit binaries
...
#3237
2022-07-21 00:10:19 +01:00
openoms
fa5a175a5a
LIT update to v0.7.0-alpha #3215
2022-07-20 20:13:07 +01:00
rootzoll
82a85dbf3c
btc_default values
2022-07-20 19:21:35 +02:00
rootzoll
47da71b760
add default values for btc_default
2022-07-20 19:12:48 +02:00
rootzoll
6154d2aa3e
up version to rc4
2022-07-20 12:42:18 +02:00
openoms
d0fb2bf9bc
use standardised clrest QRcode ( #3234 )
2022-07-20 12:35:49 +02:00
openoms
4b01143ab6
fix /mnt/temp ownership #3221
2022-07-19 13:31:15 +01:00
openoms
264ee95ae4
change on-disk swap size to 3072 MB
...
fix:#3221
2022-07-19 12:43:27 +01:00
openoms
a7976786d5
fix error messages using exclamation marks ( #3232 )
2022-07-18 22:07:14 +02:00
openoms
7356e5f88c
jam updato to v0.0.9 #3224
2022-07-15 22:35:15 +01:00
openoms
cc332b5c86
nodejs to v16.14.2, make wget more robust #3224
2022-07-15 22:11:42 +01:00
openoms
c7fd5f3928
nodejs update to v16.4.2, auto checksum #3224
2022-07-15 22:02:55 +01:00
openoms
63b8e461b5
instal latest npm with nodejs #3224
2022-07-15 19:44:47 +01:00
openoms
f58953bbe9
fix deb.torproject.org key check #3179
...
increase timeout to 60 seconds
exit 1 if file size is 0
2022-07-15 18:47:13 +01:00
openoms
ba657c49cd
fix deprecated options for nginx #3223
2022-07-15 17:33:52 +01:00
Luis Miguel
6e7a29a162
Fixed x64 checksum ( #3226 )
2022-07-13 11:15:01 +02:00
rootzoll
14189a9c44
Merge branch 'dev' of https://github.com/rootzoll/raspiblitz into dev
2022-07-12 20:54:04 +02:00
rootzoll
f43a783403
#3224 NodeJS update to v18.5.0
2022-07-12 20:54:02 +02:00
openoms
f3da3bc92e
Merge branch 'dev' of https://github.com/rootzoll/raspiblitz into dev
2022-07-12 15:42:00 +01:00
openoms
15f0847305
joininbox update to v0.6.8 with joinmarket v0.9.6
2022-07-12 15:41:51 +01:00
openoms
261db5104c
make lnd.credentials.sh work for all chains ( #3219 )
2022-07-12 14:08:41 +02:00
openoms
a045f18373
btcpay v1.6.1, nbxplorer v2.3.28 with postgres ( #3222 )
2022-07-12 14:02:15 +02:00
openoms
4b35b77e93
lnd autounlock if testnet and signet ( #3212 )
...
* lnd autounlock if testnet and signet
* check for header in the lnd.conf
* fix variables and improve output
* make grep more robust
* delete autounlock if passwordFile not present
2022-07-12 13:59:04 +02:00
openoms
b33d2fcbd7
fulcrum: use main.zmqpubhashblock
2022-07-11 16:15:57 +01:00
openoms
790f729c77
fulcrum update v1.7.0, use existing SSL cert #2924
2022-07-08 20:44:06 +01:00
openoms
caae3c8cea
clboss: add warning on install ( #3210 )
2022-07-07 10:52:33 +02:00
openoms
94e5a97d0d
cl.hsmtool.sh unlock: password as an option ( #3211 )
2022-07-07 09:54:29 +02:00
rootzoll
ea5ec2fd29
Web Admin name
2022-07-06 23:13:28 +02:00
rootzoll
2027e03378
web info on LCD
2022-07-06 23:12:08 +02:00
openoms
ec3a78a4ca
fix: check cln-grpc after cln is installed
2022-07-06 09:47:30 +01:00
rootzoll
929eb5813e
reboot after copy blockchain
2022-07-03 00:35:22 +02:00
rootzoll
576704f3a8
improve import migration file
2022-07-01 23:55:40 +02:00
rootzoll
12c56c38fa
Merge branch 'dev' of https://github.com/rootzoll/raspiblitz into dev
2022-07-01 11:11:06 +02:00
rootzoll
57983466b6
prepare version for v1.8.0rc3
2022-07-01 11:11:05 +02:00
openoms
441ef22410
fix: CLN datadir symlink for blitzapi
...
Related: https://github.com/fusion44/blitz_api/issues/122
2022-07-01 07:04:58 +01:00
Wolf
24e0b40f50
allow more than one config, also complementing a base config ( #3198 )
2022-06-30 21:09:30 +02:00
rootzoll
1a8a6baca2
fix raspiblitz.info set
2022-06-30 19:35:53 +02:00
rootzoll
ddff7f0738
simplyfy electrs status
2022-06-30 17:19:43 +02:00
rootzoll
9c767b2acc
#2387 less internet global status
2022-06-30 17:16:16 +02:00
rootzoll
755a3f401e
#2387 reduce DNS calls when electrum installed
2022-06-30 16:09:54 +02:00
rootzoll
14c5c54884
#3191 password checks sudo calls
2022-06-30 14:42:26 +02:00
rootzoll
e98d2c35da
#3191 use sudo to get credentials
2022-06-30 12:31:07 +02:00
rootzoll
c56c8b1946
provision blitzapi when not fatpacked
2022-06-30 01:13:09 +02:00
rootzoll
e47b002cca
make blitzapi value survive release cleaning
2022-06-30 00:31:10 +02:00
rootzoll
1a8f353fec
mark blitzapi install in info file
2022-06-29 23:14:44 +02:00
rootzoll
2645d45dbd
display browser info only when blitzapi on
2022-06-29 23:07:41 +02:00
rootzoll
a6a3346109
#3191 move blitzapi option to SETTINGS menu
2022-06-29 21:34:57 +02:00
rootzoll
936457c5d1
make sure sudo for web api install actions
2022-06-29 10:08:52 +02:00
rootzoll
d0d3921073
#3191 fix syntax glitch
2022-06-29 02:33:14 +02:00
rootzoll
591f3bae89
#3191 allow run config api as non-root
2022-06-29 02:31:14 +02:00
rootzoll
9dd4308b77
fix syntax error seen during sd card build
2022-06-29 01:21:16 +02:00
rootzoll
c2d61e7663
fix api secret
2022-06-29 00:03:32 +02:00
rootzoll
514eb25e60
#3181 updated proto
2022-06-28 23:42:35 +02:00
rootzoll
242b33bc20
setting API secret
2022-06-28 20:05:54 +02:00
openoms
d4448d4652
blitzapi: add dedicated user and conf entry ( #3191 )
...
* blitzapi: add dedicated user and conf entry
* blitzapi: add to sudo group, allow systemd access
* store blitz_we code under /home/blitzapi
* add SERVICES menu option for Blitz API and webUI
* blitz.passwords: allow non-sudo to check passwords
* change blitz_web path
* blitzapi: fix SERVICES menu entry
2022-06-28 19:35:21 +02:00
openoms
e1b8b4b85d
set LANG=en_US.utf8 with grep 'Good signature' ( #3183 )
2022-06-28 18:49:03 +02:00
openoms
1738bfa382
reduce lnd workers to number of cores if -lt 8 ( #3188 )
2022-06-28 17:57:27 +02:00
Deverick
253d06079c
Bump homer version ( #3189 )
2022-06-28 17:52:16 +02:00
Itchy Max
ee20b0a3a7
Update itchysats to 0.4.21 ( #3194 )
2022-06-28 17:50:53 +02:00
openoms
5957cb0d3a
cl.check: fix detection for clboss in config
2022-06-28 13:42:28 +01:00
openoms
7844dcafef
core lightning update to v0.11.2 #3054
2022-06-27 08:12:53 +01:00
openoms
4859fdc5ef
fix: make /mnt/hdd/lnd readable
2022-06-24 21:21:48 +01:00
openoms
7c79d5c51f
lnd update v0.15.0 #3181
2022-06-24 20:52:22 +01:00
openoms
4a5600bb26
Core Lightning rebrand in install script
2022-06-23 07:55:34 +01:00
openoms
f4d9d6e4df
Tor: update from Torpoject repo and readd keys
...
#3179
2022-06-22 10:23:52 +01:00
openoms
8cfefb0834
cln-grpc: add update function to install script
2022-06-21 23:17:29 +01:00
rootzoll
a6fae36838
#3135 fix api pre-config
2022-06-20 21:41:51 +02:00
openoms
ccabd6716e
Merge branch 'dev' of https://github.com/rootzoll/raspiblitz into dev
2022-06-20 16:45:51 +01:00
openoms
9f0f7caec0
fix: accurate ZFS used space calculation for #3175
2022-06-20 16:45:39 +01:00
rootzoll
ee26fb48cb
Merge branch 'dev' of https://github.com/rootzoll/raspiblitz into dev
2022-06-20 17:43:49 +02:00
rootzoll
7d504d8bbc
fix git clone error
2022-06-20 17:40:41 +02:00
openoms
6f040732b5
fix web.api install syntax ( #3171 )
2022-06-20 12:36:20 +02:00
rootzoll
daaabfc5b0
fix backend on update
2022-06-20 11:28:54 +02:00
openoms
beccc4be56
tor: update to stable release w apt, restart CLN
2022-06-20 07:35:41 +01:00
openoms
639170e155
display Core Lightning at recovery, whitespaces
2022-06-19 00:02:37 +01:00
rootzoll
3044ca0f5f
1.8.0rc2 version update
2022-06-17 22:06:38 +02:00
openoms
fc765de029
feat: add ckbunker install script ( #3148 )
...
* feat: add ckbunker install script
* ckbunker: don't run the service by default
2022-06-17 22:01:54 +02:00
rootzoll
77db8b5de8
Provisioning cl-plugin.cln-grpc.sh
2022-06-15 18:38:25 +02:00
rootzoll
b7258fd2a5
#3135 make sure cln grpc is installed
2022-06-15 09:04:01 +02:00
rootzoll
caa2f4e659
add cln grpc status
2022-06-15 08:41:37 +02:00
rootzoll
0cce85d302
#3135 cln grpc port
2022-06-15 07:38:03 +02:00
rootzoll
a6979bfad9
#3135 start API after mnt-hdd.mount
2022-06-14 16:08:51 +02:00
rootzoll
08b00706ab
#3135 fix config on startup
2022-06-14 11:05:20 +02:00
rootzoll
337e391054
empty ln_node means no setup yet
2022-06-14 10:10:51 +02:00
rootzoll
87036412b7
#3135 set lightning none for setup
2022-06-13 23:06:27 +02:00
rootzoll
ff8562177d
#3161 testing mempool 2.4.0
2022-06-13 21:50:00 +02:00
openoms
132812e009
fulcrum improvements for inital sync
2022-06-09 17:07:27 +01:00
/rootzoll
dd9e81b6c2
Adapt to new migration for umbrel 0.5.0 including core lightning data ( #3160 )
2022-06-09 17:51:42 +02:00
rootzoll
7b264a266e
fix cl background scan
2022-06-06 22:23:33 +02:00
rootzoll
8c1f65dc78
make sure cln grpc plugin is installed on update
2022-06-06 21:39:00 +02:00
rootzoll
51c2adb5bf
exit terminal setback to org setupphase
2022-06-06 14:48:21 +02:00
rootzoll
219e0b3a51
webapi zero start
2022-06-06 14:36:58 +02:00
rootzoll
df6c47bf53
Merge branch 'dev' of https://github.com/rootzoll/raspiblitz into dev
2022-06-06 14:31:37 +02:00
rootzoll
6ae04d864d
improve webapi config during setup
2022-06-06 14:31:36 +02:00
openoms
828ab104f8
Merge branch 'dev' of https://github.com/rootzoll/raspiblitz into dev
2022-06-06 12:56:51 +01:00
openoms
f81881d9bf
fix: check for clboss on CLN config file
2022-06-06 12:56:46 +01:00
openoms
0e0afc7784
fix style
2022-06-06 12:55:56 +01:00
rootzoll
c052b455e8
fix lnd unlock when second option
2022-06-06 00:27:34 +02:00
rootzoll
47318f958c
#3134 run cln api with cln_grpc
2022-06-05 23:56:36 +02:00
rootzoll
3db2bf6f44
#3134 try moving to correct spot
2022-06-05 23:00:32 +02:00
rootzoll
8d6bdf60df
#3134 add debug
2022-06-05 19:56:46 +02:00
rootzoll
cfe3695eca
#3134 install cln-grpc on provision
2022-06-05 18:04:55 +02:00
rootzoll
a1eac77b48
api changes lnd value
2022-06-05 09:12:04 +02:00
rootzoll
3a7f2abb39
fix clean hdd data
2022-06-04 14:41:10 +02:00
rootzoll
83e0d7e017
#3023 fix SSH dialog text
2022-06-04 14:14:23 +02:00
rootzoll
9532c601fd
#3023 make sure blockchain data is available
2022-06-04 12:59:07 +02:00
rootzoll
460781b9b0
#3023 offer COPY LAN option based on hdd data size
2022-06-04 12:45:15 +02:00
rootzoll
63a6ea856b
fix password input
2022-06-03 20:06:42 +02:00
rootzoll
64e6b43554
check password input
2022-06-03 20:00:58 +02:00
rootzoll
0ebf134714
fix password salt
2022-06-02 19:38:29 +02:00
rootzoll
e7053cfcdc
debug password salt
2022-06-02 19:37:48 +02:00
rootzoll
0826ca5e00
#3116 fix escapes
2022-06-02 17:10:02 +02:00
rootzoll
67b1e271d8
Merge branch 'dev' of https://github.com/rootzoll/raspiblitz into dev
2022-06-02 17:09:05 +02:00
rootzoll
5ae78b16b6
#3116 fix escapes
2022-06-02 17:09:03 +02:00
openoms
e93a08be8e
feat: add BTCPAY-CLN to CONNECT #3155 ( #3156 )
...
* feat: add BTCPAY-CLN to CONNECT #3155
* docs: record CHANGES
2022-06-02 15:26:20 +01:00
rootzoll
2f361e764a
#3129 changing proxypass
2022-06-02 15:19:11 +02:00
rootzoll
2549d22cd4
Merge branch 'dev' of https://github.com/rootzoll/raspiblitz into dev
2022-06-02 15:08:02 +02:00
rootzoll
37e489f3fb
#2636 make non-visible for v1.8.0
2022-06-02 15:08:00 +02:00
Itchy Max
0c48446851
#2753 Fix itchysats update to download latest version ( #3154 )
...
Introducing arguments to `buildFromSource` and `downloadBinary` allows us to either build from the default variable or fetch the latest version when in the `update` menu.
2022-06-02 13:20:28 +02:00
rootzoll
af97b34c99
#3125 activate lnd rest tor service when default
2022-06-01 23:38:17 +02:00
Michael Bumann
d61b058c65
Use special bonus script to show alby connection details ( #3125 )
...
Alby is a lightning app for the desktop browsers and thus it is not possible for users to scan a lndconnect QR code.
This new bonus.alby.sh script prints Alby connection details that can be copied and pasted into Alby
2022-06-01 23:07:38 +02:00
rootzoll
e464c92669
#2753 fixed GITHUB_VERSION to 0.4.20
2022-06-01 22:20:31 +02:00
rootzoll
2b74ef3727
#2753 install fix
2022-06-01 22:15:36 +02:00
rootzoll
5dd558d31f
#2753 fix install to binary download for now
2022-06-01 21:58:02 +02:00
rootzoll
1abce07826
#2753 itchysats recover only with binary
2022-06-01 20:51:08 +02:00
rootzoll
b898504f30
#2636 fix tor for squeaknode
2022-06-01 20:19:25 +02:00
rootzoll
56ca9544c3
#2162 Homer config info
2022-06-01 18:29:56 +02:00
rootzoll
9db352bc76
#2162 Homer fixes
2022-06-01 17:22:57 +02:00
rootzoll
963b3349e3
Merge branch 'dev' of https://github.com/rootzoll/raspiblitz into dev
2022-05-30 20:27:04 +02:00
rootzoll
e9a587e71a
Merge branch 'itchysats-service' of https://github.com/itchysats/raspiblitz into itchysats-itchysats-service
2022-05-30 20:24:19 +02:00
openoms
a8a02d9a9c
blitzapi: wait 60 sec for restart ( #3143 )
2022-05-30 20:15:03 +02:00
openoms
2b75ae2fcf
template: fix wording and remove whitespaces
2022-05-29 08:36:36 +01:00
openoms
56cfb1d0ca
update BTCPay to 1.5.4, make uninstall more robust
2022-05-28 19:44:52 +01:00
openoms
b03465f5da
fix tor.onion-service error removing empty lines
2022-05-28 19:42:41 +01:00
openoms
125f2b313e
fix manual lnd database compacting
2022-05-28 10:15:21 +01:00
itchymax
313336f1ba
Add ItchySats service
...
ItchySats enables you to trade CFDs fully non-custodial and peer-to-peer. It's powered using Discreet Log Contracts (DLCs).
2022-05-24 13:24:50 +10:00
openoms
df4072ffd8
CLN - Core Lightning rebrand in main places in menu
2022-05-23 13:04:29 +01:00
openoms
3b7dccd199
info: rename to CLN on display
2022-05-23 12:59:15 +01:00
openoms
cc3086d8d3
cln: check if the backup is outdated on unlock
...
related: #3140
2022-05-23 12:57:14 +01:00
openoms
dbbca1f7aa
cln-backup: use the version before poetry
2022-05-23 12:52:55 +01:00
itchymax
b091a81832
Fix template typos
2022-05-21 20:03:34 +10:00
openoms
84ef6ea73f
cRTL: adapt the certs path
2022-05-20 00:41:51 +01:00
openoms
94959d0d4a
cl.rest update to 0.7.2 and fix parallel netwoks
2022-05-20 00:38:52 +01:00
openoms
8e07418044
cln update to 0.11.1 #3054
2022-05-20 00:36:28 +01:00
openoms
33f363ec07
Documentation to create an amd64 image release ( #3052 )
2022-05-18 23:46:15 +02:00
/rootzoll
b7c823f3e8
Improve Patch command ( #3130 )
2022-05-18 22:02:37 +02:00
rootzoll
fa7868006c
#3127 improve webui
2022-05-18 20:09:13 +02:00
openoms
b90b71bed1
Merge pull request #3128 from rootzoll/3126clngrpc
...
#3126 fix cln-grpc namings
2022-05-18 17:06:30 +01:00
openoms
7ba79eb763
fix variable
2022-05-18 17:02:05 +01:00
openoms
38e26e242f
fix variable names
2022-05-18 17:00:27 +01:00
rootzoll
d58b3f4a9a
#3127 improve webui install
2022-05-18 16:34:45 +02:00
rootzoll
138131e68c
#3127 fix nginx snippets
2022-05-18 15:41:30 +02:00
rootzoll
dc573dc8b5
#3126 fix namings
2022-05-18 15:14:57 +02:00
rootzoll
ee121fe8da
#3063 crossmerge into dev
2022-05-17 23:07:07 +02:00
Wolf
6bb49dc0b9
add tousands separator on balances ( #3063 )
2022-05-17 23:05:58 +02:00
rootzoll
38c33577de
#3031 alby merge to dev
2022-05-17 22:35:56 +02:00
secondl1ght
e328140bc2
Add Alby ( #3031 )
2022-05-17 22:31:17 +02:00
rootzoll
3cd1e5350a
#2984 update helipad 0.1.10
2022-05-17 22:29:30 +02:00
rootzoll
f51cdd161e
Merge branch 'merge-v1.7' into dev
2022-05-17 22:26:31 +02:00
Spencer
22ae4101fb
Update Helipad version ( #2984 )
...
v0.1.9 just released
2022-05-17 22:25:36 +02:00
rootzoll
db5179ce54
Merge branch 'add_squeaknode_app_dev' of https://github.com/yzernik/raspiblitz into yzernik-add_squeaknode_app_dev
2022-05-17 22:21:06 +02:00
/rootzoll
d19271d41c
Adding #2152 Homer Dashboard ( #2541 )
2022-05-17 22:08:25 +02:00
rootzoll
60d357d753
#2071 lnbits update to 0.8.0
2022-05-17 21:53:05 +02:00
rootzoll
09859dcfbc
#2373 auth only when bitcoin wallet on
2022-05-17 21:42:01 +02:00
Tracachang
ed711c0397
disable password auth btc-rpc-explorer ( #2373 )
...
By default password it is not activated, so I think it should be disabled since the script already create a specific user to run this service and rpc commands are disabled by default.
2022-05-17 21:31:27 +02:00
rootzoll
d3700887ae
#2907 removing lnd.autonat.sh
2022-05-17 19:54:51 +02:00
rootzoll
10bb659acd
#2939 one more char
2022-05-17 19:50:07 +02:00
rootzoll
300c410071
#2939 max lnd name to 32chars
2022-05-17 19:45:28 +02:00
Christoph Stenglein
74286ca146
add gzip to all nginx configs; add http2 support for all https nginx configs ( #2955 )
2022-05-17 19:33:56 +02:00
rootzoll
6a1617b6c1
#2985 added notify on (re)start
2022-05-17 19:29:55 +02:00
rootzoll
f70949aab3
#3022 adding a bit more sleep
2022-05-17 19:17:55 +02:00
rootzoll
22a4219d21
fix syntax
2022-05-17 19:06:34 +02:00
rootzoll
997317c393
fix syntax
2022-05-17 19:05:28 +02:00
rootzoll
59c6ea219d
fix values
2022-05-17 19:03:35 +02:00
rootzoll
627506276f
#2998 check values before use
2022-05-17 19:02:24 +02:00
rootzoll
cd969ada4a
#2952 add new UASP vendors
2022-05-17 18:55:20 +02:00
rootzoll
7f1c545d6b
#2659 small log improvements
2022-05-17 18:48:33 +02:00
rootzoll
1ebd6e4665
#3064 remove bitcoind PID file
2022-05-17 17:54:13 +02:00
rootzoll
42e22ad461
#3066 fix localip
2022-05-17 17:50:44 +02:00
rootzoll
312e86f992
#3106 fix GB display on wait screen
2022-05-17 17:43:03 +02:00
/rootzoll
a2bbecc03f
Fix #3123 adding cln auto-config to blitzapi ( #3124 )
2022-05-17 17:40:23 +02:00
openoms
c0b601a95b
add ZRAM ( #3102 )
2022-05-17 16:18:30 +02:00
openoms
e6fa69ee03
cln-grpc: remove hyphen from variable
...
related: #3054 #3109
2022-05-13 23:05:47 +01:00
openoms
14d1ba7ce0
install clrest on connect if not active, fix #3097
2022-05-13 13:58:53 +01:00
openoms
78a0ae00a0
CLBOSS update to v0.13A
2022-05-13 13:41:09 +01:00
openoms
ea88df84db
CLBOSS update to 0.13A
2022-05-13 13:25:30 +01:00
ZmnSCPxj jxPCSnmZ
f18a567dfb
update CLBOSS to 0.12
2022-05-13 13:21:36 +01:00
openoms
3febd00c7f
Merge pull request #3085 from openoms/updates
...
tested updates for v1.8
2022-05-13 13:12:37 +01:00
openoms
539afe9882
add the cln-grpc plugin ( #3109 )
...
* add cln-grpc plugin
* set firewall, Tor and move rust install
* build the cln-grpc as part of the fatpack option
* add to CHANGES
2022-05-13 13:06:30 +01:00
PatrickScheich
55df916305
fix electrs is ready for btc-rpc-explorer prestart ( #3113 )
...
Co-authored-by: Patrick Scheich <patrick.scheich@syscovery.de>
2022-05-12 12:38:52 +02:00
rootzoll
108a565f7e
add port to cl rest onion
2022-05-11 23:24:12 +02:00
rootzoll
c1808a5ddd
Add Rest Tor output
2022-05-11 23:15:34 +02:00
/rootzoll
a08b42e258
Adapt scripts to provide key-value connection details for BlitzAPI ( #3112 )
2022-05-11 22:31:55 +02:00
openoms
66061e6a9b
hold NBXplorer version #3055
2022-05-10 10:01:26 +01:00
openoms
1c74739a12
Merge branch 'dev' into updates
2022-05-10 08:43:34 +01:00
/rootzoll
3e272ce3b6
Lightningupdates ( #3100 )
2022-05-10 09:37:26 +02:00
openoms
1d40e7b443
improve RTL output
2022-05-10 08:35:42 +01:00
openoms
91fbe7b61d
Lnd updates ( #3095 )
...
* lnd update to v0.14.3
* chantools udpate to v.0.10.4, change to /usr/local/bin
* do not set "tor.streamisolation" "true" again
fix #3094
* add to CHANGES.md
2022-05-10 09:34:30 +02:00
openoms
453c82e048
electrs update to v0.9.7
2022-05-10 08:32:14 +01:00
/rootzoll
2853c10406
Optimize scripts for API calling blitz.password.sh ( #3099 )
2022-05-09 19:02:29 +02:00
openoms
b2669eda0d
#3054 rustup for cargo and global mrkd+mistune
2022-05-09 01:05:46 +01:00
openoms
fa589ed95e
CLN v0.11.0 update #3054 fix PATH in /home/bitcoin/.bashrc
2022-05-07 19:40:47 +01:00
cercatrova
2d222ca313
Update btcpayserver to 1.5.1 ( #3096 )
...
Tested, no issues so far
2022-05-07 19:02:25 +02:00
rootzoll
e170e97d4c
fix typo default index.html
2022-05-07 17:13:22 +02:00
rootzoll
c16c83e31c
set default branches for API & WebUI
2022-05-07 17:05:57 +02:00
rootzoll
4def4dd284
#3054 cln change signing to rusty
2022-05-07 14:01:41 +02:00
openoms
fc8cb71953
cln: add cargo and rustfmt as a build dependency
...
Related: #3054 #3086
2022-05-05 20:09:17 +01:00
rootzoll
f709f551e2
Update Bitcoin Core v23.0
2022-05-05 13:41:33 +02:00
openoms
294f43b8e0
CLN update to v0.11.0.1 + apply poetry install ( #3086 )
2022-05-05 13:31:42 +02:00
/rootzoll
fd8d880c09
Apiscripts ( #3093 )
2022-05-05 10:59:50 +02:00
openoms
f0db1a40d7
suez update to support parallel CLN channels
2022-05-04 09:46:25 +01:00
HiLivin
de43ca96c6
Move color defs above their use cases ( #3082 )
...
After this fix the UPS status color is displayed as intended.
2022-05-02 19:36:50 +02:00
openoms
9db14f1863
RTL update to v0.12.3
2022-05-02 18:14:52 +01:00
openoms
56a4a72a60
c-lightningREST update to v0.7.0
2022-05-02 18:14:20 +01:00
ZmnSCPxj jxPCSnmZ
78dc77b30f
update CLBOSS to 0.12
2022-05-01 11:24:55 +08:00
openoms
217c278e72
fix btc_version display for v23.0.0
2022-04-27 07:51:22 +01:00
openoms
62b40e92b3
fix btc_version display for v23.0.0
2022-04-27 07:50:32 +01:00
openoms
8101d467bd
fix sats amount display in LND channel open dialog
2022-04-27 07:14:45 +01:00
HiLivin
66cf002640
Fix passing UPS battery info between scripts ( #3074 )
...
The background scan sources the value of $upsBattery
from "blitz.ups.sh status" and passes it further
to the cache. This enables the proper display of
voltage/capacity on the info screen.
2022-04-26 22:20:22 +02:00
HiLivin
0f09f5085a
Fix missing brace in UPS section ( #3070 )
2022-04-25 14:42:51 +02:00
openoms
43c7384cb7
use sudo to install docker-switch
...
#2074
2022-03-28 07:55:15 +01:00
openoms
7d8b75d4d6
docker for amd64, add docker compose 2.0.0, switch
...
#2074
2022-03-23 12:42:59 +00:00
openoms
ef70b621b8
docker: do not break if gpg key exists #2074
2022-03-15 17:03:50 +00:00
openoms
6d3af0cd8c
btcpay: disable git verification for updates #3025
2022-03-14 15:41:29 +00:00
openoms
1241636263
btcpay: disable git verification for updates #3025
2022-03-14 15:40:56 +00:00
openoms
1664a17b5d
nodejs: check for full version to update if needed
2022-03-14 15:37:10 +00:00
openoms
9577cfcb5e
fix Docker install script #2074
2022-03-14 14:34:10 +00:00
harvhat
25c52404b0
Fix for issue #2997 ( #3000 )
2022-03-08 20:57:12 +01:00
rootzoll
da1e904822
Merge branch 'v1.7' into dev
2022-03-08 20:43:27 +01:00
rootzoll
48b7b2fd57
#2997 fix lnbalance
2022-03-08 20:33:56 +01:00
PatrickScheich
dcbfa57ecb
no dns spam by netstat / use netstat -n ( #2992 )
...
Co-authored-by: Patrick Scheich <patrick.scheich@syscovery.de>
2022-03-08 20:20:04 +01:00
PatrickScheich
855d19d6a0
no dns spam by netstat / use netstat -n ( #2992 )
...
Co-authored-by: Patrick Scheich <patrick.scheich@syscovery.de>
2022-03-08 20:18:49 +01:00
Tony B
8d55cc33e2
Fix unit for C-Lightning fee report on info screen ( #2990 )
...
Fixes #2989
2022-03-08 21:26:38 +03:00
openoms
ed5615712c
lnbits: cl fix for testnets #3007
2022-03-08 18:22:40 +00:00
openoms
723d385bb7
lnbits: fix cl funding source on restart #3007
2022-03-06 13:31:51 +00:00
openoms
16d83a8f7c
add git-verify to joinmarket-webui install ( #3005 )
...
* add git-verify
use git clone instead of wget
small fixes
* add note about the connection details in the menu
2022-03-02 13:21:00 +03:00
Daniel
99cc8d6b27
Fix auth header for JoinMarket ( #2988 )
2022-03-01 19:02:21 +03:00
d11n
109d97eade
Fix for JoinMarket web UI ( #2987 )
...
* Fix for JoinMarket web UI
The SSL file permissions didn't work, hence we generate them on our own now. Also removed a leftover nginx file for the superfluous http version.
* Assume clean install state, overwrite potentially outdated nginx configs
* Remove potentially existing SSL directory, create fresh certificate files
2022-03-01 18:27:31 +03:00
rootzoll
45d7dc7026
template rename
2022-02-26 14:34:25 +01:00
rootzoll
4923aaa5a7
template rename
2022-02-26 14:34:05 +01:00
rootzoll
d3baffeda3
template script
2022-02-26 14:32:48 +01:00
rootzoll
61ca08c696
template git verify optional
2022-02-26 14:20:38 +01:00
/rootzoll
d030b5d811
Bonustemplate ( #2993 )
2022-02-24 14:25:04 +01:00
rootzoll
f0a9cdc47d
Adding torrent for v1.7.2
2022-02-20 15:59:31 +01:00
rootzoll
04245dc58f
prepare v1.7.2RC3
2022-02-20 00:34:27 +01:00
rootzoll
aaf99c412a
setting message thru cache
2022-02-19 19:49:13 +01:00
rootzoll
be61a528ff
#2926 fix helipad provision call
2022-02-19 18:59:48 +01:00
rootzoll
708524d899
#2926 adapt menu info
2022-02-19 16:02:39 +01:00
rootzoll
c269d841a4
#2926 mods for v1.7.2 integration
2022-02-19 15:59:19 +01:00
Spencer
d11f7eaf41
adding helipad as a service ( #2944 )
2022-02-19 15:45:02 +01:00
rootzoll
440449c8d8
Update LNbits 0.7.0
2022-02-19 11:21:35 +01:00
openoms
3e82d34b9b
[New] Fulcrum install script ( #2966 )
2022-02-19 10:55:43 +01:00
openoms
ef42bc653b
joininbox update to v0.6.7 with joinmarket v0.9.5
...
#2977
2022-02-18 22:22:47 +00:00
openoms
25b24ef445
joinmarket-web-ui update to 0.0.3
...
change LAN connection to HTTPS-only
add to CHANGES.md
#2891
https://github.com/joinmarket-webui/joinmarket-webui/issues/16
2022-02-18 22:01:38 +00:00
openoms
87429d3719
fix menu sizes, fix typos, add notes
2022-02-18 19:54:02 +00:00
rootzoll
832bd79596
#2650 place rename later in code
2022-02-18 12:47:20 +01:00
rootzoll
4f5b53273f
#2650 set lnd name
2022-02-18 12:40:58 +01:00
rootzoll
39e52edbb5
#2963 marking touchscreen as experimental
2022-02-17 20:19:48 +01:00
rootzoll
535b4b43f9
#2963 add note on touchscreen
2022-02-17 18:07:49 +01:00
rootzoll
b0f9fc8e70
#2653 redact c-lightning log info
2022-02-17 13:07:14 +01:00
rootzoll
272d7b27ee
#2348 script clean up
2022-02-17 12:28:47 +01:00
rootzoll
d19a63f735
#2348 creating onion services on demand
2022-02-17 12:22:39 +01:00
rootzoll
931ab1b9c1
#2348 add debug
2022-02-17 11:52:37 +01:00
openoms
8df8dbc6cf
add lnd bolt auto-compact >monthly ( #2968 )
2022-02-16 22:02:34 +01:00
openoms
aca20317c1
thunderhub: add logs to journal
2022-02-16 19:05:17 +00:00
openoms
f47cd2e190
LiT update to v0.6.3 #2971
...
add logs to journal
2022-02-16 19:04:45 +00:00
openoms
2daaff60be
noquotes option for blitz.conf.sh ( #2965 )
2022-02-15 22:31:44 +01:00
openoms
4070ecf8c2
reset wifi config for release
...
#1371
the config in /boot/wpa_supplicant.conf is moved to
/etc/wpa_supplicant/wpa_supplicant.conf
during boot so both should be deleted
2022-02-14 14:49:01 +00:00
openoms
4074b86cf7
formatting of nginx snippets
2022-02-14 14:32:07 +00:00
openoms
e383cd9169
reactivate joinmarket stats display
2022-02-14 12:42:16 +00:00
openoms
f6aeeb0fa7
cl.check: make sure plugins are loaded #2953
2022-02-13 19:24:50 +00:00
openoms
fbf6db75ab
run blitz.display.sh with sudo ( #2957 )
2022-02-13 13:23:34 +01:00
openoms
eb66ab1b77
cl: switch autunlock off and always lock on backup
...
#2925
2022-02-12 23:46:38 +00:00
openoms
2aac9e8ab7
cl sparko update to v2.8 #2953
2022-02-12 20:25:50 +00:00
rootzoll
414ef3384e
Merge branch 'dev' of https://github.com/rootzoll/raspiblitz into dev
2022-02-12 11:14:35 +01:00
rootzoll
8af06d8c8e
#2488 add UASP support for new UGREEN model
2022-02-12 11:14:31 +01:00
Christoph Stenglein
84687fc254
use --show-keys for gpg fingerprint listing ( #2950 )
2022-02-12 11:10:38 +01:00
rootzoll
4b40ee99d6
#1450 fix removing tor service
2022-02-10 22:29:10 +01:00
rootzoll
6b6e583499
#1450 adapt nginx tor configs
2022-02-10 22:26:27 +01:00
rootzoll
c46fe4b499
#2933 install aghain on provision
2022-02-10 22:04:10 +01:00
rootzoll
bfe1c0ec4a
#2933 make sure nodejs is installed
2022-02-10 22:01:26 +01:00
rootzoll
fdc8ebeae1
#2933 edit config thru blitz.conf.sh
2022-02-10 21:53:31 +01:00
raulcano
f242f75b53
Bitcoinminds.org to be made available as a service in Raspiblitz ( #2933 )
2022-02-10 21:48:53 +01:00
openoms
6c4fd39ef6
don't set hostname by default ( #2945 )
2022-02-10 19:56:59 +01:00
openoms
90e5333d27
electrs update to v0.9.5
2022-02-10 17:56:35 +00:00
openoms
23b6202d15
bos update to 11.50.0
2022-02-10 16:37:11 +00:00
openoms
7cddee1ef1
btcpayserver update to v1.4.4
...
verify with nicolasdorier signature
do not exit install if btcpay user exists #2884
2022-02-10 16:26:55 +00:00
openoms
bf0ee4a30a
cl.spark update to v0.3.1
2022-02-10 16:09:37 +00:00
openoms
e76a75084c
specter update to 1.8.1
2022-02-10 15:49:19 +00:00
openoms
d7d127362a
lnbits update to 0.6.0 #2792
2022-02-10 15:46:12 +00:00
openoms
80730729a2
#2556 modify usergroup as part of switch
2022-02-09 19:12:59 +00:00
openoms
940b108567
onion-service.sh: remove extra /
2022-02-09 18:10:16 +00:00
openoms
22b5537402
update from raspibltz.conf after restore
2022-02-09 16:04:24 +00:00
openoms
2ff49db10d
skip checking ln_default_sync_initial_done for cl
...
#2941
2022-02-09 15:11:13 +00:00
openoms
5f9a9cb508
nicer message with counting seconds
2022-02-09 14:48:27 +00:00
openoms
3fd49e7331
#2691 detect locked c-lightning wallet from logs
2022-02-09 14:31:23 +00:00
openoms
9fadcda73e
switch to msgbox
2022-02-09 12:04:42 +00:00
openoms
4c4aef9fcc
#2925 encrypt and lock cl wallet before backup
2022-02-09 11:48:25 +00:00
openoms
f845592b10
migration: stop cl and parallel services if in conf
2022-02-09 11:11:07 +00:00
openoms
3b42595e3a
show message when seed is not avalilable
2022-02-09 10:17:41 +00:00
openoms
ae719bcf73
cl.hsmtool: run encrypt with sudo
2022-02-09 09:53:13 +00:00
openoms
c3bf3c1859
cl: delete config file on reset
2022-02-09 09:30:02 +00:00
openoms
1e19fbb5f1
cl: delete whole directory on reset
2022-02-09 09:21:30 +00:00
openoms
fb65c0e9b1
correct cronjob path
2022-02-07 21:09:17 +00:00
openoms
6fc37180b3
cl.hsmtool unlock: check for passwordfile
2022-02-07 20:28:47 +00:00
rootzoll
855d198053
make sure directory exists
2022-02-07 20:59:11 +01:00
rootzoll
6bb8f11b2d
#2938 improve detect old ssh data
2022-02-07 19:53:08 +01:00
rootzoll
f5fe9968eb
#2938 fix ssh location conversion
2022-02-07 18:33:17 +01:00
openoms
a6655ef1cb
clean update and testPR options #2937
2022-02-07 14:49:46 +00:00
openoms
c61bd1d53f
CL install from source from github instead of zip ( #2936 )
2022-02-07 15:19:25 +01:00
openoms
dfe0b69c99
remove notes
2022-02-07 11:20:33 +00:00
rootzoll
de99796884
Merge branch 'dev' of https://github.com/rootzoll/raspiblitz into dev
2022-02-07 10:29:55 +01:00
rootzoll
d1cf7ee57e
remove btrfs-tools package
2022-02-07 10:29:53 +01:00
openoms
28d21594e4
note about raspiblitz.provision-update.log
2022-02-07 08:14:14 +00:00
rootzoll
887c882c74
Merge branch 'dev' of https://github.com/rootzoll/raspiblitz into dev
2022-02-06 21:26:51 +01:00
rootzoll
0826d69857
prepare 1.7.2RC2 build
2022-02-06 21:26:49 +01:00
openoms
04a3a5a440
lnbits: add debug output to check permissions
2022-02-06 19:56:56 +00:00
openoms
96ba0ee0e1
cl.check: make the lightning-rpc socket group readable
...
#2556
2022-02-06 19:56:15 +00:00
rootzoll
930caca038
#2919 sdcard size & shrink process
2022-02-06 19:05:54 +01:00
rootzoll
332f4d0574
#2921 quote nextcloud password on storage
2022-02-06 15:56:48 +01:00
openoms
75a1a46a7d
#2877 remove failing service
2022-02-06 09:54:21 +00:00
rootzoll
c2684eed3c
thunderhub menu info edit
2022-02-06 10:01:19 +01:00
rootzoll
153a81817d
Update lnd 0.14.2
2022-02-06 09:53:04 +01:00
rootzoll
7e70c848dc
Update Thunderhub 0.13.6
2022-02-06 09:40:40 +01:00
openoms
817a09abd5
provision: fix cl.install.sh syntax
2022-02-05 16:13:11 +00:00
openoms
18e75b7237
lnbits: update for bitcoinpos
...
add dep secp256k1 #2792
2022-01-31 22:36:40 +00:00
openoms
53441e3854
lnbits: improve uninstall sequence
2022-01-31 10:24:54 +00:00
rootzoll
6902f8467a
check also ln_default_ready
2022-01-30 18:38:22 +01:00
rootzoll
d57cba1508
checkln default before main menu
2022-01-30 18:31:57 +01:00
rootzoll
9b0e99830b
Try update BOS 11.40.0
2022-01-30 18:23:16 +01:00
rootzoll
24edc3f0bf
add terning off option to dns config
2022-01-30 17:19:25 +01:00
rootzoll
6c75cca1a7
better edit of dns conf
2022-01-30 17:14:32 +01:00
rootzoll
fbce0ac8fa
uncomment dns settings line
2022-01-30 16:10:52 +01:00
rootzoll
f353159185
deactivate static dns if needed
2022-01-30 16:01:23 +01:00
rootzoll
2d7a01cc4e
chaning parameter order
2022-01-30 14:52:50 +01:00
rootzoll
747500c990
remove main menu double entry
2022-01-30 11:57:47 +01:00
rootzoll
5655ee94c4
make sure lightning/lnd/cl is coherent
2022-01-30 10:36:24 +01:00
rootzoll
0e7e2b3a28
sudo autonat edit
2022-01-29 22:03:40 +01:00