circular
circular copied to clipboard
Core Lightning plugin that helps routing nodes rebalance their channels
``` lightning-cli plugin start /home/bitcoin/circular/circular { "code": -3, "message": "/home/bitcoin/circular/circular: exited before replying to init" } ```
[`glightning`](https://github.com/ElementsProject/glightning) has been almost abandoned for quite some time and is behind on many deprecated fields. Also, `glightning` [currently lacks notifications `channel_state_changed` and `shutdown`](https://github.com/ElementsProject/glightning/issues/2) which would be helpful for our...
We currently use [Badgerdb](https://dgraph.io/docs/badger/) as a database for everything. We save data and preimages. Preimages do not really have to be saved in the db so we could even just...
I freshly installed `circular` on a RaspiBlitz instance today and get an error on first launch. ## Steps to reproduce ``` $ cd /home/bitcoin/cl-plugins-available $ wget https://github.com/giovannizotta/circular/releases/download/0.1/circular-0.1-linux-arm64.tar.gz $ tar -xvf...
The [nix-bitcoin](https://github.com/fort-nix/nix-bitcoin) project provides a NixOS-compatible package of Bitcoin tools that can be deployed in an easily-reproducible way. I'd love to use circular with nix-bitcoin. There are already a bunch...
I have circular running for a week now on 3 nodes with CLN 24.x. Log output looks normal, but I cannot rebalance any channels. Does circular work for anyone?
On older CLN versions, several routes were tried between source and sink. With CLN v23.11, the same route is just retried several times - even after failures.
Feature request Make it possible to change the data folder. I tried this plugin for a few minutes and the data folder grew fast up to almost 3Gb. It could...
Use new method ListPeerChannels in glightning instead of ListPeers. This fixed `circular` and `circular-node` methods, but `circular-push` and `circular-pull` still seem to be broken.