ChuckNorrison

Results 32 comments of ChuckNorrison

After disconnecting the Router and reconnect, the detected IP is 127.0.0.1. `internet.sh status global` command result with the expected "globalip". "publicip" and "cleanip" was set to 127.0.0.1. Output form internet.sh...

00infoBlitz.sh calls _cache.sh which will try to `redis-cli get ln_lnd_mainnet_address`. The wrong IP 127.0.0.1 is returned here. _background.scan.sh calls `lnd.monitor.sh mainnet info` and retrieves the "uris" via lncli, which is...

thought it is the lnd which tries to detect the public ip, but i was wrong https://github.com/lightningnetwork/lnd/issues/7061 so iam back here // I think the lnd.check.sh as prestart script for...

i did a pull request https://github.com/rootzoll/raspiblitz/pull/3382 The reason for this behaviour is here https://github.com/rootzoll/raspiblitz/issues/312#issuecomment-462675101 If lnd starts with `--externalip=`, it gets stuck, so 127.0.0.1 is set. I think this could...

I received this error after `/unset `user and password and try to `/connect`

Try to setup your account first, than `/connect`

some improvements for windows users done, this can be tested again In this case only the PATH environment was missing the tesseract path. This has to be made in setup...

For privacy reasons, better use the new webui and no lcd display on the pi. Unlock with a password would be bad if no input device is available.

If you already use an input device and want to disable the lcd screen, try to switch session with CTRL + ALT + F3 or simply CTRL + C.

if we could tell the scripts they got called within recovery process or from menu by user, this pause/clear behaviour could be handled in a safe way. Maybe the recovery...