Commit Graph

6922 Commits

Author SHA1 Message Date
openoms
fc5becc6b5
add LND repair menu (#2833)
* add 99lndRepairMenu.sh
* add more lnd checks and improve output
* add sudo to syncAndCheckLND
* add ${netprefix} to lnd service
* restore seed and scb separately
* update lnd proto files
* lnd.initwallet: add unlock method
* lndrepair: use recovery window with unlock
* change all rpc_pb2 to lightning_pb2
* mainnet -> ${chain}net
* _provison.setup: restore SCB separately
* clear up the placement of channel.backup
* unloc kLND before SCB restore
* provison.setup: add more logging
* lnd.install: make sure bitcoin is in debian-tor
* lndRepairMenu: add RETRYSCB option
* wait to create macaroons for 2 minutes
* lndRepairMenu: add RESCAN option
2022-01-04 20:08:38 +01:00
openoms
dd10808f9f
blitz.conf: add sudo for new entries 2022-01-04 18:14:22 +00:00
openoms
e5f7f447d9
cl.install.: refactor to use requirements.txt
adding: postgresql libpq-dev #2662
2022-01-02 22:06:03 +00:00
openoms
346a16957c
proofread comment 2022-01-02 20:50:14 +00:00
openoms
e6772d8ab8
fix passwordB change for electrs #2861 2022-01-02 20:45:43 +00:00
openoms
17c1d707cd
c-lightningREST update to v0.6.1 #2860 2022-01-02 20:37:22 +00:00
openoms
4b3bba7a54
RTL update to v0.12.0 #2860 2022-01-02 20:36:40 +00:00
openoms
5072272075
chantools update to v0.10.1 2022-01-02 01:00:01 +00:00
openoms
75251e5557
alt platforms: add python upgrade, remove DietPi 2021-12-26 22:22:33 +00:00
openoms
faaef35a6a
build_sdcard: admin:admin to own raspiblitz.info 2021-12-24 17:15:33 +00:00
openoms
e75cc3a92f
make sure /home/admin/_aliases exists 2021-12-23 20:32:07 +00:00
openoms
9da44ea593
#2839 return seedwords and add6x4 in new function 2021-12-23 17:25:17 +00:00
openoms
2f244429aa
correct comment 2021-12-23 17:21:36 +00:00
FeedMyTummy
fbe2f0f2a6
Update broken links / use GitHub links. (#2830) 2021-12-23 14:57:38 +01:00
d11n
44a4a4a95d
Upgrade tallycoin_connect (#2835) 2021-12-23 14:53:56 +01:00
arno
ecf1a32187
set hostname on different OS-es (#2831) 2021-12-23 14:48:42 +01:00
/rootzoll
3e831918ba
#2556 change to uvicorn (#2844) 2021-12-23 14:03:46 +01:00
rootzoll
9652f0542b fix string output 2021-12-22 02:09:01 +01:00
rootzoll
62da202f72 upload of v1.7.2rc1b image 2021-12-22 01:59:52 +01:00
rootzoll
67878d87ad #2556 lnbits switch to fastAPI 2021-12-21 21:49:45 +01:00
openoms
02425de990
lnd.service: avoid hanging on stop #2827 2021-12-21 15:33:41 +00:00
openoms
58ae87e3cb
typos 2021-12-21 15:30:45 +00:00
rootzoll
729247d921 #2617 give menu more width 2021-12-21 15:55:55 +01:00
rootzoll
fab8e6b52a #2617 fix deletion of files 2021-12-21 15:53:58 +01:00
d11n
cf4dae5a7d
Integrate Tallycoin Connect (#2617) 2021-12-21 15:45:01 +01:00
rootzoll
ccab24e8b6 #2639 check ln synced before main menu 2021-12-21 13:09:15 +01:00
rootzoll
43473db434 exit to terminal info again 2021-12-21 12:53:31 +01:00
openoms
1eda1adbc4
#2639 fix config after lnd rescuefile import 2021-12-21 07:54:51 +00:00
openoms
4919955fca
fix comment 2021-12-21 00:30:02 +00:00
rootzoll
518b425d73 Merge branch 'dev' of https://github.com/rootzoll/raspiblitz into dev 2021-12-21 00:40:14 +01:00
rootzoll
1c57fee848 #2639 check if wallet exists from resacue file 2021-12-21 00:38:51 +01:00
openoms
f1ed46afd3
provision.setup: register LNDRESCUE, fix #2639 2021-12-20 23:16:50 +00:00
openoms
c910a0e173
repairMenu: ask both CL and LND backup if active 2021-12-20 20:37:58 +00:00
openoms
e2eafc54aa
provison.setup: don't need passwordC for rescuefile #2639 2021-12-20 20:16:09 +00:00
rootzoll
48bbbac527 #2828 fix some more bad substitutions 2021-12-20 20:41:02 +01:00
rootzoll
c1ea6c4236 #2824 retest upstream 2021-12-20 20:34:37 +01:00
openoms
ba4a0ed801
fix bad substitutions for redis #2828 2021-12-20 19:28:25 +00:00
openoms
81621071bd
BBcashoutWallet: fix variable #2828 2021-12-20 19:26:34 +00:00
openoms
d78d35b4ec
BBfundwallet: fix variable #2828 2021-12-20 19:24:36 +00:00
openoms
c3a4eb3bfb
cl.install: keep using Type=simple
Type=forking hangs on restart
2021-12-20 16:41:36 +00:00
openoms
cf65db6023
cl.install: improve service file based on sample 2021-12-20 15:07:39 +00:00
openoms
ff3ab2585e
#2826 do not create system directories and format 2021-12-20 15:02:36 +00:00
openoms
4636f47aad
#2826 improve bitcoind service files 2021-12-20 14:20:06 +00:00
openoms
5706d38c1e
#2827 improve lnd.service files
added:
ExecStop=/usr/local/bin/lncli -n=${CHAIN} --rpcserver localhost:1${rpcportmod}009 stop
PIDFile=/home/bitcoin/.lnd/${netprefix}lnd.pid
Restart=on-failure # was always
Type=notify # was simple
MemoryDenyWriteExecute=true

Increased timeouts:
TimeoutStartSec=1200
TimeoutStopSec=3600
2021-12-20 14:09:24 +00:00
openoms
9658d49e60
99cLMenu: add check if the CL wallet is unlocked
#2812
2021-12-20 12:41:59 +00:00
rootzoll
7198044843 change fingerprint file used in menu 2021-12-20 12:41:00 +01:00
rootzoll
10464ebb5a add debug 2021-12-20 12:29:19 +01:00
rootzoll
c73a242a57 adapt pyblock info message 2021-12-20 11:44:55 +01:00
rootzoll
000eb7b6a5 fix small ui 2021-12-20 11:40:41 +01:00
rootzoll
5b1d0ea311 fix status info 2021-12-20 11:40:34 +01:00