Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to increase fund in a connected channel #835

Closed
ziyang0621 opened this issue Jan 29, 2018 · 3 comments
Closed

Ability to increase fund in a connected channel #835

ziyang0621 opened this issue Jan 29, 2018 · 3 comments

Comments

@ziyang0621
Copy link

I have funded a channel with a node to buy stickers from Blockstream store.

I want to put more Bitcoin to the channel to buy more stuff. However seems there is no command to do that, I tried lightning-cli fundchannel <node_id> command, but it returns { "code" : -1, "message" : "Peer already CHANNELD_NORMAL" }.

So do I have to close the channel first then open a channel again with that node? Or should have add a new command to fund to an existing channel.

@ZmnSCPxj
Copy link
Collaborator

Better for you to connect to another peer with a new channel, really, as it would better support the network and would also make you a tiny hub able to route payments. At least that would offset a little the onchain funds you would spend to open a new channel.

Spec needs to be modified first to make this feature implementable. See: lightning/bolts#280

Defer to later, when we can actually fix lightning-rfc issue 280 in spec version 1.1.

@ZmnSCPxj
Copy link
Collaborator

Also, currently, c-lightning is one-peer-one-channel. Other Lightning software (lnd, Eclair) do not have this limitation. So for c-lightning specifically, you need to have a channel with another node. The Blockstream store is itself powered by c-lightning also, so even if you use lnd or Eclair you will not be able to make more than one channel with the Blockstream node.

@cdecker
Copy link
Member

cdecker commented Jan 29, 2018

Closing this since it belongs in https://github.com/lightningnetwork/lightning-rfc

@cdecker cdecker closed this as completed Jan 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants