Lightning Network Daemon
Go to file
2019-03-15 10:08:52 +01:00
.github
aezeed Add a links to KDF and BIP39 2019-02-02 17:45:13 +01:00
autopilot autopilot/agent_test: add TestAgentChannelSizeAllocation 2019-03-14 08:49:28 +01:00
brontide brontide/conn: expose ReadNextHeader+ReadNextBody 2019-02-21 20:11:19 -08:00
buffer buffer+pool: add buffer.Read and pool.ReadBuffer 2019-02-15 19:33:08 -08:00
build build: bump to psuedo version 0.5.2-99-beta 2019-02-22 15:31:07 -08:00
chainntnfs multi: update build to latest version of neutrino+btcwallet 2019-03-13 15:03:39 -07:00
chanbackup chanbackup: add new sub-system for keeping the on disk channels.backup up to date 2019-01-23 18:11:33 -08:00
channeldb lnrpc/invoicesrpc: remove lnrpc type from add invoice 2019-03-15 10:08:52 +01:00
channelnotifier lnd: introduce the ChannelNotifier. 2019-02-05 18:17:54 -08:00
cmd/lncli Merge pull request #2680 from grunch/passwd-length-validation-on-create-wallet 2019-03-12 12:12:54 -07:00
contractcourt contractcourt: add access to full invoice registry from resolvers 2019-03-15 10:08:35 +01:00
contrib
discovery discovery+server: send lazy gossip msgs 2019-03-05 17:08:48 -08:00
docker Change simtest to testnet for connection to testnet faucet 2019-02-25 22:12:33 -06:00
docs fix links to BIP 157 and 158 2019-02-27 10:01:34 +01:00
htlcswitch htlcswitch: resolve invoice cancelation race condition 2019-03-15 10:08:46 +01:00
input sweep/input: adds NewBaseInput to return reference 2019-02-05 18:27:07 -08:00
invoices lnrpc/invoicesrpc: remove lnrpc type from add invoice 2019-03-15 10:08:52 +01:00
keychain
lncfg
lnpeer peer: add SendMessageLazy 2019-03-05 17:08:22 -08:00
lnrpc lnrpc/invoicesrpc: remove lnrpc type from add invoice 2019-03-15 10:08:52 +01:00
lntest lnrpc+rpcserver: rename ScriptPubkey to PkScript on Utxo msg 2019-02-11 13:02:25 -08:00
lntypes lntypes: return a value from constructors 2019-03-15 10:08:38 +01:00
lnwallet lnwallet/btcwallet: remove unnecessary tx in mempool/chain checks 2019-03-13 17:57:19 -07:00
lnwire lnwire: add constructor for FinalExpiryTooSoon failure message 2019-03-15 10:08:29 +01:00
macaroons multi: move Input interface and related code 2019-01-31 13:25:33 +01:00
make build+test+make: modify travis make directive to also compile sub-servers 2019-02-04 17:15:13 -08:00
multimutex
nat
netann netann/chan_status_manager_test: adds ChanStatusManager unit tests 2019-02-14 17:12:59 -08:00
pool pool/worker_test: add tests for concrete Worker pools 2019-02-21 20:10:40 -08:00
queue Merge pull request #2419 from cfromknecht/brontide-buffer-pool 2019-02-18 17:51:17 -08:00
routing zpay32: move HopHint and DefaultFinalCLTVDelta 2019-03-15 10:08:32 +01:00
shachain
signal
subscribe subscribe: add new subscribe package 2019-02-05 18:17:54 -08:00
sweep multi: move Input interface and related code 2019-01-31 13:25:33 +01:00
ticker ticker: add module support 2019-02-12 16:05:24 -08:00
tor
walletunlocker Add password length validation on create CLI 2019-03-05 20:58:46 -03:00
watchtower multi: remove ErrDoubleSpend check for PublishTransaction 2019-03-13 17:57:19 -07:00
zpay32 zpay32: move HopHint and DefaultFinalCLTVDelta 2019-03-15 10:08:32 +01:00
.gitignore
.travis.yml travis: use make travis-itest to perform linting 2019-01-31 23:47:15 -08:00
breacharbiter_test.go cnct+lnwl+hswc: use lntypes.Preimage for witness beacon 2019-02-19 17:06:00 -08:00
breacharbiter.go multi: move Input interface and related code 2019-01-31 13:25:33 +01:00
chainparams.go
chainregistry.go lnd: extract neutrino initialization to new function 2019-03-13 17:20:38 -07:00
chancloser.go multi: inspect missed errors in scoped if statements 2019-03-11 13:23:21 -07:00
config.go config+server+lnd_test: expose chan status manager config options 2019-02-14 17:13:11 -08:00
doc.go
Dockerfile
fundingmanager_test.go peer: add SendMessageLazy 2019-03-05 17:08:22 -08:00
fundingmanager.go multi: remove ErrDoubleSpend check for PublishTransaction 2019-03-13 17:57:19 -07:00
go.mod multi: update build to latest version of neutrino+btcwallet 2019-03-13 15:03:39 -07:00
go.sum multi: update build to latest version of neutrino+btcwallet 2019-03-13 15:03:39 -07:00
LICENSE
lnd_test.go Merge pull request #2610 from halseth/trivial-itest 2019-02-21 16:32:01 -08:00
lnd.go lnd: extract neutrino initialization to new function 2019-03-13 17:20:38 -07:00
log.go lnd: introduce the ChannelNotifier. 2019-02-05 18:17:54 -08:00
logo.png
Makefile Merge pull request #2745 from cfromknecht/make-install-btcd 2019-03-08 18:41:18 -08:00
mock.go rpc: recognize the new unused prefix address types 2019-03-05 15:35:28 -08:00
nursery_store_test.go
nursery_store.go
peer_test.go
peer.go peer: preallocate errchans opt 2019-03-05 17:08:35 -08:00
pilot.go
README.md
release.sh
rpcserver.go lnrpc/invoicesrpc: remove lnrpc type from add invoice 2019-03-15 10:08:52 +01:00
sample-lnd.conf
server_test.go
server.go contractcourt: add access to full invoice registry from resolvers 2019-03-15 10:08:35 +01:00
subrpcserver_config.go config: add sub-server config parsing logic for the new Router service 2019-02-20 16:10:43 -08:00
test_utils.go peer+server+test_utlils: use new ChanStatusManager 2019-02-14 17:13:44 -08:00
utxonursery_test.go utxonursery: report unconfirmed htlc on commit tx 2019-02-01 09:36:54 +01:00
utxonursery.go multi: remove ErrDoubleSpend check for PublishTransaction 2019-03-13 17:57:19 -07:00
witness_beacon.go channeldb+witness_beacon: use sha256 lookup+delete witness 2019-02-19 17:06:42 -08:00

