openoms

Results 305 comments of openoms

It could be useful to catch restarts when the user is otherwise not notified. Need to note that uptime is not necessarily "better if bigger". Kernel updates (after running `sudo...

Correct, activating the Touchscreen does result in a black screen currently. Should be deactivated until fixed.

Are you now building with the branch `pre-1.7.1` ? Because this clearly was not a problem in v1.7.0.

on my vanilla v1.7 node: ``` admin@David:~ $ ls -la /mnt/hdd/raspiblitz.conf -rwxrwxrwx 1 root root 367 Jul 21 22:01 /mnt/hdd/raspiblitz.conf ``` the `/mnt/hdd/raspiblitz.conf` is owned by root, but writable by...

when a script is run with `sudo` it runs with root user so a command like: `echo "anything" >> raspiblitz.conf` would create the file with default permissions (not 777) if...

@rootzoll in af3db7f I added the `cl.check.sh` which makes sure there are no config entries in the CL config which would stop it running. It runs with the `bitcoin` user...

Loop is not installed by default, but part of the LiT package. Install Lightning Terminal and see the instructions in the menu to use the command line. RTL will have...

Try to reinstall RTL too and try the lit command-line.

Joininbox has the improved method implemented already: https://github.com/openoms/joininbox/blob/a596e25ce03adfe48cf465fc01c4757167452ac1/scripts/_functions.bitcoincore.sh#L9-L92 Basically: ``` # Receive signer keys curl -s "https://api.github.com/repos/bitcoin-core/guix.sigs/contents/builder-keys" | jq -r '.[].download_url' | while read url; do curl -s "$url" |...

Note regarding LND: https://twitter.com/guggero/status/1409384492134023170?s=19