daywalker90

Results 43 issues of daywalker90

I tried reckless through the recklessrpc plugin like this: ```python l1 = node_factory.get_node() l1.rpc.call("reckless", ["source", "remove", "https://github.com/lightningd/plugins"]) ``` and this works on my machine with CLN v25.12 just fine but...

I wanted to benchmark my plugin on a big node so i made use of the giantnode script which sadly crashed at ~660k payments because my `/tmp` was full but...

I tried the giantnode script, which crashed at ~660k payments/invoices because my `/tmp` was only 32GB and i think the log files were a big part of it. Anyways i...