daywalker90
daywalker90
> See [#8695](https://github.com/ElementsProject/lightning/issues/8695) i don't see the giantnode script generating any addresses, is this because for every invoice it generates a fallback onchain address?
They will probably prefer 1. but you should ask them
rebased after https://github.com/ElementsProject/lightning/pull/8768
CI timed out in pre-build checks in "Check source" at ``` contrib/pyln-proto/tests/test_invoice.py .. [ 13%] Error: The operation was canceled. ``` no clue why. It works locally.
The first logs don't reveal anything which is weird. The second logs just say that your bitcoin backend died, you should check bitcoind's logs on why that was. I have...
I'm no expert and i have recently tried to figure out how much memory a process on linux actually uses and my conclusion was: it's hard to tell. I thought...
But in case there were actual memory shortages malloc would of course take any memory from other processes if it's free. So if you see your processes getting killed with...
I also tried a few thing in CLN v25.12rc3 with reckless for the first time. > 4: `lightning-cli reckless source add` throws error `the reckless process has crashed` rather than...
plugins with a uv shebang also don't work i think. I've removed poetry support and uv dependency declarations from prometheus and instead put them below the shebang for uv. This...
With bolt12 you need to be able to send onion messages between source and destination. lnd nodes in particular do not support that by default afaik. So if your phoenix...