Commit graph

7739 commits

Author SHA1 Message Date
/rootzoll
d03f245bca
Create pull_request_template.md (#3762) 2023-04-17 11:07:26 +02:00
/rootzoll
a880c08076
fatpack fix for v1.9.0rc3 build (#3744)
* cln: use default normal feerate to withdraw all

* Bugfix: bad subsititution (#3668)

Fix for error:

/home/admin/config.scripts/bonus.go.sh: line 31: ${goOSversion{}: bad substitution

* whiptail one line

* fix syntax

* lnproxy: fix api access through nginx (#3671)

* lnproxy: fix api access through nginx
* fix tor config and fit the menu
* add to the menu and provision

* merge #3682

* cln update to v23.02, backup-plugin update, add poetry (#3684)

* cln backup-plugin update, add poetry
* fix mkdir error, remove commented code, fmt #3677
* poetry and path fixes
* add terminal feedback, format #3676
* detect the full name of the plugin
* install pyln-client tqdm with pip
* git-verify: add --keyid-format LONG
to recognise if the signing key is not the main key
* cln update to v23.02
* cln-grpc: add protobuf-compiler dep
* rtl update to v0.13.6 and formatting
* C-lightningREST update to v0.10.1

* CLN FAQ update (#3666)

* improve the detection of existing cln aliases
* add the emergencyrecover instructions to  CLN FAQ
* update help entries

* Update Tallycoin to version 1.8.0 (#3693)

* add tallycoin update info to CHANGES

* Fix typo in README.md (#3699)

excepted -> accepted

* #3694 add LCD info

* #3664 att timeout 30s to ln monitor calls (#3665)

* fix setting LND_REST_ENDPOINT (#3689)

* btcpay update v1.8.2, postgres database fix (#3697)

* btcpay update v1.8.0, postgres database fix

* btcpayserver update to v1.8.2

* update lnbits to 0.10.2 and use poetry instead of venv (#3703)

* fix apt update Key error for influx repo (#3711)

Co-authored-by: Patrick Scheich <patrick.scheich@syscovery.de>

* fix missing timeout value for nc cmnd (#3712)

Co-authored-by: Patrick Scheich <patrick.scheich@syscovery.de>

* #3706 Update CLN v23.02.2 (#3716)

* used patched/rolledback 23.02.2 release
* check rusty sig
* fix typo
* fix default lightning setting

* #3683 Update LIT to 0.8.6 (#3717)

* update LIT to 0.8.6
* activate lnd rpcmiddleware
* CHANGES.md

* #3667 change all up/download from sftp tp scp (#3718)

* #3722 add no hostkeys available detection (#3723)

* #1186 FinTS/HBCI interface (#3704)

* #1186 FinTS install script first draft

* only start app when blitz is ready

* improve menu

* improve dit lnbits config

* preserve edit

* improve edit

* improve edit

* fix insertion

* dont use fingerprint

* now use main repo

* add port

* show local ip

* fix typo

* show port SSL

* Update bonus.lndg.sh (#3725)

* Update bonus.lndg.sh

Changes version to v1.6.0.
Fixes update menu bug.
Cleans up code a bit (removes tabs and changes to spaces to match raspiblitz formats).

* Update bonus.lndg.sh

Cleaned up code, added requirements.txt install to updates (needed for this update, may be needed in future).

* #3725 update lndg version in CHANGES

* #3692 update lnd to v0.16.0-beta (#3732)

* update SD CARD base image info

* Clenaup CHANGES info

* RTL install fix (#3739)

* c-lightning-REST update to 0.10.2, fmt
* rtl: npm insatll with --legacy-peer-deps
* purge c-lightning-REST as well with RTL

* jam update to v0.1.5 (#3736)

* 3733 CLN GRPC > JRPC (#3741)

* change exit code

* change to cln_jrpc

* deactivate the cln_grpc settings

* set v1.9.0rc3 version

* improve git verify

* move fatpack into external script

* get brach& repo  infos

* clean up fatpack

---------

Co-authored-by: openoms <oms@tuta.io>
Co-authored-by: Metallicc <72348+metallicc@users.noreply.github.com>
Co-authored-by: openoms <43343391+openoms@users.noreply.github.com>
Co-authored-by: DJ Booth <djbooth007@gmail.com>
Co-authored-by: Yuck Fou <115867254+YuckFouBTC@users.noreply.github.com>
Co-authored-by: dni  <office@dnilabs.com>
Co-authored-by: PatrickScheich <50054697+PatrickScheich@users.noreply.github.com>
Co-authored-by: Patrick Scheich <patrick.scheich@syscovery.de>
Co-authored-by: allyourbankarebelongtous <100060902+allyourbankarebelongtous@users.noreply.github.com>
2023-04-10 04:07:19 +02:00
/rootzoll
bec03c8566
Fatpack external (#3743)
* cln: use default normal feerate to withdraw all

* Bugfix: bad subsititution (#3668)

Fix for error:

/home/admin/config.scripts/bonus.go.sh: line 31: ${goOSversion{}: bad substitution

* whiptail one line

* fix syntax

* lnproxy: fix api access through nginx (#3671)

* lnproxy: fix api access through nginx
* fix tor config and fit the menu
* add to the menu and provision

* merge #3682

* cln update to v23.02, backup-plugin update, add poetry (#3684)

* cln backup-plugin update, add poetry
* fix mkdir error, remove commented code, fmt #3677
* poetry and path fixes
* add terminal feedback, format #3676
* detect the full name of the plugin
* install pyln-client tqdm with pip
* git-verify: add --keyid-format LONG
to recognise if the signing key is not the main key
* cln update to v23.02
* cln-grpc: add protobuf-compiler dep
* rtl update to v0.13.6 and formatting
* C-lightningREST update to v0.10.1

* CLN FAQ update (#3666)

* improve the detection of existing cln aliases
* add the emergencyrecover instructions to  CLN FAQ
* update help entries

* Update Tallycoin to version 1.8.0 (#3693)

* add tallycoin update info to CHANGES

* Fix typo in README.md (#3699)

excepted -> accepted

* #3694 add LCD info

* #3664 att timeout 30s to ln monitor calls (#3665)

* fix setting LND_REST_ENDPOINT (#3689)

* btcpay update v1.8.2, postgres database fix (#3697)

* btcpay update v1.8.0, postgres database fix

* btcpayserver update to v1.8.2

* update lnbits to 0.10.2 and use poetry instead of venv (#3703)

* fix apt update Key error for influx repo (#3711)

Co-authored-by: Patrick Scheich <patrick.scheich@syscovery.de>

* fix missing timeout value for nc cmnd (#3712)

Co-authored-by: Patrick Scheich <patrick.scheich@syscovery.de>

* #3706 Update CLN v23.02.2 (#3716)

* used patched/rolledback 23.02.2 release
* check rusty sig
* fix typo
* fix default lightning setting

* #3683 Update LIT to 0.8.6 (#3717)

* update LIT to 0.8.6
* activate lnd rpcmiddleware
* CHANGES.md

* #3667 change all up/download from sftp tp scp (#3718)

* #3722 add no hostkeys available detection (#3723)

* #1186 FinTS/HBCI interface (#3704)

* #1186 FinTS install script first draft

* only start app when blitz is ready

* improve menu

* improve dit lnbits config

* preserve edit

* improve edit

* improve edit

* fix insertion

* dont use fingerprint

* now use main repo

* add port

* show local ip

* fix typo

* show port SSL

* Update bonus.lndg.sh (#3725)

* Update bonus.lndg.sh

Changes version to v1.6.0.
Fixes update menu bug.
Cleans up code a bit (removes tabs and changes to spaces to match raspiblitz formats).

* Update bonus.lndg.sh

Cleaned up code, added requirements.txt install to updates (needed for this update, may be needed in future).

* #3725 update lndg version in CHANGES

* #3692 update lnd to v0.16.0-beta (#3732)

* update SD CARD base image info

* Clenaup CHANGES info

* RTL install fix (#3739)

* c-lightning-REST update to 0.10.2, fmt
* rtl: npm insatll with --legacy-peer-deps
* purge c-lightning-REST as well with RTL

* jam update to v0.1.5 (#3736)

* 3733 CLN GRPC > JRPC (#3741)

* change exit code

* change to cln_jrpc

* deactivate the cln_grpc settings

* set v1.9.0rc3 version

* improve git verify

* move fatpack into external script

---------

Co-authored-by: openoms <oms@tuta.io>
Co-authored-by: Metallicc <72348+metallicc@users.noreply.github.com>
Co-authored-by: openoms <43343391+openoms@users.noreply.github.com>
Co-authored-by: DJ Booth <djbooth007@gmail.com>
Co-authored-by: Yuck Fou <115867254+YuckFouBTC@users.noreply.github.com>
Co-authored-by: dni  <office@dnilabs.com>
Co-authored-by: PatrickScheich <50054697+PatrickScheich@users.noreply.github.com>
Co-authored-by: Patrick Scheich <patrick.scheich@syscovery.de>
Co-authored-by: allyourbankarebelongtous <100060902+allyourbankarebelongtous@users.noreply.github.com>
2023-04-09 23:25:43 +02:00
/rootzoll
1a0c4fe09a
v1.9.0rc3 Merge (#3742)
* cln: use default normal feerate to withdraw all

* Bugfix: bad subsititution (#3668)

Fix for error:

/home/admin/config.scripts/bonus.go.sh: line 31: ${goOSversion{}: bad substitution

* whiptail one line

* fix syntax

* lnproxy: fix api access through nginx (#3671)

* lnproxy: fix api access through nginx
* fix tor config and fit the menu
* add to the menu and provision

* merge #3682

* cln update to v23.02, backup-plugin update, add poetry (#3684)

* cln backup-plugin update, add poetry
* fix mkdir error, remove commented code, fmt #3677
* poetry and path fixes
* add terminal feedback, format #3676
* detect the full name of the plugin
* install pyln-client tqdm with pip
* git-verify: add --keyid-format LONG
to recognise if the signing key is not the main key
* cln update to v23.02
* cln-grpc: add protobuf-compiler dep
* rtl update to v0.13.6 and formatting
* C-lightningREST update to v0.10.1

* CLN FAQ update (#3666)

* improve the detection of existing cln aliases
* add the emergencyrecover instructions to  CLN FAQ
* update help entries

* Update Tallycoin to version 1.8.0 (#3693)

* add tallycoin update info to CHANGES

* Fix typo in README.md (#3699)

excepted -> accepted

* #3694 add LCD info

* #3664 att timeout 30s to ln monitor calls (#3665)

* fix setting LND_REST_ENDPOINT (#3689)

* btcpay update v1.8.2, postgres database fix (#3697)

* btcpay update v1.8.0, postgres database fix

* btcpayserver update to v1.8.2

* update lnbits to 0.10.2 and use poetry instead of venv (#3703)

* fix apt update Key error for influx repo (#3711)

Co-authored-by: Patrick Scheich <patrick.scheich@syscovery.de>

* fix missing timeout value for nc cmnd (#3712)

Co-authored-by: Patrick Scheich <patrick.scheich@syscovery.de>

* #3706 Update CLN v23.02.2 (#3716)

* used patched/rolledback 23.02.2 release
* check rusty sig
* fix typo
* fix default lightning setting

* #3683 Update LIT to 0.8.6 (#3717)

* update LIT to 0.8.6
* activate lnd rpcmiddleware
* CHANGES.md

* #3667 change all up/download from sftp tp scp (#3718)

* #3722 add no hostkeys available detection (#3723)

* #1186 FinTS/HBCI interface (#3704)

* #1186 FinTS install script first draft

* only start app when blitz is ready

* improve menu

* improve dit lnbits config

* preserve edit

* improve edit

* improve edit

* fix insertion

* dont use fingerprint

* now use main repo

* add port

* show local ip

* fix typo

* show port SSL

* Update bonus.lndg.sh (#3725)

* Update bonus.lndg.sh

Changes version to v1.6.0.
Fixes update menu bug.
Cleans up code a bit (removes tabs and changes to spaces to match raspiblitz formats).

* Update bonus.lndg.sh

Cleaned up code, added requirements.txt install to updates (needed for this update, may be needed in future).

* #3725 update lndg version in CHANGES

* #3692 update lnd to v0.16.0-beta (#3732)

* update SD CARD base image info

* Clenaup CHANGES info

* RTL install fix (#3739)

* c-lightning-REST update to 0.10.2, fmt
* rtl: npm insatll with --legacy-peer-deps
* purge c-lightning-REST as well with RTL

* jam update to v0.1.5 (#3736)

* 3733 CLN GRPC > JRPC (#3741)

* change exit code

* change to cln_jrpc

* deactivate the cln_grpc settings

* set v1.9.0rc3 version

---------

Co-authored-by: openoms <oms@tuta.io>
Co-authored-by: Metallicc <72348+metallicc@users.noreply.github.com>
Co-authored-by: openoms <43343391+openoms@users.noreply.github.com>
Co-authored-by: DJ Booth <djbooth007@gmail.com>
Co-authored-by: Yuck Fou <115867254+YuckFouBTC@users.noreply.github.com>
Co-authored-by: dni  <office@dnilabs.com>
Co-authored-by: PatrickScheich <50054697+PatrickScheich@users.noreply.github.com>
Co-authored-by: Patrick Scheich <patrick.scheich@syscovery.de>
Co-authored-by: allyourbankarebelongtous <100060902+allyourbankarebelongtous@users.noreply.github.com>
2023-04-08 23:10:01 +02:00
/rootzoll
3f7f6b7ced
Merge pull request #3682 from leow149/patch-1
Update README.md
2023-03-07 17:19:00 +01:00
leow149
d63a725c65
Update README.md 2023-02-16 10:18:41 +01:00
/rootzoll
d739ce3e57
Merge pull request #3672 from rootzoll/dev
merge 1.9.0rc2 download info & links
2023-02-12 11:30:00 +01:00
rootzoll
0d0168b1e7 Upload ne rc2 images 2023-02-08 21:23:51 +01:00
/rootzoll
61d84abbd4
Merge pull request #3663 from rootzoll/dev
merge dev for 1.9.9rc2 release
2023-02-07 21:43:50 +01:00
rootzoll
fa0b65decf Merge branch 'v1.9' into dev 2023-02-07 21:37:34 +01:00
openoms
0a6b450684
break scripts on fatal failures (#3658) 2023-02-07 21:32:22 +01:00
rootzoll
b0567148ce #3656 fix API & WebUI install 2023-02-07 21:08:26 +01:00
/rootzoll
795ed2919a
#3659 filter ald Torv1 addresses on update (#3662) 2023-02-07 20:58:07 +01:00
openoms
00522b3d05
bump nbxplorer to v2.3.59 (#3661) 2023-02-07 20:28:14 +01:00
rootzoll
ec4a1fd0e7 Merge brreparing rc2 2023-02-07 20:24:58 +01:00
/rootzoll
8727207987
merigng 1.9RC2 changes (#3657) 2023-02-05 23:11:49 +01:00
/rootzoll
bd961f7b6e
Merge branch 'v1.9' into dev 2023-02-05 22:54:43 +01:00
openoms
e9c98ab822
feat: add lnproxy server, webui and check payment hashes as a client (#3637)
* lnproxy: check if payment hashes match #3636

* go update to 1.19.5 and verify checkums

* add lnproxy install script

* add lnproxy-webui

* pin versions and fix formatting

* add nginx configs for lnproxy
2023-02-05 20:36:51 +00:00
openoms
d11dafd1db
joininbox update to v0.7.6 with Joinmarket v0.9.9 (#3655)
* update joininbox to v0.7.6 no qtgui with JM v0.9.9

* add to CHANGES
2023-02-05 21:11:32 +01:00
openoms
5d6521f8ee
fix: don't exit if the hsm_secret is decrypted ok (#3654)
related #3639
2023-02-05 21:10:02 +01:00
openoms
57434aa107
BTCpay and NBXplorer update, use postgres for new installs (#3641)
* use postgres for new btcpay installs
keep sqlite if the database is present
clean and format the script with shellcheck
* reinstall the service on update and check postgres
* run userdel -rf btcpay when off
* btcpay update to v1.7.5
* add systemctl daemon-reload when changing service
* exit on failed builds
* Restart=always
* nbxplorer update to v2.3.58
* prevent the git error 'detected dubious ownership in repository'
2023-02-04 12:37:59 +00:00
/rootzoll
61823316dc
#3629 update to tallycoin-c 1.7.5 (#3653) 2023-02-03 23:23:49 +01:00
/rootzoll
3dd1d8aebf
updated zeus instructions (#3652) 2023-02-03 22:57:03 +01:00
/rootzoll
3b087a00cb
#3468 Update electrs to 0.9.11 (#3613) 2023-02-03 20:46:07 +01:00
openoms
b63981fb9f
fix check for torActive (#3638) 2023-02-03 20:44:18 +01:00
myxmaster
358b13376a
prevent displaying 100.00%, although incorrect because of rounding (#3624) 2023-02-03 19:39:27 +01:00
openoms
82e26b118b
disable suspend (#3587)
* disable suspend

* fix typo in the logrotate config
2023-02-03 19:38:20 +01:00
/rootzoll
92f69bb29e
3524 Re-Add IP2Tor (#3643) 2023-02-03 17:44:24 +01:00
openoms
6e3e82a6f0
fix typos in the FAQ (#3626) 2023-02-03 17:41:15 +01:00
/rootzoll
504cef36c1
#3632 update lnbits to 0.9.6 (#3633) 2023-01-25 20:17:37 +01:00
/rootzoll
d731823758
#3605 Add both reindex options & FAQ entry (#3623)
fixes #3605
2023-01-25 19:07:13 +01:00
/rootzoll
0012aea921
#3620 adapt 99.99% for last 50 blocks to sync (#3621) 2023-01-19 09:45:08 +01:00
rootzoll
72b0a21e35 #3584 use scp for windows blockchain upload 2023-01-18 20:40:29 +01:00
/rootzoll
f1d3b48db6
#3602 also change password B for mempool (#3619)
* change password b also for mempool

* fix lndg password b
2023-01-18 20:18:28 +01:00
openoms
cde7eb1310
suez update and improvements (#3615)
* suez update and improvements
2023-01-18 15:13:33 +01:00
ChuckNorrison
2ce930e9e2
print windows hint for Download LND rescue file (#3589)
found in  #3581
2023-01-18 13:28:22 +01:00
openoms
744dd45758
ci docs update (#3578) 2023-01-18 13:26:38 +01:00
openoms
55bdc7a512
update bos to 13.15.0 (#3600)
Co-authored-by: /rootzoll <christian@geektank.de>
2023-01-18 13:19:52 +01:00
Ian Harper
4ccb83803a
Add steps to connect Raspiblitz to windows laptop internet connection (#3611) 2023-01-18 09:01:52 +01:00
/rootzoll
d0beb6875f
fix testnet & signat log paths (#3618)
* fix testnet & signat log paths
* silence missing /var/log/gunicorn_error.log
* remove 2>/dev/null
2023-01-18 01:19:50 +01:00
allyourbankarebelongtous
50c5a4df24
Add LNDg to blitz.debug.sh (#3583)
* Update blitz.debug.sh
Adds LNDg logs to blitz.debug.sh
* Improves gunicorn.service error log
Improves error recording for gunicorn.service, fixes blitz.debug.sh errors for LNDg logs.
2023-01-18 00:53:28 +01:00
openoms
51a82bf443
add i2p and lnproxy to CHANGES (#3582) 2023-01-18 00:41:05 +01:00
/rootzoll
b012802f95
#3577 adding more detail against dev branch (#3617) 2023-01-18 00:39:18 +01:00
/rootzoll
593cf5718f
#2314 lndmanage update (#3575)
* #2314 update lndmanage to 0.14.2
* fix version install
* menu & commands
* patch command name
2023-01-18 00:26:39 +01:00
cercatrova
cda19df5ca
Proxmox installation guide update to 1.9 (#3574) 2023-01-17 23:38:19 +01:00
openoms
b761c7d093
add Circuitbreaker webUI (#3599) 2023-01-16 00:54:42 +01:00
JayDeLux
2f8dfe4446
Typo (#3596) 2023-01-15 22:08:30 +01:00
/rootzoll
2ec84c30db
#3605 refactor reindex script and add to repair menu (#3609) 2023-01-15 21:51:08 +01:00
allyourbankarebelongtous
06472cb11e
Update LNDg to latest version 1.5.0 (#3597)
* Update bonus.lndg.sh

* Update bonus.lndg.sh

Fixes permissions on old /mnt/app-data/lndg folder/db if they are messed up prior to install

* Update bonus.lndg.sh
2023-01-12 23:03:23 +01:00
openoms
8156c90032
joininbox update to v0.7.5 (#3576)
fixes the port collusion between LND REST and the JM onion_serving_port
2022-12-24 19:51:43 +01:00