From 035c2bcdc89b2c76d023aaf07c187e75fcd9c249 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 7 May 2022 00:39:19 -0700 Subject: [PATCH] ... --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index d890218..1633189 100644 --- a/README.txt +++ b/README.txt @@ -147,11 +147,11 @@ Primary problems to tackle: Three primary GUI flows need to be created. First flow is satisfying dependencies: --automated installing of required packages: jq, mkfs.ext4 (part of the e2fsprogs package), curl (for downloading Bitcoin Core), gpg (for validating Bitcoin Core) +-automated installing of required packages: jq, curl (for downloading Bitcoin Core), gpg (for validating Bitcoin Core) -automated installing and validation of Bitcoin Core -once all dependencies setup, shutdown networking and start Bitcoin Core -NOTE: mount/umount have C bindings (see `man mount.2` and `man umount.2`). The functionality of nmcli, shred, eject, base64, and wipefs should be able to be easily extracted from source-code of their respective packages and can be eliminated as dependencies. The rest of the commands used above (echo, tr, cat, dd) can be eliminated by simple functions. +NOTE: mount/umount have C bindings (see `man mount.2` and `man umount.2`). The functionality of nmcli, shred, eject, base64, and wipefs should be able to be easily extracted from source-code of their respective packages and can be eliminated as dependencies. mkfs.ext4 is part of the e2fsprogs package and is an essential package in Debian, meaning it must be available and usable (see https://www.debian.org/doc/debian-policy/ch-binary.html#essential-packages for more information). The rest of the commands used above (echo, tr, cat, dd) can be eliminated by simple functions. Second flow is creating multi-signature setup: -entering passphrase and generating cryptsetup key -- 2.39.5