Commit Graph

3479 Commits

Author SHA1 Message Date
rootzoll
42c661f74f fix temp mount 2019-12-11 16:03:16 +01:00
rootzoll
2e2117c12f temp mount btrfs 2019-12-11 15:58:58 +01:00
openoms
d0fdbdf60b electrs, btcexplorer: start checking only if both active 2019-12-11 14:21:34 +00:00
rootzoll
741c8ec441 started temp mount 2019-12-11 15:08:08 +01:00
openoms
7f0c8de0a1 electrs: use as address API if active, allow large history 2019-12-11 13:44:29 +00:00
rootzoll
2e7745cee9 replacing direct reboot with script 2019-12-11 14:03:52 +01:00
rootzoll
94eaf246c4 add default values 2019-12-11 04:46:02 +01:00
rootzoll
fb7f786147 improving cleaning 2019-12-11 04:33:58 +01:00
rootzoll
da84425aa1 improve status output 2019-12-11 04:23:32 +01:00
rootzoll
016da62ea1 correct storage partition 2019-12-11 04:15:34 +01:00
rootzoll
52067a0210 use subvolumes with btrfs 2019-12-11 04:09:31 +01:00
rootzoll
a1384f1221 add info output 2019-12-11 03:27:24 +01:00
rootzoll
d21c972ebc fix partiton analysis 2019-12-11 03:20:51 +01:00
rootzoll
fb844abbd3 fix if clause 2019-12-11 03:19:35 +01:00
rootzoll
10f77024bf #214 adding some failed detection 2019-12-11 02:48:17 +01:00
rootzoll
84fc276055 rename data fields 2019-12-11 01:44:14 +01:00
rootzoll
6c16db03da Added unmounted HDD analysis 2019-12-11 01:19:13 +01:00
rootzoll
06899d9c28 fix zsh scp command 2019-12-10 22:03:24 +01:00
rootzoll
2b47598d56 #902 basic RaspiBlitz rescue script 2019-12-10 20:48:28 +01:00
rootzoll
cf3812a873 #329 BTRFS basic config script 2019-12-10 20:45:34 +01:00
rootzoll
f70807d623 fix scp commands for zsh 2019-12-10 20:29:15 +01:00
rootzoll
47aaafdf0f #794 moved loading of conf values after prepare 2019-12-10 14:53:43 +01:00
rootzoll
11723d8dc3 #819 removed setting local network name by default 2019-12-10 14:47:23 +01:00
Christian Rotzoll
b7b83e4184
Merge pull request #777 from Tracachang/patch-1
Run LND behind TOR v3 and streamisolation
2019-12-09 21:52:05 +01:00
Christian Rotzoll
1f85cd450e
Merge pull request #896 from openoms/1.4extras
Add extra services and Tor menu
2019-12-09 21:49:39 +01:00
Christian Rotzoll
58edd8068e
Merge pull request #801 from Emzy/patch-1
Stresstest stoped to early on PI4
2019-12-09 21:48:56 +01:00
openoms
d23f2ac497 btcpay: disable certbot if using self signed cert 2019-12-06 17:12:25 +00:00
openoms
4dff46e4f1 btcpay: improve dialog logic 2019-12-05 17:10:23 +00:00
openoms
24b0ef256e btcpay: exit gracefully if installation cancelled 2019-12-05 16:45:27 +00:00
openoms
7982626778 allow to cancel BTCPay setup with dialog 2019-12-05 16:17:40 +00:00
openoms
f062ab9a57 improve messages for BTCPayServer 2019-12-05 15:31:07 +00:00
openoms
0486caa70e fix script exiting early 2019-12-05 14:19:56 +00:00
openoms
7a95c311a0 add BTCpayServer self-signed certificate option 2019-12-05 13:37:33 +00:00
openoms
dc292b4789 fix spaces and typos 2019-12-05 10:32:21 +00:00
openoms
8672e8626c freeze lndconnect version 2019-12-04 12:05:27 +00:00
openoms
d751c3b6f0 remove lnd.update.sh 2019-12-04 11:38:54 +00:00
openoms
bc1b34c9e5 simplify Hidden service setup 2019-12-04 10:09:14 +00:00
openoms
a58251c66b add raspiblitz-extras 2019-12-04 08:13:21 +00:00
frennkie
2f50afb82e
clean up and hide messages (#891) 2019-11-30 23:52:00 +01:00
rootzoll
b4e143485d Merge branch 'master' of https://github.com/rootzoll/raspiblitz 2019-11-27 12:30:51 +01:00
rootzoll
d1efedc285 notes for data drive 2019-11-27 12:29:25 +01:00
frennkie
4f1b7a6a37
Migrate initwallet to Python3 (#841)
rewrite for Python3
2019-11-27 08:47:51 +01:00
Robert Habermann
dc1cbc1598 fix tor prepare when called by build_sdcard.sh 2019-11-27 08:45:32 +01:00
Christian Rotzoll
9b59c3aa4c
Merge pull request #878 from frennkie/lnd-libs-py3
add Py2 and Py3 compat to lndlibs
2019-11-26 00:31:44 +01:00
Robert Habermann
b241e50ac9 add Py2 and Py3 compat to lndlibs 2019-11-24 17:35:47 +00:00
Robert Habermann
773fae33ad add Python3+ compatibility 2019-11-24 17:21:15 +00:00
openoms
bf480bd721
add BTC-RPC-Explorer and update RTL (#867)
Separated the NodeJS install script.
Update RTL to v0.5.4 and added automatic Hidden Service setup if Tor Active
 * add install script for BTC-RPC-Explorer
  * sets up a Hidden Service automatically
  * supports Electrs to look up addresses if installed
 * added a small script to enable txindex (needed for BTC-RPC-Explorer)

Detailed changes:
* nodeJS: add separate install script
* RTL: add Tor support and update
* BTC-RPC-Explorer: add install script
* btc-rpc-explorer: add script to activate txindex
* RTL: restart service if already installed
* RTL: opt out of data collection, start if installed
* rtl,btc-rpc-exp: Tor to forward to port 80
* btc-rpc-exp: add to SERVICES menu
2019-11-24 13:12:55 +00:00
Tracachang
609a0c1e43
Update internet.tor.sh 2019-11-23 17:19:09 +01:00
Robert Habermann
029dcb9087 add BlitzTUI files (based on PyQT5) 2019-11-15 21:25:12 +01:00
Stephan Oeste
03e1af97f9
stresstest stoped to early on PI4
The sysbench parameter it to low for the fast Raspberry PI 4 "--cpu-max-prime=10000"
It stopes before the 60 seconds are run out.
Increased to it to 100000
2019-09-28 15:19:16 +02:00
frennkie
d9d3c552ce
Typo 2019-09-26 21:15:02 +02:00
Tracachang
cd7eed1434
Update internet.tor.sh
bitcoin.conf added 

proxy=127.0.0.1:9050
bind=127.0.0.1
dnsseed=0
dns=0

lnd.services
replaced tor.v2 for .v3
added --tor.streamisolation
2019-09-13 22:37:59 +02:00
Christian Rotzoll
66689a6b52 #632 make recovery window bigger 2019-09-04 10:19:05 +02:00
Christian Rotzoll
dc27c2eec2 #646 when LCD rotate also rotate touchscreen 2019-09-03 15:48:05 +02:00
Christian Rotzoll
ce6e58b5e6 #646 rotate touchscreen 2019-09-03 15:23:02 +02:00
Christian Rotzoll
04ad643ed0 #673 lowered power stresstest values RP4 2019-09-03 13:10:57 +02:00
Robert Habermann
e10aba496c remove-screensaver 2019-08-24 17:30:39 +02:00
Christian Rotzoll
be9847cedc #720 adapt power fail level for rp4 2019-08-13 11:21:01 +02:00
Christian Rotzoll
227ad9de54 fix RTL node path 2019-08-12 14:38:02 +02:00
Christian Rotzoll
a52789e414 #683 added -y to apt-get update 2019-08-11 23:28:53 +02:00
Christian Rotzoll
8df84fde82 fix TOR and dbcache max 2019-08-08 17:41:58 +02:00
Christian Rotzoll
2422c59f07 #707 remove delete data 2019-08-07 22:32:28 +02:00
Christian Rotzoll
e3c2ea34ff #707 clean dir after deinstall 2019-08-07 22:12:02 +02:00
Christian Rotzoll
7d8c59250e #707 improve autostart of apcupsd 2019-08-07 21:49:16 +02:00
Christian Rotzoll
36575c223e #592 fixing Tor during setup 2019-08-07 01:49:17 +02:00
Christian Rotzoll
58f875fc3d #707 remove debug output 2019-08-06 15:09:10 +02:00
Christian Rotzoll
5153d68e01 #707 updates shutdown limits 2019-08-06 14:26:11 +02:00
Christian Rotzoll
6a3cf15628 #707 fix turn ups off 2019-08-05 23:41:25 +02:00
Christian Rotzoll
f1201cdaeb #707 remove % from value 2019-08-05 23:35:03 +02:00
Christian Rotzoll
86839947ac #707 added ups info to screen 2019-08-05 23:33:57 +02:00
Christian Rotzoll
47d80cf7a4 fix status scan 2019-08-05 23:21:55 +02:00
Christian Rotzoll
0f054c84c9 fis status scan 2019-08-05 23:20:50 +02:00
Christian Rotzoll
4119c20cf7 fix staus scan 2019-08-05 23:16:32 +02:00
Christian Rotzoll
e97cf07086 #707 add UPS info to device status 2019-08-05 23:15:12 +02:00
Christian Rotzoll
92ddaced16 #707 set shutdownscript and disable wall message 2019-08-05 23:09:07 +02:00
Christian Rotzoll
b1838d420f #707 on battery UPS info 2019-08-05 22:58:48 +02:00
Christian Rotzoll
8badb47a44 trim status of UPS info 2019-08-05 22:57:18 +02:00
Christian Rotzoll
1de1693f69 #707 add UPS status info 2019-08-05 22:55:48 +02:00
Christian Rotzoll
a0540ea1b9 #263 APC UPS setup USB cable 2019-08-05 22:29:31 +02:00
Christian Rotzoll
c3c35b0caf
Merge pull request #696 from openoms/1.3updates
update lnd to 0.7.1 and bitcoind to 0.18.0
2019-08-02 19:35:08 +02:00
openoms
c680a364df fix typos 2019-07-31 14:38:38 +01:00
Christian Rotzoll
e5af3d80d7 directiory full path 2019-07-31 00:05:33 +02:00
Christian Rotzoll
3c0a606161 delete folder prev install 2019-07-31 00:03:14 +02:00
Christian Rotzoll
b4f457e43c fix directory independence on RTL install 2019-07-30 23:57:24 +02:00
Christian Rotzoll
64d891d0b2 remove debug output 2019-07-30 04:59:57 +02:00
Christian Rotzoll
9451222773 fix progress bug 2019-07-30 04:38:05 +02:00
Christian Rotzoll
b8f93711ab checksum debug info 2019-07-29 02:58:14 +02:00
Christian Rotzoll
f501505794 #678 validation of nodeJS download 2019-07-29 02:25:22 +02:00
Christian Rotzoll
c6a509af73 add lcdrotate to raspiblitz.conf 2019-07-29 00:35:20 +02:00
Christian Rotzoll
6abd1737fb #681 first LCD rotate config script 2019-07-28 23:48:08 +02:00
Christian Rotzoll
9ecbcd0d0c #592 prevent TOR sources multiple times & buster 2019-07-28 17:32:59 +02:00
Christian Rotzoll
688ff5a26b remove fatal git clone if RTL exists 2019-07-25 22:44:48 +02:00
Christian Rotzoll
fb1135c33d test nodefix 2019-07-25 22:42:19 +02:00
Christian Rotzoll
9c1bd5799c
Merge branch 'v1.3' into v1.3 2019-07-25 22:37:58 +02:00
Christian Rotzoll
00031a3b88 remove v10 accept 2019-07-25 22:37:04 +02:00
Christian Rotzoll
638dddb777 #678 also accept node v10 2019-07-25 22:31:17 +02:00
openoms
85a2a7dc8f fix nodeJs install 2019-07-08 22:01:44 +01:00
Christian Rotzoll
4f56b9f4f2 fix voltage 2019-07-03 20:56:44 +02:00
Christian Rotzoll
a7f33d2962 further adapting power leves for RP4 2019-07-03 14:32:10 +02:00
Christian Rotzoll
84097e3cb6 fix switch back from touchscreen 2019-07-03 13:23:34 +02:00
Christian Rotzoll
64a4c77582 #673 adapt power test to RP4 2019-07-03 00:59:26 +02:00
Christian Rotzoll
e80574d586 #646 fixing info screen 2019-07-03 00:55:27 +02:00
Christian Rotzoll
fcd281207e #646 fix user of autologin 2019-07-03 00:40:09 +02:00
Christian Rotzoll
19808fb633 #646 config script touchscreen 2019-07-02 22:59:32 +02:00
Christian Rotzoll
889d542989 #646 added touchscreen scripts 2019-07-02 19:50:14 +02:00
Christian Rotzoll
bb302a7fd8 #610 fix lncli for litecoin 2019-07-01 03:29:10 +02:00
Christian Rotzoll
972037c3ba adjust power level RP4 2019-06-29 23:52:42 +02:00
Christian Rotzoll
8d36bd3f86 stresstest adapt temps for RP4 2019-06-29 17:30:46 +02:00
Christian Rotzoll
7012c9a709 stresstest adapt values for RP4 2019-06-29 17:28:24 +02:00
Christian Rotzoll
0d71913903 fix stresstest 2019-06-29 17:25:31 +02:00
Christian Rotzoll
b25adcc53c fix stresstest 2019-06-29 17:22:30 +02:00
Christian Rotzoll
efdb5fa9fe #673 fix stresstest 2019-06-29 16:47:30 +02:00
Christian Rotzoll
1c2391c8d6 #673 adapted stresstest fpr RaspberryPi4 2019-06-29 16:44:13 +02:00
Christian Rotzoll
24e9ce2550 #660 update RTL to 0.4.2 2019-06-23 23:00:58 +02:00
Christian Rotzoll
d4c23c44ea #660 Update RTL 2019-06-18 22:29:08 +02:00
Christian Rotzoll
9e956b588d #400 removed old code 2019-06-14 01:34:38 +02:00
Christian Rotzoll
b32f852fda on TOR change make sure UPnP is off 2019-06-14 00:03:44 +02:00
Christian Rotzoll
a886037d4c fix upnp 2019-06-13 18:22:07 +02:00
Christian Rotzoll
64ec0f459c fix upnp 2019-06-13 18:20:56 +02:00
Christian Rotzoll
0559500c71 #400 added BTC UPnP to service menu 2019-06-13 18:03:17 +02:00
Christian Rotzoll
0a945e0bff relax stress test a little bit 2019-06-13 14:58:00 +02:00
Christian Rotzoll
14fdc27157 #592 prepare tor default config 2019-06-13 00:58:52 +02:00
Christian Rotzoll
7ffb7263b6 remove empty lines from file 2019-06-12 23:47:39 +02:00
Christian Rotzoll
5b52b54d31 fix tor 2019-06-12 23:40:56 +02:00
Christian Rotzoll
b171355a86 fix tor 2019-06-12 22:32:59 +02:00
Christian Rotzoll
0b96964f79 #564 fix tor remove 2019-06-12 22:12:36 +02:00
Christian Rotzoll
12b812b1b2 rebase with master 2019-06-12 21:05:31 +02:00
Christian Rotzoll
2d0c6819a5 #651 changed parameters 2019-06-11 19:28:19 +02:00
Christian Rotzoll
6663ea7c45
Merge pull request #634 from openoms/x86v1.2
bug fixes for alternative platforms
2019-06-05 11:41:02 +02:00
openoms
d556a8e36b add ubuntu bionic repo to sources.list 2019-05-29 19:30:44 +01:00
openoms
e0d9f349fc make stresstest exit 0 if not on Raspbian 2019-05-29 15:52:13 +01:00
Christian Rotzoll
4156f6d277 merged master 2019-05-27 20:36:54 +02:00
Christian Rotzoll
fd567d2f71 copystation fix litecoin 2019-05-19 02:25:06 +02:00
bluecell296
fcb82b7aa0
Merge pull request #48 from rootzoll/master
sync with @rootzoll
2019-05-15 10:44:45 +01:00
openoms
f7824fd3b6 update RTL to v0.3.2 2019-05-12 22:24:10 +01:00
openoms
3e2e864745 reset to RTL v0.3.0 due to login bug in v0.3.1 2019-05-12 12:45:17 +01:00
bluecell296
cfeee4e891
update to RTL v0.3.1 2019-05-11 06:16:39 +01:00
Christian Rotzoll
9f1a721690 #588 fix error output debug.log 2019-05-09 20:06:43 +02:00
openoms
b37d854eee fix errors when in a VM 2019-05-08 14:34:33 +01:00
openoms
14d6ced82d show 0 C if no temp available in a VM 2019-05-08 14:22:15 +01:00
openoms
47129dd0d1 fix CPU temp error on X86 2019-05-08 13:48:35 +01:00
Christian Rotzoll
9003e41b19 #559 fixing typos and wordings 2019-05-01 12:11:59 +02:00
Christian Rotzoll
c496a313eb give lnd restarts a higher limit 2019-05-01 12:00:22 +02:00
Christian Rotzoll
5223204666 remove print 2019-05-01 01:17:05 +02:00
Christian Rotzoll
3b00d72378 switched on lnd.initwallet.py 2019-05-01 00:35:09 +02:00
Christian Rotzoll
f82c73c3ca try scb hex string 2019-04-30 23:37:17 +02:00
Christian Rotzoll
e01bc824c9 correct parameter 2019-04-30 23:11:47 +02:00
Christian Rotzoll
8cc6903e20 scb parameters 2019-04-30 23:03:05 +02:00
Christian Rotzoll
5d2a9637a4 removed debug exit 2019-04-30 22:44:13 +02:00
Christian Rotzoll
1e40898d18 seperated by space 2019-04-30 22:17:29 +02:00
Christian Rotzoll
0f5fc9e203 move info 2019-04-30 22:10:02 +02:00
Christian Rotzoll
c2c94e65c6 info on how to run 2019-04-30 22:06:18 +02:00
Christian Rotzoll
0c3e2b89e8 global import path 2019-04-30 21:39:45 +02:00
Christian Rotzoll
1b925071de bigger recover window 2019-04-29 01:33:41 +02:00
Christian Rotzoll
b6abd76514 add SCB info 2019-04-28 14:40:23 +02:00
Christian Rotzoll
63900aee87 manipulate raspiblitz.conf from python 2019-04-28 04:55:12 +02:00
Christian Rotzoll
a0ee2241ee back to calling script 2019-04-28 04:51:46 +02:00
Christian Rotzoll
6bd9fda480 set lndAddress directly 2019-04-28 04:43:11 +02:00
Christian Rotzoll
415cadf5b6 fixing check lnd.conf change 2019-04-28 04:32:51 +02:00
Christian Rotzoll
a07273694c typo fix 2019-04-28 04:14:42 +02:00
Christian Rotzoll
f088208232 clean failed services 2019-04-28 02:42:44 +02:00
Christian Rotzoll
f6d5ca3586 just change tls cert if needed 2019-04-28 02:09:10 +02:00
Christian Rotzoll
5b545d000f change only tls if needed 2019-04-28 02:06:13 +02:00
Christian Rotzoll
71648b8705 add fix info 2019-04-27 23:05:21 +02:00
Christian Rotzoll
eb4f41d6cf preserve TLS certs when no change on lnd.conf 2019-04-27 18:23:20 +02:00
Christian Rotzoll
f9b0a02f56 use line number for lnd logs 2019-04-26 23:49:45 +02:00
Christian Rotzoll
7bc208b922 fix detect screen 2019-04-26 23:36:50 +02:00
Christian Rotzoll
2640fe6bba handle long LND RPC stratup time 2019-04-26 21:38:54 +02:00
Christian Rotzoll
6455934bfc lnd.rescue handling SCB up and down 2019-04-26 16:36:03 +02:00
Christian Rotzoll
d86e42c38e warning only when old wallet exists 2019-04-26 14:14:27 +02:00
Christian Rotzoll
d33604785a format output 2019-04-26 14:04:51 +02:00
Christian Rotzoll
1c6c96de13 change output format 2019-04-25 17:51:55 +02:00
Christian Rotzoll
6c9b17aedc check rpc user 2019-04-25 17:50:20 +02:00
Christian Rotzoll
29720377b6 LND check RPC password 2019-04-25 17:44:32 +02:00
Christian Rotzoll
41afa9bdf0 fix chain detection 2019-04-25 14:30:39 +02:00
Christian Rotzoll
fb15fa804b lnd check test 2019-04-25 14:29:10 +02:00
Christian Rotzoll
016bb796c4 fix string comp 2019-04-25 13:36:52 +02:00
Christian Rotzoll
b996738c14 test lnd check script 2019-04-25 13:35:41 +02:00
Christian Rotzoll
1d36692ac4 reset restart counting 2019-04-25 12:03:18 +02:00
Christian Rotzoll
aa16ba00d5 up limit to 4min before btc error scan 2019-04-25 02:30:24 +02:00
Christian Rotzoll
9f33a0f0b3 keep simple 2019-04-25 02:20:50 +02:00
Christian Rotzoll
3b71bbfc7b wait 2min before bitcoin error log scan 2019-04-25 02:11:07 +02:00
Christian Rotzoll
769e6ddff8 break unlock loop 2019-04-25 01:55:11 +02:00
Christian Rotzoll
6788f74b98 keep LND error almost same 2019-04-25 01:35:29 +02:00
Christian Rotzoll
3b3c04f9f3 count restart correct 2019-04-25 01:27:26 +02:00
Christian Rotzoll
ac943c3ebc use full error 2019-04-25 00:02:19 +02:00
Christian Rotzoll
b2886fdd78 detect locked wallet correctly 2019-04-24 23:59:30 +02:00
Christian Rotzoll
4301cf6b8a filtering data 2019-04-24 23:56:43 +02:00
Christian Rotzoll
d0d9b80083 scantime output 2019-04-24 23:40:27 +02:00
Christian Rotzoll
23bba493dd fix error parsing 2019-04-24 23:38:14 +02:00
Christian Rotzoll
a82127c8e0 analyse LND error (wallet locked) 2019-04-24 23:28:45 +02:00
Christian Rotzoll
7e3e3d0906 add more error debug 2019-04-24 16:42:16 +02:00
Christian Rotzoll
8fa39a8031 LCD restart infos 2019-04-24 16:23:15 +02:00
Christian Rotzoll
164907b5f5 fix if clause 2019-04-24 15:52:24 +02:00
Christian Rotzoll
8469e48199 service restart counter 2019-04-24 13:47:58 +02:00
Christian Rotzoll
5a43cb2b5d moved wallet locked detection 2019-04-23 16:22:29 +02:00
Christian Rotzoll
c9d146909c detect bitcoin errors 2019-04-17 18:34:20 +01:00
Christian Rotzoll
29381b6831 display error 2019-04-17 00:26:30 +01:00
Christian Rotzoll
73a616a3b0 debug 2019-04-17 00:17:25 +01:00
Christian Rotzoll
b8d90e59db remove ending lines 2019-04-17 00:12:43 +01:00
Christian Rotzoll
766bbdcf13 debug 2019-04-17 00:07:12 +01:00
Christian Rotzoll
cccdcfd704 fix in case data is missing 2019-04-17 00:06:11 +01:00
Christian Rotzoll
e1e4e48a6a Eroor Full & Short 2019-04-17 00:03:36 +01:00
Christian Rotzoll
b6dd3953a6 Add startup grace time 2019-04-16 23:34:53 +01:00
Christian Rotzoll
c1b1ffa567 layout progress 2019-04-16 22:00:49 +01:00
Christian Rotzoll
66bac72650 display scan 2019-04-16 21:48:22 +01:00
Christian Rotzoll
f0137407be removing % from progress 2019-04-16 21:39:49 +01:00
Christian Rotzoll
0f6484aa28 remove % from progress 2019-04-16 21:39:04 +01:00
Christian Rotzoll
fb9c35dbbb syncprocess without % 2019-04-16 21:35:45 +01:00
Christian Rotzoll
9323227626 fix permission errors 2019-04-16 21:31:52 +01:00
Christian Rotzoll
ac20b2af82 fix else 2019-04-16 21:26:37 +01:00
Christian Rotzoll
b0ca3606f8 Start refactor 80scanLND 2019-04-16 21:25:27 +01:00
Christian Rotzoll
549028c3d1 Update Prepare Process 2019-04-16 18:05:03 +01:00
Christian Rotzoll
680ff4684a SCB fallback 2019-04-16 16:01:57 +01:00
Christian Rotzoll
23b1e9dd56 try none 2019-04-16 15:36:07 +01:00
Christian Rotzoll
97fc05a07e debug 2019-04-16 15:32:18 +01:00
Christian Rotzoll
830562476f debug 2019-04-16 15:31:37 +01:00
Christian Rotzoll
3e81163282 correct spaces 2019-04-16 15:28:47 +01:00
Christian Rotzoll
dfcde6a73e more debug 2019-04-16 15:27:44 +01:00
Christian Rotzoll
c6085e8e02 correct output 2019-04-16 15:23:12 +01:00
Christian Rotzoll
06d328c408 more error details 2019-04-16 15:21:44 +01:00
Christian Rotzoll
a6920e9720 try more details on error 2019-04-16 15:18:55 +01:00
Christian Rotzoll
a5a762f4cf fix seed parameters 2019-04-16 15:15:19 +01:00
Christian Rotzoll
d5eea11afb recover by seed 2019-04-16 15:10:25 +01:00
Christian Rotzoll
4807e17e44 Extra Seed Password 2019-04-16 14:10:06 +01:00
Christian Rotzoll
cd30edf909 change backupfolder name 2019-04-16 13:39:38 +01:00
Christian Rotzoll
26fe1018a5 delete old rescue backups 2019-04-16 13:22:29 +01:00
Christian Rotzoll
c0dd8fad2e restore LND backup 2019-04-16 02:57:18 +01:00
Christian Rotzoll
4229644b46 UserKnownHostsFile=/dev/null 2019-04-16 02:10:58 +01:00
Christian Rotzoll
530a6a96a6 try fix 2019-04-16 02:04:57 +01:00
Christian Rotzoll
3e217158c6 auto yes 2019-04-16 02:00:58 +01:00
Christian Rotzoll
46aaeb3f12 #437 internet.sshpubkey.sh 2019-04-16 01:50:41 +01:00
Christian Rotzoll
16b1a7150f fix dropbox upload 2019-04-15 17:10:15 +01:00
Christian Rotzoll
fc56b4ddf0 fix dropbox upload 2019-04-15 16:58:46 +01:00
Christian Rotzoll
b614a879b0 debug output 2019-04-15 16:46:07 +01:00
Christian Rotzoll
1dd09cc7bc fix dropbox upload 2019-04-15 16:42:24 +01:00
Christian Rotzoll
df6c45fb29 #437 test dropbox script (no third party libs) 2019-04-15 16:04:39 +01:00
Christian Rotzoll
661e4600cd show formatted seed word list 2019-04-15 01:33:29 +01:00
Christian Rotzoll
f8e4323b6b fix formatting 2019-04-15 01:25:02 +01:00
Christian Rotzoll
ea20f51f0a formatted seed words 2019-04-15 01:15:57 +01:00
Christian Rotzoll
191dae7393 Test new initLND script 2019-04-13 00:13:24 +01:00
Christian Rotzoll
61c9759491 password x store 2019-04-12 23:31:21 +01:00
Christian Rotzoll
5086c13470 fix password x 2019-04-12 23:27:53 +01:00
Christian Rotzoll
f0df9be6ee fix password x 2019-04-12 23:26:38 +01:00
Christian Rotzoll
a8a6c041aa allow custon password enter 2019-04-12 23:16:38 +01:00
Christian Rotzoll
ed89d6257f exception handling 2019-04-12 13:31:16 +01:00
Christian Rotzoll
a4c4114cf1 more debug 2019-04-12 13:21:25 +01:00
Christian Rotzoll
550ce4e89d rpc error code 2019-04-12 13:19:57 +01:00
Christian Rotzoll
fb957f2132 test more info 2019-04-12 13:11:48 +01:00
Christian Rotzoll
c8e6bb7cdd get more info on exception 2019-04-12 13:09:10 +01:00
Christian Rotzoll
72244d06d8 debug exception 2019-04-12 13:04:54 +01:00
Christian Rotzoll
df0f9ea2f4 Handle Exceptions 2019-04-12 13:03:01 +01:00
Christian Rotzoll
f186a4f27f correct output 2019-04-12 12:56:49 +01:00
Christian Rotzoll
b930f5a218 fix var 2019-04-12 12:49:06 +01:00
Christian Rotzoll
c059ec273f create new wallet 2019-04-12 12:47:09 +01:00
Christian Rotzoll
64435c64f0 testing response 2019-04-12 12:43:30 +01:00
Christian Rotzoll
1defbc1cb3 Format Docu 2019-04-12 11:49:10 +01:00
Christian Rotzoll
78d2855142 Doccumentation on LND RPC libs 2019-04-12 11:48:51 +01:00
Christian Rotzoll
93ab42678f get seed gen 2019-04-12 11:30:03 +01:00
Christian Rotzoll
db2981cc94 add missing import 2019-04-12 11:27:09 +01:00
Christian Rotzoll
0574c1a1b1 lnd 0.60 libs 2019-04-12 11:26:12 +01:00
Christian Rotzoll
613e44495a test seed gen 2019-04-12 11:15:11 +01:00
Christian Rotzoll
2cced6ab61 formatting 2019-04-12 11:12:50 +01:00
Christian Rotzoll
8ffa83d0e5 try syntax 2019-04-12 03:03:41 +01:00
Christian Rotzoll
bf7fe86824 add base64 2019-04-12 03:02:01 +01:00
Christian Rotzoll
dc29f9c92b test syntax 2019-04-12 02:57:38 +01:00
Christian Rotzoll
2e95b338f6 fix syntax 2019-04-12 02:55:23 +01:00
Christian Rotzoll
3ea1767616 fix syntax 2019-04-12 02:51:21 +01:00
Christian Rotzoll
36c3561ef7 new wallet 2019-04-12 02:48:57 +01:00
Christian Rotzoll
9a58aa4921 fix lnd service template 2019-04-12 02:42:49 +01:00
Christian Rotzoll
3c66bfbb62 correct array length 2019-04-12 02:08:36 +01:00
Christian Rotzoll
96b0b524e3 new parameters 2019-04-12 02:06:16 +01:00
Christian Rotzoll
defd953d8c deactivate future code 2019-04-12 01:20:19 +01:00
Christian Rotzoll
129e18f4b1 fix print 2019-04-12 01:19:32 +01:00
Christian Rotzoll
6aa2d04b4c fix format 2019-04-12 01:18:57 +01:00
Christian Rotzoll
d185915ddd init wallet test 2019-04-12 01:15:31 +01:00
Christian Rotzoll
4541f6b48a fix increment 2019-04-11 05:24:50 +01:00
Christian Rotzoll
940243a492 more safety tolerance for fail 2019-04-11 05:24:00 +01:00
Christian Rotzoll
3c6500daaa more debug info 2019-04-10 16:13:13 +01:00
Christian Rotzoll
3ac6911849 let pi user read stresstest report 2019-04-10 16:07:31 +01:00
Christian Rotzoll
3fc1cdb68c a bit more tolerance before power fail 2019-04-10 15:57:41 +01:00
Christian Rotzoll
ec2a5e4c39 Ui changes 2019-04-10 15:08:10 +01:00
Christian Rotzoll
4bb8872090 remove -e parameter 2019-04-10 03:07:14 +01:00
Christian Rotzoll
ecbfd82fc1 #474 write to report file 2019-04-10 02:29:58 +01:00
Christian Rotzoll
f5a2b939b1 remember min voltage 2019-04-10 02:11:36 +01:00
Christian Rotzoll
0aeca19d8f final report 2019-04-10 02:03:29 +01:00
Christian Rotzoll
0f52c4ec49 long power test 2019-04-10 01:41:03 +01:00
Christian Rotzoll
7788c8b5f2 fix temp monitor 2019-04-10 01:35:11 +01:00
Christian Rotzoll
5192165bb9 monitor temp 2019-04-10 01:32:44 +01:00
Christian Rotzoll
732bd43a1e test get temp number 2019-04-10 01:26:43 +01:00
Christian Rotzoll
c46d29deef fix integer compare 2019-04-10 01:25:50 +01:00
Christian Rotzoll
6d9b85f741 monitor voltage 2019-04-10 01:24:51 +01:00
Christian Rotzoll
6993938861 strip voltage 2019-04-10 01:08:47 +01:00
Christian Rotzoll
1afaf89668 refactor powertest 2019-04-10 00:56:48 +01:00
Christian Rotzoll
d11b2c9194 openoms powertest 2019-04-10 00:48:53 +01:00
Christian Rotzoll
4abbdd18aa #474 adding powertest script 2019-04-10 00:43:25 +01:00
Christian Rotzoll
252aa42645 #470 set DNS server 2019-04-09 23:32:14 +01:00
Christian Rotzoll
1932d4afa3 #401 fix manual info 2019-04-09 22:28:11 +01:00
Christian Rotzoll
954272af2f fix typo 2019-04-09 14:04:22 +01:00
Christian Rotzoll
0833e0789c #486 fix RTL install script 2019-04-09 12:33:19 +01:00
Christian Rotzoll
c2ac8b1c89 RTL update to 0.2.16 2019-04-08 18:39:42 +01:00
Christian Rotzoll
f1e42d81a6 Added Link to YouTube video 2019-04-08 02:10:25 +01:00
Christian Rotzoll
3d8decf2ac add debug output 2019-04-06 15:48:46 +01:00
Christian Rotzoll
8ae5611364 merge of dev and sshtunnel 2019-04-04 01:04:10 +01:00
Christian Rotzoll
bdac3a626e fix remove chars 2019-04-03 19:05:51 +01:00
Christian Rotzoll
d443101f3d fix bug on restore 2019-04-03 19:04:18 +01:00
Christian Rotzoll
d290d8613f clean port strings 2019-04-03 18:59:56 +01:00
Christian Rotzoll
0a7c2842df fix removing lndAddress 2019-04-03 15:06:52 +01:00
Christian Rotzoll
1c2f9b2552 fix string insert 2019-04-03 14:40:29 +01:00
Christian Rotzoll
05e7af25bd fix invalid char 2019-04-03 14:38:31 +01:00
Christian Rotzoll
c52e5fd6e1 subprocess 2019-04-03 14:35:37 +01:00
Christian Rotzoll
f7375d76b4 tls alias and cert update 2019-04-03 14:26:09 +01:00
Christian Rotzoll
aae91fcb27 fix running detection 2019-04-03 13:16:47 +01:00
Christian Rotzoll
336fe31fd0 lnd port update 2019-04-03 04:37:46 +01:00
Christian Rotzoll
1cc3b88f10 fix exit 2019-04-03 03:58:40 +01:00
Christian Rotzoll
beb1e33a7f fix script call 2019-04-03 03:53:33 +01:00
Christian Rotzoll
5f5ba7e76e set lnd adress on ssh tunnel 2019-04-03 03:48:35 +01:00
Christian Rotzoll
fe29163528 #386 script for setting external IP/Domain 2019-04-03 03:32:58 +01:00
Christian Rotzoll
88078e9a40 #386 set external lndAddress 2019-04-03 02:58:10 +01:00
Christian Rotzoll
1a6234f866 #386 set custom LND port 2019-04-03 01:34:42 +01:00
Christian Rotzoll
e780cfbe40 fix #462 2019-04-03 00:44:55 +01:00
Christian Rotzoll
27d78394f8 remove empty lines 2019-04-02 22:38:26 +01:00
Christian Rotzoll
4c2d31620c fix ssh ports value 2019-04-02 22:28:59 +01:00
Christian Rotzoll
31a09f389e fix grep 2019-04-02 22:17:30 +01:00
Christian Rotzoll
0b2f7dfebe fix subprocess return 2019-04-02 22:09:52 +01:00
Christian Rotzoll
ff459cbc69 another test if running 2019-04-02 22:07:54 +01:00
Christian Rotzoll
157f5ba5da fix already running detection 2019-04-02 21:55:52 +01:00
Christian Rotzoll
ef99172712 changed syntax to allow local ssh tunnel in future 2019-04-02 21:46:56 +01:00
Christian Rotzoll
324420a163 #324 & #485 2019-04-02 21:00:39 +01:00
Christian Rotzoll
4d42270666 backup ssh and raspiconfig 2019-04-02 19:16:37 +01:00
Christian Rotzoll
703624f48c comment on how to follow logs on tunnel 2019-04-02 15:45:43 +01:00
Christian Rotzoll
2f68add49d FAQ link 2019-04-02 03:50:08 +01:00
Christian Rotzoll
29327b313d fix creation of service file 2019-04-02 03:48:57 +01:00
Christian Rotzoll
a588508c56 force overwrite ssh 2019-04-02 03:45:53 +01:00
Christian Rotzoll
cb63c97140 exception trigger 2019-04-02 03:33:04 +01:00
Christian Rotzoll
6a30534d71 add grep to trigger excpetion 2019-04-02 03:29:52 +01:00
Christian Rotzoll
f93e926534 work with expection 2019-04-02 03:27:52 +01:00
Christian Rotzoll
b2d9ef8161 fix sudo file exists 2019-04-02 03:22:00 +01:00
Christian Rotzoll
6d16b9f5e7 fix test path 2019-04-02 03:16:54 +01:00
Christian Rotzoll
1e97f1e3a7 sudo read file 2019-04-02 03:15:53 +01:00
Christian Rotzoll
17bd13e580 quote escaping 2019-04-02 03:09:52 +01:00
Christian Rotzoll
e12ed58107 better check if running 2019-04-02 03:07:04 +01:00
Christian Rotzoll
7d8b7c7bfc sudo file write 2019-04-02 03:04:35 +01:00
Christian Rotzoll
c4d494db87 add try catch 2019-04-02 03:00:24 +01:00
Christian Rotzoll
dfe765ac88 FAQ and switch off 2019-04-02 02:54:30 +01:00
Christian Rotzoll
65bf544883 fix validating data 2019-04-02 01:53:28 +01:00
Christian Rotzoll
e8bc313a7f temp test remove 2019-04-02 01:51:11 +01:00
Christian Rotzoll
f5a9e37c06 fix strings 2019-04-02 01:42:25 +01:00
Christian Rotzoll
2cb768e7e2 debug line 2019-04-02 01:41:00 +01:00
Christian Rotzoll
e5406ca5b8 string replacement changed 2019-04-02 01:40:14 +01:00
Christian Rotzoll
8bfb11b63e string replacement 2019-04-02 01:25:36 +01:00
Christian Rotzoll
c2649f7c31 generating service content 2019-04-02 01:22:00 +01:00
Christian Rotzoll
5c13ff35ce check command result 2019-04-02 00:18:51 +01:00
Christian Rotzoll
ba6b7e1009 correct command call 2019-04-02 00:13:37 +01:00
Christian Rotzoll
ce32ce86e0 check if running 2019-04-02 00:05:37 +01:00
Christian Rotzoll
2a0dac32bf help text 2019-04-01 23:43:21 +01:00
Christian Rotzoll
67b25673d9 test strings 2019-04-01 23:31:42 +01:00
Christian Rotzoll
dc01339b7c formated strings 2019-04-01 23:26:27 +01:00
Christian Rotzoll
727f9e8aba test args 2019-04-01 23:21:47 +01:00
Christian Rotzoll
94f593bab1 hello python3 2019-04-01 23:19:17 +01:00
Christian Rotzoll
c741be7483 test python3 2019-04-01 22:49:53 +01:00
Christian Rotzoll
7a1da7a18d test python 2019-04-01 22:47:45 +01:00
Christian Rotzoll
5e89b7c291 better warning text 2019-03-28 15:58:57 +01:00
Christian Rotzoll
07eac2ca58 merged master v1.1 release 2019-03-25 19:42:50 +01:00
Christian Rotzoll
3a9943fe81 updated dialogs 2019-03-17 03:33:42 +01:00
Christian Rotzoll
5ab800b515 dont restart LND on backup 2019-03-17 00:56:42 +01:00
Christian Rotzoll
73a52244d8 set ownership after lnd data restore 2019-03-17 00:34:25 +01:00
Christian Rotzoll
e273923457 fix tar restore 2019-03-17 00:32:03 +01:00
Christian Rotzoll
87c1e1f1f7 debug output 2019-03-17 00:31:20 +01:00
Christian Rotzoll
75eb88873b restore info 2019-03-17 00:29:58 +01:00
Christian Rotzoll
eb6fc65381 added sudo to stop lnd 2019-03-17 00:28:14 +01:00
Christian Rotzoll
cfd6b5d359 scp upload command 2019-03-17 00:26:09 +01:00
Christian Rotzoll
cd612ae555 remove error output 2019-03-17 00:24:06 +01:00
Christian Rotzoll
88ba165d27 fix checksum naming 2019-03-17 00:19:31 +01:00
Christian Rotzoll
6d603f88a7 #427 lnd rescue script 2019-03-16 23:47:22 +01:00
Christian Rotzoll
17b9fe2dc6 #324 backup tls instead of delete 2019-03-15 14:43:35 +01:00
Christian Rotzoll
92808aed7a master merge 2019-03-14 16:28:47 +01:00
Christian Rotzoll
3756531b0e #322 install checks on RTL 2019-03-13 18:13:49 +01:00
Christian Rotzoll
296bc4bb35
Merge pull request #410 from fluidvoice/master
minor display changes
2019-03-08 13:54:08 +00:00
fluidvoice
74aa17cec0 display CPU temp always/syncing 2019-03-08 10:19:40 -03:00
Christian Rotzoll
5cba95bcfe detecting UUID 2019-02-28 14:56:53 +01:00
Christian Rotzoll
0f1a0b0fa8 establishing RAID1 2019-02-25 05:40:13 +01:00
Christian Rotzoll
6d3633eb7c formatting BTRFS 2019-02-25 05:33:52 +01:00
Christian Rotzoll
6a85b23b7c checking for old data 2019-02-25 04:46:32 +01:00
Christian Rotzoll
37235c9743 fix while loop scope 2019-02-25 02:29:57 +01:00
Christian Rotzoll
c53906350e fix size detection 2019-02-25 02:24:25 +01:00
Christian Rotzoll
fccfbf7649 fix size detection 2019-02-25 02:17:27 +01:00
Christian Rotzoll
6a72e48228 fix same size detection 2019-02-25 02:15:42 +01:00
Christian Rotzoll
3ac9324913 find tweo devices of same size 2019-02-25 02:10:42 +01:00
Christian Rotzoll
06c489ae53 first test data storage script #329 2019-02-25 00:31:02 +01:00
Christian Rotzoll
e37a5336f9 first version if lnd.setport.sh #100 2019-02-24 01:51:56 +01:00
Christian Rotzoll
c46a18f89f add integer check 2019-02-23 23:50:27 +01:00
Christian Rotzoll
5d8d5e9a23 #100 beginning of set lnd port script 2019-02-23 23:44:36 +01:00
openoms
6a9a63a93e fix requests missing in dietpi for autounlock 2019-02-20 11:13:00 +00:00
rootzoll
aca7168a88 dynUpdateUrl fix 2019-02-18 17:43:24 +01:00
rootzoll
fe834f20c4 fix replacing dynUpdateUrl parameter 2019-02-18 17:41:48 +01:00
rootzoll
e73372d6ae fixing dynUpdateUrl bug 2019-02-18 17:35:34 +01:00
rootzoll
2f452ca8a4 fix dialog paramter 2019-02-18 17:25:43 +01:00
rootzoll
dc0fd31e07 fix scripts parameter 2019-02-18 17:23:38 +01:00
rootzoll
92d4395abb fixed dynDNS update url parameter 2019-02-18 15:56:55 +01:00
rootzoll
906e2229c7 RTL version update 2019-02-18 11:45:09 +01:00
rootzoll
70635f5b31 info on corrupted data 2019-02-16 00:19:39 +01:00
rootzoll
bdb6013458 fix typo 2019-02-14 14:40:27 +01:00
rootzoll
59ee1e87a9 info optimized 2019-02-14 14:00:12 +01:00
rootzoll
6706ecc383 change password C fix 2019-02-14 13:42:14 +01:00
rootzoll
00f1814485 added info text 2019-02-13 01:33:11 +01:00
rootzoll
4064c118a9 fix typo 2019-02-13 00:47:41 +01:00
rootzoll
9b26dc952a typo #249 and text added 2019-02-11 11:58:20 +01:00
rootzoll
70770a5dad #304 issue fixed 2019-02-10 16:55:41 +01:00
rootzoll
bfc2a0fa90 fixing TOR on/off 2019-02-09 18:16:36 +01:00
rootzoll
fcf977826c fix key import 2019-02-09 18:13:10 +01:00
rootzoll
62f214d381 changes key download #304 2019-02-09 18:11:46 +01:00
rootzoll
b560280eff debug output 2019-02-09 17:06:42 +01:00
rootzoll
2aa1c8471e fix TOR install #304 2019-02-09 16:41:48 +01:00
rootzoll
f12410227b adding TOR keys 2019-02-09 15:15:13 +01:00
Christian Rotzoll
30222c6311
Merge branch 'dev' into raspiblitz-dev 2019-02-09 15:03:43 +01:00
bluecell296
bc99bb8154
make sure /etc/tor exists 2019-02-05 14:16:23 +00:00
rootzoll
b0661da108 Update RTL to v0.1.14-alpha 2019-02-05 02:40:42 +01:00
rootzoll
19c1f0394d moving tor install prep into config script 2019-02-04 22:32:46 +01:00
rootzoll
8e32d9c346 test TOR fix 2019-02-04 02:36:00 +01:00
rootzoll
b29c65a72a #293 .info before .conf 2019-02-02 23:49:04 +01:00
rootzoll
c20ee69beb update RTL to v0.1.13-alpha 2019-02-01 14:28:35 +01:00
rootzoll
f033557957 added finish condition 2019-02-01 14:22:34 +01:00
rootzoll
dc3ff2f0ab debug finsih condition 2019-02-01 14:18:09 +01:00
rootzoll
72dea6bcea fix monitoring 2019-02-01 14:05:02 +01:00
rootzoll
c5e08620f6 fix monitor progress 2019-02-01 14:02:11 +01:00
rootzoll
26cad6c6ef progress monitoring 2019-02-01 14:00:32 +01:00
rootzoll
7677f655cf monitor progress 2019-02-01 13:58:44 +01:00
rootzoll
77165b9464 #287 stopping bitcoind softly 2019-01-28 16:55:51 +01:00
rootzoll
8f7e57ddfd #287 make sure not to use old tmp value 2019-01-28 16:38:44 +01:00
rootzoll
61f4f6faa5 more monitor info 2019-01-28 15:55:14 +01:00
rootzoll
6f788591cf press x to stop monitoring 2019-01-28 15:51:50 +01:00
rootzoll
f7a06d9096 #293 reindex detection and script 2019-01-28 15:42:24 +01:00
rootzoll
4f0b7ae63e add info remove debug 2019-01-21 21:26:26 +01:00
rootzoll
9d601b444d added invoice macaroon export 2019-01-21 21:08:13 +01:00
rootzoll
087b2d38ef wait for macaroons creation 2019-01-21 21:04:34 +01:00
rootzoll
af01914317 unlock as user bitcoin 2019-01-21 20:57:36 +01:00
rootzoll
2f149fad12 add unlock 2019-01-21 20:53:56 +01:00
rootzoll
fe9a377516 also refresh macaroons db 2019-01-21 20:49:13 +01:00
rootzoll
7132a1effa reset macarrons 2019-01-21 20:45:00 +01:00
rootzoll
8482f5d857 update RTL to v0.1.12-alpha 2019-01-20 19:03:10 +01:00
rootzoll
5ffe65edf0 note about reconnect 2019-01-18 03:12:26 +01:00
rootzoll
97b73aea2f removed old code 2019-01-16 00:01:59 +01:00
rootzoll
88b8511721 mute errors of temp server 2019-01-15 22:56:20 +01:00
rootzoll
057a0e7bc7 added macaroon and TLS.cert export to main menu 2019-01-15 22:53:42 +01:00
rootzoll
b5bf24d4f8 fix triggering dialog menu 2019-01-15 22:48:55 +01:00
rootzoll
401783bd18 add dialog menu 2019-01-15 22:42:41 +01:00
rootzoll
59b2967a2f make all temp files readable 2019-01-15 20:50:40 +01:00
rootzoll
198c08eabc more local firewall 2019-01-15 20:45:13 +01:00
rootzoll
bc475ec8a7 temp http on random port and just local network 2019-01-15 20:34:58 +01:00
rootzoll
43971b56e0 UI fix 2019-01-15 20:22:50 +01:00
rootzoll
adcd1ce5ab ui fix 2019-01-15 20:20:41 +01:00
rootzoll
ac27a67983 fix clean up after HTTP download 2019-01-15 20:20:26 +01:00
rootzoll
9140a9bbcf export macaroons and tls.cer tool 2019-01-15 20:19:36 +01:00
rootzoll
a6ddeba5ca #238 remove LND RPC deactivation on RTL install 2019-01-14 23:05:04 +01:00
rootzoll
3c9a4c4d39 fixing RTL to v0.1.7-alpha 2019-01-14 21:58:03 +01:00
rootzoll
b965d56cae test result of password config 2019-01-14 18:13:45 +01:00
rootzoll
a3640e7057 password b 2019-01-14 17:56:28 +01:00
rootzoll
41264ab6c0 set password b 2019-01-14 17:55:12 +01:00
rootzoll
67b2f9b6ed fix password A rules 2019-01-14 17:44:56 +01:00
rootzoll
181a35949f enforce password A rules 2019-01-14 17:42:44 +01:00
rootzoll
61a2793a21 fix UI 2019-01-14 17:14:48 +01:00
rootzoll
b00d6297ca fix ui 2019-01-14 17:13:40 +01:00
rootzoll
a470815f04 fix password a 2019-01-14 17:12:01 +01:00
rootzoll
326371b30f test password a 2019-01-14 17:05:12 +01:00
rootzoll
ab423aa5d0 fix error ouptput 2019-01-14 16:54:40 +01:00
rootzoll
9648440e2a fix UI 2019-01-14 16:36:36 +01:00
rootzoll
e11c786856 fix set password c 2019-01-14 16:32:21 +01:00
rootzoll
96b062520b fix setting password c 2019-01-14 16:30:46 +01:00
rootzoll
16d0b2db74 fix change wallet password 2019-01-14 16:25:43 +01:00
rootzoll
ba31bf30bc set password c 2019-01-14 16:05:39 +01:00
rootzoll
9eb5487e06 testing case switching 2019-01-14 15:47:47 +01:00
rootzoll
3de01c5195 fix ui 2019-01-14 15:39:50 +01:00
rootzoll
61baf5d012 fix options 2019-01-14 15:37:41 +01:00
rootzoll
52a691db99 fix options 2019-01-14 15:30:01 +01:00
rootzoll
d60aca3bd2 fix options 2019-01-14 14:52:26 +01:00
rootzoll
78cd66a95b fix options 2019-01-14 14:51:34 +01:00
rootzoll
9471be9365 change password config script 2019-01-14 14:39:01 +01:00
rootzoll
d040fb0ee8 config script to change wallet password 2019-01-14 14:16:31 +01:00
rootzoll
fc18d774f1 Added change naem/alias to main menu 2019-01-14 13:45:24 +01:00
rootzoll
429af12435 ui fixes 2019-01-14 12:50:01 +01:00
rootzoll
96423e052b set alias script 2019-01-14 12:48:27 +01:00
rootzoll
b76ebfdfa4 change name of node 2019-01-14 12:46:19 +01:00
rootzoll
880a5be4c1 #270 ExitRelay 0 2019-01-13 22:03:23 +01:00
/geco
01170d6de4 add please wait 2018-12-24 01:56:10 +01:00
/geco
7be9964a90 added retun info 2018-12-24 01:21:05 +01:00
/geco
2744826d58 put new values to the right place 2018-12-24 00:46:48 +01:00
/geco
d69426d61f fixparameter in python 2018-12-24 00:12:19 +01:00
/geco
180851b81a use python script to unlock 2018-12-24 00:04:46 +01:00
/geco
3b90f34ee1 fix tls rest config 2018-12-23 21:31:47 +01:00
/geco
176bf5d160 refresh TLS seperate 2018-12-23 15:20:42 +01:00
/geco
bd17d8cd82 autolock lnd REST config add 2018-12-23 13:02:28 +01:00
/geco
b7df1dffef fix land conf path 2018-12-22 16:45:32 +01:00
/geco
e2b3126d01 integration of auto-unlock 2018-12-22 16:44:15 +01:00
/geco
908bd036d1 fix missing if end 2018-12-22 15:45:45 +01:00
/geco
99a3a6ad4a test other file 2018-12-22 15:43:08 +01:00
/geco
44e3812175 fix eof 2018-12-22 15:37:51 +01:00
/geco
7b6cafc23e autounlock basic config 2018-12-22 15:35:27 +01:00
rootzoll
3542551f48 better way to kill lnd after TLS creation 2018-12-22 01:11:43 +01:00
rootzoll
495ce9a4bf add some sleep 2018-12-22 00:53:27 +01:00
rootzoll
f4aabbf273 generating TLS by starting lnd directly 2018-12-22 00:43:49 +01:00
rootzoll
f7ce92de31 fix dialog 2018-12-21 01:26:23 +01:00
rootzoll
eecdf3ca15 fiex value raspi conf 2018-12-20 23:59:18 +01:00
rootzoll
ed729beb38 debug info 2018-12-20 23:56:48 +01:00
rootzoll
8b52fe6cc1 fix lnd.conf 2018-12-20 23:52:50 +01:00
rootzoll
7d58ab23fc fix lnd config 2018-12-20 23:48:25 +01:00
rootzoll
3a9ef48736 updated documentation 2018-12-20 23:42:45 +01:00
rootzoll
27333dd9da better wait loop 2018-12-20 23:28:23 +01:00
rootzoll
72e8dc1bb4 fix syntax bugs 2018-12-20 23:26:13 +01:00
rootzoll
d55ebc8ba8 service dyndomain 2018-12-20 14:13:42 +01:00
rootzoll
8fe7d84671 moving prepare for tor to sd card build 2018-12-13 00:22:31 +01:00
rootzoll
3288a5d485 try to fix gpg error while provision 2018-12-12 23:37:15 +01:00
rootzoll
c44457a4bf remove waiting loops from tor 2018-12-12 21:34:11 +01:00
rootzoll
ab6043ac12 removed restart - not needed when rebbot 2018-12-12 17:01:57 +01:00
rootzoll
926390296d removed old tor files 2018-12-11 11:54:21 +01:00
rootzoll
9bbc38ebef publiIp to raspi conf 2018-12-11 02:04:55 +01:00
rootzoll
d10429d5f3 change lnd.service directly 2018-12-11 01:00:55 +01:00
rootzoll
bf04ad9b76 more info on unconfirmed funds 2018-12-03 18:04:37 +01:00
rootzoll
00d5e61973 fixed bash header 2018-12-03 17:24:17 +01:00
rootzoll
46b20186c3 removed source fail 2018-12-03 17:19:00 +01:00
rootzoll
6236d3745e fixed settings menu 2018-12-02 23:08:20 +01:00
rootzoll
50e0648bec fix old config setting 2018-12-02 22:02:20 +01:00
rootzoll
fd4a4c90f6 scripts writing default config values 2018-12-02 21:46:00 +01:00
rootzoll
236b4a5af0 fixed replace string 2018-12-02 21:29:18 +01:00
rootzoll
b101d330fe fixed parameter 2018-12-02 20:43:48 +01:00
rootzoll
7f1a0f04a5 more config scripts 2018-12-02 19:52:01 +01:00
rootzoll
6579926353 autonat config script 2018-12-01 22:05:42 +01:00
rootzoll
4ac194a0a8 changed testnet switch #108 2018-12-01 20:25:33 +01:00
rootzoll
f0e60cfdf8 boostrap HDD precheck & config scripts 2018-11-27 04:19:57 +01:00