Skip to content

Commit

Permalink
GitBook: [master] 100 pages modified
Browse files Browse the repository at this point in the history
  • Loading branch information
brandoncurtis authored and gitbook-bot committed May 1, 2019
1 parent 09843e7 commit 0b3e480
Show file tree
Hide file tree
Showing 54 changed files with 59 additions and 59 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ description: Learn. Share. Accelerate Lightning.

{% tabs %}
{% tab title="Onboarding" %}
* [What is the Lightning Network?](lightning-technology/lightning/lightning-network.md)
* [What is the Lightning Network?](tech/lightning/lightning-network.md)
* [Lightning Wallets](tutorials/wallets/)
* [Bootstrapping Lightning Channels](tutorials/troubleshooting/bootstrapping-channels.md)
* [Lightning with Tor](tutorials/nodes/tor.md)
* [Understanding Lightning Invoices](lightning-technology/lightning/invoice.md)
* [Understanding Lightning Invoices](tech/lightning/invoice.md)
* [LND \(Lightning Network Daemon\)](tutorials/nodes/lnd.md)
{% endtab %}

Expand All @@ -25,12 +25,12 @@ description: Learn. Share. Accelerate Lightning.
{% endtab %}

{% tab title="R&D" %}
* [Atomic Multi-Path Payments \(AMP\)](lightning-technology/research/atomic-multi-path-payments.md)
* [Lightning Hardware Appliances](lightning-technology/research/lightning-appliance.md)
* [Watchtower Services](lightning-technology/research/watchtowers.md)
* [Trustless Layer1-Layer2 \(Submarine\) Swaps](lightning-technology/research/submarine-swap.md)
* [Atomic Multi-Path Payments \(AMP\)](tech/research/atomic-multi-path-payments.md)
* [Lightning Hardware Appliances](tech/research/lightning-appliance.md)
* [Watchtower Services](tech/research/watchtowers.md)
* [Trustless Layer1-Layer2 \(Submarine\) Swaps](tech/research/submarine-swap.md)
* [Macaroons for LND Authentication]()
* [Channel Backup](lightning-technology/channels/channel-backups.md)
* [Channel Backup](tech/channels/channel-backups.md)
{% endtab %}
{% endtabs %}

Expand Down
92 changes: 46 additions & 46 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* [Lightning Torch](tutorials/apps/lightning-torch.md)
* [Tipping Sites](tutorials/apps/tipping-sites.md)
* [Lightning Stores](tutorials/stores.md)
* [Lightning News Sources](tutorials/lightning-news-sources.md)
* [Lightning News Sources](tutorials/news.md)
* [Troubleshooting](tutorials/troubleshooting/README.md)
* [Bootstrapping Channels](tutorials/troubleshooting/bootstrapping-channels.md)
* [Public Nodes](tutorials/troubleshooting/public-nodes.md)
Expand All @@ -52,49 +52,49 @@

## Lightning Technology

