All Projects → lightningnetwork → Paper

lightningnetwork / Paper

Lightning Network Paper

Projects that are alternatives of or similar to Paper

Lnd
Lightning Network Daemon ⚡️
Stars: ✭ 5,623 (+4034.56%)
Mutual labels:  protocol, lightning, lightning-network
Lightning Rfc
Lightning Network Specifications
Stars: ✭ 1,224 (+800%)
Mutual labels:  protocol, lightning, lightning-network
Umbrel
A personal Bitcoin and Lightning node designed for everyone
Stars: ✭ 508 (+273.53%)
Mutual labels:  lightning, lightning-network
Lightninglib
lightninglib is a fork of lnd which aims to be usable as a go library inside any application, including mobile apps.
Stars: ✭ 11 (-91.91%)
Mutual labels:  lightning, lightning-network
Blixt Wallet
Bitcoin Lightning Wallet with focus on usability and user experience
Stars: ✭ 40 (-70.59%)
Mutual labels:  lightning, lightning-network
Ipfs
Peer-to-peer hypermedia protocol
Stars: ✭ 20,128 (+14700%)
Mutual labels:  paper, protocol
Arxiv Style
A Latex style and template for paper preprints (based on NIPS style)
Stars: ✭ 497 (+265.44%)
Mutual labels:  latex, paper
Eclair
A scala implementation of the Lightning Network.
Stars: ✭ 892 (+555.88%)
Mutual labels:  lightning, lightning-network
Lndmanage
Channel management tool for lightning network daemon (LND) operators.
Stars: ✭ 114 (-16.18%)
Mutual labels:  lightning, lightning-network
Plugins
Community curated plugins for c-lightning
Stars: ✭ 120 (-11.76%)
Mutual labels:  lightning, lightning-network
Joule Extension
Lightning payments extension for Chrome
Stars: ✭ 303 (+122.79%)
Mutual labels:  lightning, lightning-network
Awesome Bitcoin Payment Processors
🌟 A curated list of Bitcoin payment processors enabling merchants, businesses and nonprofits to accept Bitcoin payments.
Stars: ✭ 129 (-5.15%)
Mutual labels:  lightning, lightning-network
Polar
One-click Bitcoin Lightning networks for local app development & testing
Stars: ✭ 265 (+94.85%)
Mutual labels:  lightning, lightning-network
Electrum
Electrum Bitcoin Wallet
Stars: ✭ 5,353 (+3836.03%)
Mutual labels:  lightning, lightning-network
sympy-paper
Repo for the paper "SymPy: symbolic computing in python"
Stars: ✭ 42 (-69.12%)
Mutual labels:  latex, paper
BitcoinCacheMachine
Run privacy-preserving Bitcoin payment infrastructure at your home or office. Deploy on commodity x64_86.
Stars: ✭ 18 (-86.76%)
Mutual labels:  lightning, lightning-network
trustedcoin
A lightningd plugin that replaces your own Bitcoin Core node with trusted public explorers.
Stars: ✭ 24 (-82.35%)
Mutual labels:  lightning, lightning-network
awesome-lnurl
A curated list of awesome lnurl things.
Stars: ✭ 252 (+85.29%)
Mutual labels:  lightning, lightning-network
Lightning Faucet
A faucet for the Lightning Network!
Stars: ✭ 56 (-58.82%)
Mutual labels:  lightning, lightning-network
Phoenix
Phoenix is a non custodial Bitcoin wallet using Lightning to send/receive payments.
Stars: ✭ 129 (-5.15%)
Mutual labels:  lightning, lightning-network

Lightning Network Paper

This is the Bitcoin Lightning Network paper.

Paper PDF: http://lightning.network/lightning-network-paper.pdf

#Compiling/Editing

Paper is in LaTeX format. Diagrams are in dia, but may remake the diagrams in inkscape for cleanliness.

Updating bibliography

If you're not familiar with latex, updating bibliography requires running:

pdflatex new.tex
bibtex new
pdflatex new.tex
pdflatex new.tex

Generating figures

requires dia

cd figures
python dia2pdf.py

Formatting

By default, there is a text width of 80 characters unless there is an explicit need to go longer.

If you want to do formatting of paragraphs, the vim settings are:

:set tw=80

If you want to reflow text, it's

<ESC>gqj

If you want to reflow an entire paragraph, it's

<ESC>gq}

There are a couple places where reflowing will break (primarily in figures where it's sensitive to linebreaks).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].