Bitcoin Belly Button
Bitcoin Belly Button
Opened issue at RTL as well: https://github.com/Ride-The-Lightning/RTL/issues/439
Yeah, I figured it could be the RTL use of c-lightning-REST the source of the problem. That's why I opened an issue with them afterward. They marked it as a...
Thanks. It's a minor inconvenience. I can just rename the Plugins directory when I need to rebalance, ignore RTL and then rename it *.bak when I'm done. Not sure how...
When I load the plugin, the plugin works fine but RTL stops working. So once I'm done rebalancing I rename the plugins directory to plugins.bak and restart lightnind so it...
RTL will fix it in the next release so I won't touch anything in order to be able to let them know if the fix actually worked on my installation....
Hi @saubyk. It is running as a plugin. I just double checked. ``` ------------------------------ **~/.lightning/config** alias=BitcoinBellyButton bind-addr=127.0.0.1:9735 proxy=127.0.0.1:9050 announce-addr=xxxxxx.onion:9735 plugin=/home/go/c-lightning-REST/plugin.js rest-port=3001 rest-docport=4001 rest-protocol=https -------------------------------- ``` **BUT**, I also tried to...
NOPE. Same problem. Using the config file does not solve the issue. As soon as you reload the page the bug is back.
Sure. Here it is: https://github.com/lightningd/plugins/tree/master/rebalance
Same here after updating to CLN v0.12.0f or ``` lightning-cli rebalance -k outgoing_scid=xxxx incoming_scid=xxxx { "code": -32600, "message": "Error while processing rebalance: 'Plugin' object has no attribute 'getroute'", "traceback": "Traceback...
Log with rebalance.py plugin dynamic start and subsequent attempted use: ``` 2022-10-04T23:59:35.784Z INFO plugin-rebalance.py: Traceback (most recent call last): 2022-10-04T23:59:35.784Z INFO plugin-rebalance.py: File \"/home/go/.local/lib/python3.8/site-packages/pyln/client/plugin.py\", line 639, in _dispatch_request 2022-10-04T23:59:35.784Z INFO...