-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Description
Description
I have a Bitcart installation which uses Electrum under the hood as a wallet. Gossip is enabled. The node should be accessible on testnet v3 03f48270818746aeffbb29dab5dc63993b0e4cda458ed5ef1f39e0a82043a36022@73.11.69.253:9735
I am able to successfully open a channel from another electrum wallet to this node, however, when trying to open a channel from an LND node, I get errors like:
[INF] FNDG: Cancelling funding reservation for node_key=03f48270818746aeffbb29dab5dc63993b0e4cda458ed5ef1f39e0a82043a36022,
[ERR] RPCS: unable to open channel to NodeKey(03f48270818746aeffbb29dab5dc63993b0e4cda458ed5ef1f39e0a82043a36022): unable to send funding request message: peer exiting
RPCS: unable to open channel to NodeKey(03f48270818746aeffbb29dab5dc63993b0e4cda458ed5ef1f39e0a82043a36022): user canceled funding
Unable to handle funding accept message for peer_key=03f48270818746aeffbb29dab5dc63993b0e4cda458ed5ef1f39e0a82043a36022, pending_chan_id=xx: aborting PSBT flow: user canceled funding
Background:
I am working to automate liquidity management in lightning for Bitcart. Bitcart is an OSS payment processing tool similar to BTCPayServer, which uses electrum wallet in the backend. To do this, I am trying to purchase liquidity from Zeus using their API see the docs for that below. I am able to use create_order but I'm unable to pay the invoice to buy the liquidity because Zeus is unable to open a channel to my electrum wallet.
https://docs.zeusln.app/lsp/services/lsps1
Electrum version: 4.6.0b1 - https://electrum.org - https://github.com/spesmilo/electrum
Python version: 3.12.11 (main, Aug 12 2025, 22:39:47) [GCC 14.2.0]. On platform: Linux-5.4.0-169-generic-x86_64-with