Lightning Network Daemon

Build Status MIT licensed Irc Godoc

The Lightning Network Daemon (lnd) - is a complete implementation of a Lightning Network node and currently deployed on testnet3 - the Bitcoin Test Network. lnd has several pluggable back-end chain services including btcd (a full-node), bitcoind, and neutrino (a new experimental light client). The project's codebase uses the btcsuite set of Bitcoin libraries, and also exports a large set of isolated re-usable Lightning Network related libraries within it. In the current state lnd is capable of:

  • Creating channels.
  • Closing channels.
  • Completely managing all channel states (including the exceptional ones!).
  • Maintaining a fully authenticated+validated channel graph.
  • Performing path finding within the network, passively forwarding incoming payments.
  • Sending outgoing onion-encrypted payments through the network.
  • Updating advertised fee schedules.
  • Automatic channel management (autopilot).

Lightning Network Specification Compliance

lnd fully conforms to the Lightning Network specification (BOLTs). BOLT stands for: Basis of Lightning Technology. The specifications are currently being drafted by several groups of implementers based around the world including the developers of lnd. The set of specification documents as well as our implementation of the specification are still a work-in-progress. With that said, the current status of lnd's BOLT compliance is:

  • BOLT 1: Base Protocol
  • BOLT 2: Peer Protocol for Channel Management
  • BOLT 3: Bitcoin Transaction and Script Formats
  • BOLT 4: Onion Routing Protocol
  • BOLT 5: Recommendations for On-chain Transaction Handling
  • BOLT 7: P2P Node and Channel Discovery
  • BOLT 8: Encrypted and Authenticated Transport
  • BOLT 9: Assigned Feature Flags
  • BOLT 10: DNS Bootstrap and Assisted Node Location
  • BOLT 11: Invoice Protocol for Lightning Payments

Developer Resources

The daemon has been designed to be as developer friendly as possible in order to facilitate application development on top of lnd. Two primary RPC interfaces are exported: an HTTP REST API, and a gRPC service. The exported API's are not yet stable, so be warned: they may change drastically in the near future.

An automatically generated set of documentation for the RPC APIs can be found at api.lightning.community. A set of developer resources including talks, articles, and example applications can be found at: dev.lightning.community.

Finally, we also have an active Slack where protocol developers, application developers, testers and users gather to discuss various aspects of lnd and also Lightning in general.

Installation

In order to build from source, please see the installation instructions.

Docker

To run lnd from Docker, please see the main Docker instructions

IRC

  • irc.freenode.net
  • channel #lnd
  • webchat

Security

The developers of lnd take security very seriously. The disclosure of security vulnerabilities helps us secure the health of lnd, privacy of our users, and also the health of the Lightning Network as a whole. If you find any issues regarding security or privacy, please disclose the information responsibly by sending an email to security at lightning dot engineering, preferably encrypted using our designated PGP key (91FE464CD75101DA6B6BAB60555C6465E5BCB3AF) which can be found here.

Further reading