* [Bitcoin Basics](lightning-technology/bitcoin/README.md)
* [Satoshi \(unit of currency\)](lightning-technology/bitcoin/satoshi-unit-of-currency.md)
* [Fees](lightning-technology/bitcoin/fees.md)
* [Coin Faucets](lightning-technology/bitcoin/faucet.md)
* [Digital Signatures](lightning-technology/bitcoin/signatures-on-lightning.md)
* [Hash](lightning-technology/bitcoin/hash.md)
* [Preimage](lightning-technology/bitcoin/pre-image.md)
* [Opcodes](lightning-technology/bitcoin/op-codes.md)
* [HTLC](lightning-technology/bitcoin/hltc.md)
* [Dust](lightning-technology/bitcoin/dust-limit.md)
* [Transaction Malleability](lightning-technology/bitcoin/transaction-malleability.md)
* [Bitcoin Address Formats](lightning-technology/bitcoin/bitcoin-address-formats.md)
* [Pubkey](lightning-technology/bitcoin/pubkey.md)
* [Replace-By-Fee \(RBF\)](lightning-technology/bitcoin/replace-by-fee-rbf.md)
* [State Channels](lightning-technology/bitcoin/state-channel.md)
* [Lightning Basics](lightning-technology/lightning/README.md)
* [What is the Lightning Network?](lightning-technology/lightning/lightning-network.md)
* [Basis of Lightning Technology \(BOLT\)](lightning-technology/lightning/basics-of-lightning-technology-bolt.md)
* [Onion Routing](lightning-technology/lightning/onion-routing.md)
* [Network Capacity](lightning-technology/lightning/network-capacity.md)
* [Node](lightning-technology/lightning/node.md)
* [Payment Channel](lightning-technology/lightning/payment-channel.md)
* [Payment Routing](lightning-technology/lightning/payment-routing.md)
* [Gossip](lightning-technology/lightning/gossip.md)
* [Hub](lightning-technology/lightning/hub.md)
* [Lightning Invoice](lightning-technology/lightning/invoice.md)
* [Sphinx Packet](lightning-technology/lightning/sphinx-packet.md)
* [Lightning Channels](lightning-technology/channels/README.md)
* [Channel Capacity](lightning-technology/channels/channel-capacity.md)
* [Opening A Channel](lightning-technology/channels/channel-opening.md)
* [Closing A Channel](lightning-technology/channels/channel-closing.md)
* [Channel Backup](lightning-technology/channels/channel-backups.md)
* [Research and Development](lightning-technology/research/README.md)
* [Sphinx Send](lightning-technology/research/sphinx-send.md)
* [Hold Invoices](lightning-technology/research/hodl-invoice.md)
* [Watchtowers](lightning-technology/research/watchtowers.md)
* [Privacy](lightning-technology/research/privacy.md)
* [Macaroons](lightning-technology/research/macaroons.md)
* [Submarine Swap](lightning-technology/research/submarine-swap.md)
* [Lightning Appliances](lightning-technology/research/lightning-appliance.md)
* [Channel Factories](lightning-technology/research/channel-factory.md)
* [Scriptless Scripts](lightning-technology/research/scriptless-scripts-schnorr.md)
* [Hardware Wallets](lightning-technology/research/hardware-wallets.md)
* [Atomic Multi-Path Payments](lightning-technology/research/atomic-multi-path-payments.md)
* [Eltoo](lightning-technology/research/eltoo.md)
* [Bitcoin Basics](tech/bitcoin/README.md)
* [Satoshi \(unit of currency\)](tech/bitcoin/satoshi-unit-of-currency.md)
* [Fees](tech/bitcoin/fees.md)
* [Coin Faucets](tech/bitcoin/faucet.md)
* [Digital Signatures](tech/bitcoin/signatures-on-lightning.md)
* [Hash](tech/bitcoin/hash.md)
* [Preimage](tech/bitcoin/pre-image.md)
* [Opcodes](tech/bitcoin/op-codes.md)
* [HTLC](tech/bitcoin/hltc.md)
* [Dust](tech/bitcoin/dust-limit.md)
* [Transaction Malleability](tech/bitcoin/transaction-malleability.md)
* [Bitcoin Address Formats](tech/bitcoin/bitcoin-address-formats.md)
* [Pubkey](tech/bitcoin/pubkey.md)
* [Replace-By-Fee \(RBF\)](tech/bitcoin/replace-by-fee-rbf.md)
* [State Channels](tech/bitcoin/state-channel.md)
* [Lightning Basics](tech/lightning/README.md)
* [What is the Lightning Network?](tech/lightning/lightning-network.md)
* [Basis of Lightning Technology \(BOLT\)](tech/lightning/basics-of-lightning-technology-bolt.md)
* [Onion Routing](tech/lightning/onion-routing.md)
* [Network Capacity](tech/lightning/network-capacity.md)
* [Node](tech/lightning/node.md)
* [Payment Channel](tech/lightning/payment-channel.md)
* [Payment Routing](tech/lightning/payment-routing.md)
* [Gossip](tech/lightning/gossip.md)
* [Hub](tech/lightning/hub.md)
* [Lightning Invoice](tech/lightning/invoice.md)
* [Sphinx Packet](tech/lightning/sphinx-packet.md)
* [Lightning Channels](tech/channels/README.md)
* [Channel Capacity](tech/channels/channel-capacity.md)
* [Opening A Channel](tech/channels/channel-opening.md)
* [Closing A Channel](tech/channels/channel-closing.md)
* [Channel Backup](tech/channels/channel-backups.md)
* [Research and Development](tech/research/README.md)
* [Sphinx Send](tech/research/sphinx-send.md)
* [Hold Invoices](tech/research/hodl-invoice.md)
* [Watchtowers](tech/research/watchtowers.md)
* [Privacy](tech/research/privacy.md)
* [Macaroons](tech/research/macaroons.md)
* [Submarine Swap](tech/research/submarine-swap.md)
* [Lightning Appliances](tech/research/lightning-appliance.md)
* [Channel Factories](tech/research/channel-factory.md)
* [Scriptless Scripts](tech/research/scriptless-scripts-schnorr.md)
* [Hardware Wallets](tech/research/hardware-wallets.md)
* [Atomic Multi-Path Payments](tech/research/atomic-multi-path-payments.md)
* [Eltoo](tech/research/eltoo.md)

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tutorials/apps/spacebit-satellite-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Somebody has been using the satellite to blog:

{% embed url="https://twitter.com/adam3us/status/1088907796794490881" %}

Pavol Rusnak, CTO of SatoshiLabs \(creatos of the Trezor [hardware wallet](../../lightning-technology/research/hardware-wallets.md)\), even used the Blockstream satellites to relay the [Lightning Torch](lightning-torch.md):
Pavol Rusnak, CTO of SatoshiLabs \(creatos of the Trezor [hardware wallet](../../tech/research/hardware-wallets.md)\), even used the Blockstream satellites to relay the [Lightning Torch](lightning-torch.md):

{% embed url="https://twitter.com/pavolrusnak/status/1093568672923348997" %}

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tutorials/nodes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Overview

Participation in the [Lightning Network](../../lightning-technology/lightning/lightning-network.md) requires running an implementation of a Lightning Network daemon software. This software launches and runs a unique [node](../../lightning-technology/lightning/node.md) that allows communication with other peers on the network. Multiple versions, or implementations, have been created by different entities, just as multiple implementations of core Bitcoin software exist. Different implementations maintain interoperability by conforming to [BOLT](../../lightning-technology/lightning/basics-of-lightning-technology-bolt.md) \(Basis of Lightning Technology\) standards.
Participation in the [Lightning Network](../../tech/lightning/lightning-network.md) requires running an implementation of a Lightning Network daemon software. This software launches and runs a unique [node](../../tech/lightning/node.md) that allows communication with other peers on the network. Multiple versions, or implementations, have been created by different entities, just as multiple implementations of core Bitcoin software exist. Different implementations maintain interoperability by conforming to [BOLT](../../tech/lightning/basics-of-lightning-technology-bolt.md) \(Basis of Lightning Technology\) standards.

## Details

Expand Down
2 changes: 1 addition & 1 deletion tutorials/nodes/c-lightning.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ category: lightning-software

## Overview

**c-lightning** is a a [BOLT](../../lightning-technology/lightning/basics-of-lightning-technology-bolt.md)-compliant Lightning implementation by Blockstream \[2\] written in C. Version 1 of c-lightning was released on August 8th, 2015, and has since been under active beta development. c-lightning runs on Linux.
**c-lightning** is a a [BOLT](../../tech/lightning/basics-of-lightning-technology-bolt.md)-compliant Lightning implementation by Blockstream \[2\] written in C. Version 1 of c-lightning was released on August 8th, 2015, and has since been under active beta development. c-lightning runs on Linux.

## Details

Expand Down
2 changes: 1 addition & 1 deletion tutorials/nodes/lnd.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ category: lightning-software

# LND

The Lightning Network Daemon \(LND\) is a complete Golang implementation of a [BOLT](../../lightning-technology/lightning/basics-of-lightning-technology-bolt.md)-compliant Lightning Network node developed by Lightning Labs. It can connect to the Lightning Networks deployed on Bitcoin \(mainnet, testnet3\) and Litecoin \(mainnet, testnet4\).
The Lightning Network Daemon \(LND\) is a complete Golang implementation of a [BOLT](../../tech/lightning/basics-of-lightning-technology-bolt.md)-compliant Lightning Network node developed by Lightning Labs. It can connect to the Lightning Networks deployed on Bitcoin \(mainnet, testnet3\) and Litecoin \(mainnet, testnet4\).

LND is open source software under [very active development on GitHub](https://github.com/lightningnetwork/lnd/projects/1): v0.1-alpha was released on January 11th 2017; v0.5-beta was released on September 18th 2018; v0.6-beta is expected in Spring 2019.

Expand Down
2 changes: 1 addition & 1 deletion tutorials/troubleshooting/bootstrapping-channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: quickly improve your Lightning Network connection

Your Lightning node starts with zero channels, and you must fund channels with other nodes on the network in order to send Lightning payments. Connecting to nodes that are already well-connected helps ensure that you will be able to find routes and send payments anywhere on the network.

Because payment channels are currently funded only by the initiating party \(though [dual-funded channels](../../lightning-technology/channels/channel-opening.md) are eventually planned\), opening channels only gives you capacity to send, not to receive. To get receiving capacity, you must either open a channel and then spend money through it, or you must convince other nodes to open channels to you. For recommendations on places to spend money on the Lightning Network, see also [Lightning Apps](../apps/) and [Lightning Stores](../stores.md).
Because payment channels are currently funded only by the initiating party \(though [dual-funded channels](../../tech/channels/channel-opening.md) are eventually planned\), opening channels only gives you capacity to send, not to receive. To get receiving capacity, you must either open a channel and then spend money through it, or you must convince other nodes to open channels to you. For recommendations on places to spend money on the Lightning Network, see also [Lightning Apps](../apps/) and [Lightning Stores](../stores.md).

## Nodes That Open Back

Expand Down
2 changes: 1 addition & 1 deletion tutorials/wallets/zap-desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Zap supports autopilot configuration, remote node connection, BTCPay support, an

![Screenshot from Zap Desktop on macOS](../../.gitbook/assets/zap-screenshot2.png)

Zap walks users through the creation of a wallet on install. Users progress through a traditional user flow, creating a wallet and backing up the seed phrase. Zap also has [autopilot](../../lightning-technology/channels/channel-opening.md#autopilot) functionality.
Zap walks users through the creation of a wallet on install. Users progress through a traditional user flow, creating a wallet and backing up the seed phrase. Zap also has [autopilot](../../tech/channels/channel-opening.md#autopilot) functionality.

### Tech Stack

Expand Down

0 comments on commit 0b3e480

Please sign in to comment.