lnd version, "hacked" to enable seedless restore from xprv + scb
Go to file
carla 8cbed23f26
invoices: split resolution result into settle, fail and accept enums
This commit splits the resolution result enum into results divided
by outcome (settled, failed or accepted). This allows us to more
strictly control which resolution results can be used with which
HtlcResolution structs, to prevent the combination of a settle
resolution result with a failure resolution result, for example.
2020-02-06 19:41:39 +02:00
.github CODEOWNERS: remove top level catch all 2019-07-10 12:15:38 -07:00
aezeed multi: fix dropped errors 2019-09-13 09:50:38 +02:00
autopilot Merge pull request #3841 from joostjager/check-max-onion-size 2019-12-20 14:42:47 +01:00
brontide brontide: add SetCurveToNil function 2020-01-30 16:45:59 -05:00
buffer buffer+pool: add buffer.Read and pool.ReadBuffer 2019-02-15 19:33:08 -08:00
build build/release: update release script to handle multiple tags at head 2020-01-21 20:46:40 -08:00
cert cert: add bufconn to TLS hostnames 2019-12-18 10:28:22 +01:00
chainntnfs bitcoindnotify: add missing space in log message in bitcoind.go 2019-12-10 14:54:27 +02:00
chanacceptor chanacceptor: adding tests for the RPCAcceptor 2019-09-25 12:07:31 -04:00
chanbackup chanbackup: encode broadcast height in chan ID for unconfirmed channels 2019-11-26 14:45:21 +01:00
chanfitness chanfitness: save initial online event for channels with online peers 2020-01-07 16:35:23 +02:00
channeldb Merge pull request #3872 from joostjager/invalid-sig-fix 2020-01-23 21:08:07 +01:00
channelnotifier rpc: Add PendingOpenChannel to SubscribeChannelEvents 2020-01-24 13:48:18 +01:00
clock general: adding the Clock interface to aid testing 2019-12-13 16:52:22 +01:00
cmd Merge pull request #3809 from joostjager/anchor-sweeper 2020-01-23 11:46:46 +01:00
contractcourt multi: replace htlcResolution with an interface 2020-02-06 19:41:36 +02:00
contrib contrib: add basic bash completion for lncli 2017-01-29 18:12:53 -08:00
discovery discovery: check ChainHash in QueryChannelRange messages 2020-01-17 11:51:09 -08:00
docker docker: enable docker-compose up command for btc and ltc compose files 2020-01-03 12:25:48 -06:00
docs docker: specify a tag, branch or commit using docker build-arg 2019-11-19 02:17:52 -06:00
feature Fix typos 2020-01-17 21:18:20 +00:00
fuzz/brontide fuzz/brontide: random+static round-trip encrypt+decrypt harnesses 2020-01-30 16:46:02 -05:00
htlcswitch multi: replace htlcResolution with an interface 2020-02-06 19:41:36 +02:00
input input: remove duplicate commit weight constant 2020-01-06 12:08:25 +01:00
invoices invoices: split resolution result into settle, fail and accept enums 2020-02-06 19:41:39 +02:00
keychain keychain: use fast scrypt options for unit tests 2020-01-24 14:02:40 +01:00
lncfg lncfg+lncli: replace WithDialer->WitchContextDialer 2019-12-17 13:37:29 +01:00
lnpeer multi: merge local+global features from remote peer 2019-11-08 05:31:47 -08:00
lnrpc Merge pull request #3926 from C-Otto/master 2020-01-31 11:34:34 +01:00
lntest Merge pull request #3194 from halseth/listpayments-test-on-chain-settle 2020-01-28 17:29:23 -08:00
lntypes lntypes: add ZeroHash 2019-06-05 12:41:41 +02:00
lnwallet Merge pull request #3872 from joostjager/invalid-sig-fix 2020-01-23 21:08:07 +01:00
lnwire lnwire: explicitly handle empty list when encoding short chan IDs 2020-01-13 20:26:55 -08:00
macaroons macaroons: add encKeyMtx to prevent race condition 2019-11-09 21:12:11 -05:00
make Makefile: make unit tess non-verbose 2019-11-22 12:29:02 -08:00
mobile Merge pull request #3908 from halseth/mobile-trim-spaces 2020-01-23 11:54:25 +01:00
monitoring multi: remove dead code 2019-09-10 17:21:59 +02:00
multimutex multimutex: add new multimutex package 2018-01-24 10:26:39 +01:00
nat server: add periodic renewal of port forwarding 2019-04-13 13:49:31 +00:00
netann multi: remove dead code 2019-09-10 17:21:59 +02:00
peernotifier peernotifier: Add peer notifier package for peer online/offline events 2019-08-02 10:15:28 -04:00
pool multi: fix spelling mistakes 2019-05-04 15:35:37 -07:00
queue queue: fixing doc after cherry pick 2019-12-13 16:52:22 +01:00
record record: add AMP record and encode/decode methods 2020-01-28 06:43:07 -08:00
routing Merge pull request #3957 from cfromknecht/amp-record 2020-02-03 15:53:21 -08:00
scripts build: bump travis bitcoind version to 0.19.0.1 2019-11-25 10:59:00 -08:00
shachain multi: remove dead code 2019-09-10 17:21:59 +02:00
signal signal: initialize interceptor explictly 2019-11-12 19:16:22 +01:00
subscribe multi: fix canceled spelling 2019-10-03 17:27:36 +02:00
sweep sweep: allow force sweeps 2020-01-15 16:56:44 +01:00
ticker ticker+queue: run go mod tidy 2019-07-26 09:29:38 +02:00
tlv tlv+record+routing: add payload size calculation 2019-12-20 11:00:01 +01:00
tor Tor option to override target ip address 2019-09-14 17:05:32 +02:00
walletunlocker walletunlocker: use fast scrypt options for unit tests 2020-01-24 14:02:40 +01:00
watchtower watchtower/wtwire/init: use feature.ValidateRequired 2020-01-08 12:26:00 -08:00
zpay32 zpay32/invoice: remove unknown required fbit check from decode 2020-01-08 12:25:21 -08:00
.gitignore gitignore: add mobile/build 2019-09-05 09:22:53 +02:00
.golangci.yml lnwire: Add upfront shutdown messages and feature bit 2019-12-03 11:38:21 +02:00
.travis.yml travis: staged travis builds 2019-12-05 14:36:01 -08:00
breacharbiter_test.go lnwallet: use channel type to derive keys 2020-01-06 12:08:05 +01:00
breacharbiter.go chainfee: create new chainfee package extracting fees from lnwallet 2019-10-31 16:41:57 -07:00
chainparams.go add litecoin regtest configuration to lnd 2019-04-26 21:14:26 -07:00
chainregistry.go Merge pull request #3814 from joostjager/sweeper-add-utxo 2019-12-18 09:53:04 +01:00
chancloser_test.go multi: Set and check upfront shutdown address on close 2019-12-03 11:38:29 +02:00
chancloser.go multi: Use user provided close address for cooperative closes 2019-12-10 09:13:01 +02:00
channel_notifier.go lnd: rename package main->lnd 2019-04-23 20:57:33 +02:00
chanrestore.go chanbackup: set funding broadcast height on restore 2019-11-26 14:45:22 +01:00
config.go htlcswitch+config: make circular forwarding defence configurable 2020-01-30 10:13:47 +02:00
doc.go lnd: rename package main->lnd 2019-04-23 20:57:33 +02:00
Dockerfile docker: specify a tag, branch or commit using docker build-arg 2019-11-19 02:17:52 -06:00
fundingmanager_test.go rpc: Add PendingOpenChannel to SubscribeChannelEvents 2020-01-24 13:48:18 +01:00
fundingmanager.go rpc: Add PendingOpenChannel to SubscribeChannelEvents 2020-01-24 13:48:18 +01:00
go.mod mod: update btcwallet dependency 2020-01-24 14:02:39 +01:00
go.sum mod: update btcwallet dependency 2020-01-24 14:02:39 +01:00
LICENSE lnd: update copyright notice 2018-11-02 14:49:36 -07:00
lnd.go lnd: fix gosimple linter failure 2020-02-04 10:06:45 +02:00
log.go build: prevent loggers from overwriting each other. 2019-12-11 15:22:00 +01:00
logo.png README: add logo to top portion of page 2017-09-29 14:06:31 -07:00
Makefile travis: staged travis builds 2019-12-05 14:36:01 -08:00
mock.go lnwallet: delegate all channel funding logic to the new chanfunding package 2019-12-02 17:11:36 -06:00
nursery_store_test.go lnd: rename package main->lnd 2019-04-23 20:57:33 +02:00
nursery_store.go lnd: rename package main->lnd 2019-04-23 20:57:33 +02:00
peer_test.go multi: Use user provided close address for cooperative closes 2019-12-10 09:13:01 +02:00
peer.go peer: use feature.ValidateRequired, cleanup error msgs 2020-01-08 12:25:41 -08:00
pilot.go autopilot: take channel min htlc from config 2019-12-11 00:17:10 +01:00
README.md README: update dev slack link 2019-12-17 11:39:00 -03:00
rpcserver.go rpcserver: instruct REST marshaler to emit default values 2020-01-27 15:40:39 +01:00
sample-lnd.conf config: Make bools in sample-lnd.conf consistent 2019-12-29 14:12:06 +01:00
server_test.go lnd: remove global var access from genCertPair 2019-07-22 09:26:25 +02:00
server.go htlcswitch+config: make circular forwarding defence configurable 2020-01-30 10:13:47 +02:00
subrpcserver_config.go Merge pull request #3812 from guggero/sign-custom 2019-12-11 18:51:55 -08:00
test_utils.go lnwallet: use channel type to derive keys 2020-01-06 12:08:05 +01:00
utxonursery_test.go sweep: create sweep parameters struct 2019-12-13 12:02:42 +01:00
utxonursery.go sweep: create sweep parameters struct 2019-12-13 12:02:42 +01:00
witness_beacon.go witness_beacon: do not look up invoice preimages 2019-05-15 14:41:58 +02:00

Lightning Network Daemon

Build Status MIT licensed Irc Godoc

The Lightning Network Daemon (lnd) - is a complete implementation of a Lightning Network node. 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