openoms

Results 305 comments of openoms

The new CLN release will have this sorted: >xpay is a new, experimental plugin for payments. It's rewritten from the ground up, on top of another plugin called askrene, which...

xpay has been intruduced which does similar so closing this.

The update from the menu works, but need to fix some errors: ``` remote: Total 148326 (delta 13846), reused 13622 (delta 13528), pack-reused 133731 (from 1) Receiving objects: 100% (148326/148326),...

To avoid the -modded suffix need to use: ``` sudo tar -xvf .tar.xz -C /usr/local --strip-components=2 ``` According to official documentation https://docs.corelightning.org/docs/installation https://t.me/lightningd/34270

@Retropex see the changes here to fix the local (non-docker) packer run: https://github.com/raspiblitz/raspiblitz/pull/4696/files

The self signed certificate is expired. In the next release or on the dev branch currently you will have the option to reset the cert from th CONNECT menu. See...

To renew the self signed certificate (in case not using LND), run: ``` /home/admin/config.scripts/internet.selfsignedcert.sh reset ``` If the LND certificate is used that should autorenew on restart.

Please record the exact power supply, USB adapter and SSD model used. I have no issues with 2 TB NVMe drives tried so far.

What would this be used for?

Setting ` tor.skip-proxy-for-clearnet-targets=true` for the signet LND instance makes it fail straight after the wallet unlock: ``` [ERR] RPCS: [/lnrpc.Lightning/GetInfo]: wallet locked, unlock it to enable full RPC access [INF]...