mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-08 16:36:32 +00:00
Update 13_3_Setting_Up_a_Channel.md
This commit is contained in:
parent
182d940005
commit
9b5014fad4
@ -10,7 +10,7 @@ In simple terms a lightning channel is a money tube that allows fast, cheap and
|
|||||||
More technically a channel is a 2-of-2 multisignature bitcoin onchain transaction that establishes a financial relationship between two agents without trust.
|
More technically a channel is a 2-of-2 multisignature bitcoin onchain transaction that establishes a financial relationship between two agents without trust.
|
||||||
Channels on the Lightning Network always are created between two nodes. The channel mantains a local database with bitcoin balance for both parts keeping track of how much money they each have. The two users can then exchange bitcoins through their Lightning channel without ever writing to the Bitcoin blockchain. Only when they want to close out their channel do they settle their bitcoins, based on the final division of coins.
|
Channels on the Lightning Network always are created between two nodes. The channel mantains a local database with bitcoin balance for both parts keeping track of how much money they each have. The two users can then exchange bitcoins through their Lightning channel without ever writing to the Bitcoin blockchain. Only when they want to close out their channel do they settle their bitcoins, based on the final division of coins.
|
||||||
|
|
||||||
> :warning: **WARNING:** In this chapter we will use testnet network and will use c-lightning as **primary node** to show all processes related but we will use a second lnd node too to create a channel with it. If you're running our BitcoinStandup setup you could choose either of the two implementations at the time of installing. All c-lightning commands will use prompt shell c$ and LND commands will use prompt shell lnd$.
|
> :warning: **WARNING:** In this chapter we will use testnet network and will use c-lightning as **primary node** to show all processes related but we will use a second lnd node too to create a channel with it. All c-lightning commands will use prompt shell c$ and LND commands will use prompt shell lnd$. If you're running our BitcoinStandup setup you could choose either of the two implementations at the time of installing.
|
||||||
|
|
||||||
### Steps to create a channel
|
### Steps to create a channel
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user