Update 04.md

This commit is contained in:
brqgoo
2023-01-16 16:54:43 +03:00
committed by GitHub
parent 0afc14438a
commit 083b64b951

4
04.md
View File

@@ -22,8 +22,8 @@ Submarine swaps don't scale. From sweeping funds to opening a channel, overall p
| Type | HTLC output | HTLC outpoint | HTLC redeem | Channel output | Total | | Type | HTLC output | HTLC outpoint | HTLC redeem | Channel output | Total |
|------------------------------|----------------|----------------|--------------|----------------|----------- | |------------------------------|----------------|----------------|--------------|----------------|----------- |
| HTLC-based submarine Swaps | 43 vBytes | 40 vBytes | 56 vBytes | 43 vBytes | 182 vBytes | | HTLC-based submarine swaps | 43 vBytes | 40 vBytes | 56 vBytes | 43 vBytes | 182 vBytes |
| PTLC-based submarine Swaps | 43 vBytes | 40 vBytes | 16 vBytes | 43 vBytes | 142 vBytes | | PTLC-based submarine swaps | 43 vBytes | 40 vBytes | 16 vBytes | 43 vBytes | 142 vBytes |
## Specification ## Specification
`Channel addresses`, as seen [here](https://burakkeceli.medium.com/channel-addresses-bd85e9ab8fe1) and [here](https://rubin.io/bitcoin/2021/12/11/advent-14/), make it possible to craft on-chain bitcoin addresses such that whenever funded by someone, becomes a payment channel between the user and the channel partner (LSP), where the channel funds are initially kept on the user's side. Channel address require new additions to the bitcoin scripting system, and planned as a future extension under [BDS-19](https://github.com/bits-wallet/specs/blob/main/19.md). `Channel addresses`, as seen [here](https://burakkeceli.medium.com/channel-addresses-bd85e9ab8fe1) and [here](https://rubin.io/bitcoin/2021/12/11/advent-14/), make it possible to craft on-chain bitcoin addresses such that whenever funded by someone, becomes a payment channel between the user and the channel partner (LSP), where the channel funds are initially kept on the user's side. Channel address require new additions to the bitcoin scripting system, and planned as a future extension under [BDS-19](https://github.com/bits-wallet/specs/blob/main/19.md).