I think it should be possible. If you load a node backup on another node it should work right?
As long as you use / are in Control of the same private/public keypair used to open the channels.
Correct me If I'm wrong.
I think it should be possible. If you load a node backup on another node it should work right?
As long as you use / are in Control of the same private/public keypair used to open the channels.
Correct me If I'm wrong.
Sure you can migrate a lightning node to another machine, no problem. Just copy the necessary files and you're golden. What I was talking about would be more like "transferring ownership" of a channel to another running node which already has channels. Similar to transferring ownership of a git repository to another account.
Ahh I see. For that you would have to give the keypair to the user of the other node If you want to make it without onchain transactions. This would mean two people have access to the keys. It would also mean a change of the contract with the other end of the channel so maybe consensus should be needed.
It should be possible to do it with only one onchain transaction instead of two though.
One end of the channel could pay for a special mainchain transaction and the other end can decide within the htlc-time if he wants to accept the change or close the channel.
Cheers. You seem to be very knowledgeable with lightning. Followed back.