Commit graph

40 commits

Author SHA1 Message Date
openoms
1b85646f7b
remove all trailing white spaces
used:
find . -type f -name '*.txt' -exec /
 sed --in-place 's/[[:space:]]\+$//' {} \+
2022-03-06 13:41:40 +00:00
openoms
438da63689
reset wifi config for release
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:47:19 +00:00
openoms
eac7d822f4
improve PGP verification failure messages 2021-12-08 11:32:21 +00:00
openoms
28e9334b87 remove electrs 2021-11-30 19:37:11 +00:00
openoms
d630b3b975
localip: use hostname -I to simplify 2021-10-05 07:56:35 +01:00
openoms
ab7c9e4a95
Tor: reload only with -sighup , spelling fixes 2021-08-01 15:10:41 +01:00
openoms
e06969bd69
default to KillMode=control-group in services
https://www.man7.org/linux/man-pages/man5/systemd.kill.5.html
2021-06-29 17:29:59 +01:00
openoms
57f4d34f89
FAQ: add instructions to set 2FA for ssh 2021-06-20 21:49:29 +01:00
openoms
22fd8e4b13
move file tor.newnym.py 2021-06-14 14:16:28 +01:00
nyxnor
f25f6a0b2e
Create tor.newnym.py 2021-06-13 23:56:13 +00:00
openoms
0e9bd8f4b3
fix standalone Bitcoin Core install 2021-06-05 08:48:13 +01:00
openoms
8fcdd50362
add hardening measures to all systemd services 2021-05-23 16:31:44 +01:00
openoms
63a67ddf42
switch aliases to ~/_aliases.sh 2021-05-10 14:29:25 +01:00
openoms
bf1512c0db
specter update to v1.3.1 2021-05-09 00:16:28 +01:00
openoms
c1de832a4e
exit 1 if cd fails 2021-04-06 20:35:11 +01:00
openoms
5d5f761e86
add electrs setup script for a local disk 2021-04-01 09:44:49 +01:00
openoms
8c5f4901c4
FAQ: notes on how to mount an external drive 2021-03-23 12:34:56 +00:00
openoms
7f207cf5ce
update README.md and clean files 2021-03-22 12:27:43 +00:00
openoms
705815187f
improve startup and expand filesystem on armbian 2021-03-21 16:36:30 +00:00
openoms
144df6ae50
fix the snapshot download and verification 2021-03-21 00:43:51 +00:00
openoms
d4d7439ca6
install unzip to extract the snapshot
related: https://github.com/openoms/joininbox/issues/35
2021-03-13 23:57:32 +00:00
openoms
cb97a9e380
fix paths for bitcoin core installation 2021-03-13 09:59:04 +00:00
openoms
bede94c767
rm joinin.conf in prepare.release 2021-03-10 22:35:56 +00:00
openoms
48855c8944
restart to expand the SDcard and fix startup logic 2021-03-10 22:35:14 +00:00
openoms
5a18c3c52c
fix permissions & rpc_pass when changing networks 2021-03-10 09:47:31 +00:00
openoms
26f10a6d87
specter: show the Tor address as QRcode 2021-03-09 07:12:22 +00:00
openoms
032721082b
clean aliases, check for user store directory 2021-03-08 00:17:38 +00:00
openoms
8b3fe4aa29
fix core symlinks, add qrencode 2021-03-07 02:50:58 +00:00
openoms
3ffa531ed0
QR codes for the OrderBook and Specter 2021-03-04 22:57:35 +00:00
openoms
7d9b0d1c9b
fix paths and detail bitcoind config 2021-03-04 22:57:02 +00:00
openoms
fb657cbee8
change button labels
as suggested in: https://github.com/openoms/joininbox/issues/28
the main menu "Exit" button now drops to the command line
the separate "Exit to the Command Line" option is removed
Submenus use the label "Back" inplace of "Cancel"
2021-03-04 11:21:57 +00:00
openoms
840094f351
specter: update to 1.2.2 2021-03-02 15:44:34 +00:00
openoms
bf4672de2e
specter insall fixes 2021-03-02 14:15:43 +00:00
openoms
16236e9515
add SPECTER menu with UPDATE option 2021-03-02 10:30:40 +00:00
openoms
71ae34f8b0
extend functions for standalone mode and core 2021-03-02 10:17:07 +00:00
openoms
fc5126019f
add Specter Desktop to standalone 2021-02-23 16:35:57 +00:00
openoms
495dd5fbc8
remove the bootstrap.service and script 2021-02-14 11:03:11 +00:00
openoms
4ce27ab70d
move scripts to the standalone dir 2021-02-14 10:36:25 +00:00
openoms
1d640a6ed3
run expand.rootfs.sh with sudo from standalone dir 2021-02-14 08:41:34 +00:00
openoms
7c5c95ffd7
add bootstrap.service for standalone builds (#23)
* build: add bootsrap.service for standalone run

* FAQ: build the SDcard image

* fix file permissions in git
2021-02-10 11:59:59 +00:00