kexkey
kexkey
Ongoing on branch [features/liquid](https://github.com/SatoshiPortal/cyphernode/tree/features/liquid)
Thanks for the PR @vmenond ! Sorry for the delay, I was away in the last week or so. Is the overhead of enabling `peerblockfilters` a big problem? Do you...
Thanks for your contribution! Can you base your PR on `dev`? I'd like to try this.
Workaround: ctrl-c and restart setup.
Absolutely, LND dockerfile has to be updated (it's 6 months old). It's in the TODO. :-)
This is a major issue with some of my huge spreadsheets where I need to copy formula results (values, not formulas) to an e-mail or any other application. I need...
Might have something to do with this: https://github.com/ElementsProject/lightning/blob/v23.11.2/doc/lightning-listpeers.7.md#return-value ``` - channels (array of objects, optional) deprecated, removal in v23.11: ``` For some reason, `channels` in the `listpeers` response is still...
Let's add `%w` to the `bitcoin.conf`'s `walletnotify` line so we can skip processing the tx when it's not part of cyphernode wallet.
Nice PR! Please move `getfeeratefromurl`, `getpriorityfromconftarget` and `getfeerate` functions from `walletoperations.sh` to `bitcoin.sh`. In `requesthandler.sh`, rename `getfeerate` to `bitcoin_getfeerate`. Also, we need to add `action_bitcoin_getfeerate=watcher` to `cyphernodeconf_docker/templates/gatekeeper/api.properties` for the request...
Can you make `batchspend()` (in batching.sh) use the new `getfeerate` function?