Chris Guida

Results 265 comments of Chris Guida

Perhaps we should add a note in the docs that `rebalance` doesn't work with private channels? @m-schmoock @gallizoltan @cdecker

Have a look at https://github.com/daywalker90/clnrest-rs for the Rust version of clnrest, which should integrate a lot more easily with nix-bitcoin than the python version :)

Does anyone know of a good repo to look at for an example of what to do here? @jurraca @nothingmuch The goal is to be able to type `nix develop`...

@cdecker do you have a link to your flake handy? would love to take a look!

@JosephGoulden can you post the error? Would love to resurrect this and get it working... I can jump on a call to collaborate!

Hmm I'm not even getting past `nix develop` on this branch now... ``` $ nix develop error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) … while...

Hmm @JosephGoulden I tried your change, but i get this: ![image](https://github.com/user-attachments/assets/d5fb049f-6fd5-4495-8229-ff1fe52d3bdc) Took like 40GB of RAM before erroring out here xD Wonder what that's about

Tried just getting rid of the flake.lock file and i get this: ``` $ nix develop warning: Git tree '/home/cguida/work/lightning/elementsproject' is dirty warning: creating lock file '/home/cguida/work/lightning/elementsproject/flake.lock' warning: Git tree...

Not sure how you're getting that. I'm getting this: ``` error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) … while evaluating derivation 'cln' whose name attribute...

Here's my git diff ![image](https://github.com/user-attachments/assets/7318dff4-f48d-4e54-b038-c976ddef288d) With this diff I get the "infinite recursion" problem described above