lnd version, "hacked" to enable seedless restore from xprv + scb
Go to file
Olaoluwa Osuntokun 970d760407
Merge pull request #3142 from cfromknecht/htlc-tie-breaker
lnwallet: add commitment transaction sorting with CLTV tie breaker
2019-06-05 12:05:04 +02:00
.github docs: update contribution checklist 2019-03-24 11:37:57 +01:00
aezeed Add a links to KDF and BIP39 2019-02-02 17:45:13 +01:00
autopilot multi: fix spelling mistakes 2019-05-04 15:35:37 -07:00
brontide brontide/conn: expose WriteMessage and Flush on brontide.Conn 2019-04-22 16:04:53 -07:00
buffer buffer+pool: add buffer.Read and pool.ReadBuffer 2019-02-15 19:33:08 -08:00
build build: bump version to 0.6.1-beta 2019-05-03 17:04:27 -07:00
chainntnfs chainntnfs/neutrinonotify: async call GetUtxo from RegisterSpendNtfn 2019-06-04 09:58:04 +02:00
chanbackup chanbackup: close temp SCB file before rename 2019-05-27 15:36:55 -07:00
channeldb channeldb/control_tower test: add TestPaymentControlDeleteNonInFlight 2019-05-27 20:19:00 +02:00
channelnotifier lnd: introduce the ChannelNotifier. 2019-02-05 18:17:54 -08:00
cmd Merge pull request #2802 from joostjager/probability 2019-06-05 11:30:55 +02:00
contractcourt Merge pull request #3026 from wpaulino/sweeper-fee-preference 2019-05-27 16:02:37 -07:00
contrib contrib: add basic bash completion for lncli 2017-01-29 18:12:53 -08:00
discovery Merge pull request #2985 from johng/sub-batch 2019-05-28 17:05:06 -07:00
docker Build LND subservers when building docker image 2019-04-18 15:04:36 +01:00
docs docs: add new recovery.md explaning methods of fund recovery 2019-04-11 16:56:57 -07:00
htlcswitch Merge pull request #2761 from halseth/reliable-payments-router-state-machine 2019-05-27 16:46:19 -07:00
input Typo corrections in various comments 2019-05-10 17:15:54 +02:00
invoices cnct+htlcswitch+invoices: move invoice parameter check out of link 2019-05-15 14:42:12 +02:00
keychain keychain/derivation: adds watchtower session key family 2019-04-23 20:03:48 -07:00
lncfg Merge pull request #2924 from cfromknecht/write-and-flush 2019-04-26 18:25:37 -07:00
lnpeer lnpeer+peer: use importable lnpeer.ErrPeerExiting 2019-04-26 20:04:49 -07:00
lnrpc routing+routerrpc: expose mission control parameters in lnd config 2019-06-04 13:22:50 +02:00
lntest routing: global probability based mission control 2019-06-04 10:00:25 +02:00
lntypes lntypes: return a value from constructors 2019-03-15 10:08:38 +01:00
lnwallet lnwallet/channel: use proper commitment output sorting 2019-06-05 08:35:06 +02:00
lnwire lnwire: export failureMessageLength constant 2019-04-30 20:13:33 -07:00
macaroons multi: move Input interface and related code 2019-01-31 13:25:33 +01:00
make lntest: move itest into package 2019-05-28 21:43:23 +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 netann/chan_status_manager: remove unknown edges from passive disable 2019-03-12 17:35:12 -07:00
pool multi: fix spelling mistakes 2019-05-04 15:35:37 -07:00
queue Merge pull request #2419 from cfromknecht/brontide-buffer-pool 2019-02-18 17:51:17 -08:00
routing Merge pull request #2802 from joostjager/probability 2019-06-05 11:30:55 +02:00
scripts scripts: update bitcoind version to 0.18 2019-05-23 18:08:58 -07:00
shachain multi: sort import paths with gofmt 2018-08-02 18:20:49 -07:00
signal signal: don't attempt to catch SIGSTOP 2019-04-03 13:13:03 -07:00
subscribe subscribe: add new subscribe package 2019-02-05 18:17:54 -08:00
sweep sweep: broadcast sweep transactions in descending fee rate order 2019-05-24 15:30:39 -07:00
ticker ticker: add module support 2019-02-12 16:05:24 -08:00
tor Merge pull request #3044 from cfromknecht/spelling-fixes 2019-05-07 08:50:36 +02:00
walletunlocker walletunlock: exend the Init and Unlock methods to also return optional SCB's 2019-03-28 17:53:23 -07:00
watchtower watchtower/wtdb: add CSessionStatus field to ClientSession 2019-05-24 18:24:41 -07:00
zpay32 zpay32: move HopHint and DefaultFinalCLTVDelta 2019-03-15 10:08:32 +01:00
.gitignore lntest: move itest into package 2019-05-28 21:43:23 +02:00
.travis.yml travis: fix log upload regression after itest move 2019-06-04 15:03:54 -07:00
breacharbiter_test.go multi: address lingering TODO by no longer wiping out local HTLCs on remote close 2019-05-27 14:34:13 -07:00
breacharbiter.go lnd: rename package main->lnd 2019-04-23 20:57:33 +02:00
chainparams.go add litecoin regtest configuration to lnd 2019-04-26 21:14:26 -07:00
chainregistry.go lntest: move itest into package 2019-05-28 21:43:23 +02:00
chancloser.go lnd: rename package main->lnd 2019-04-23 20:57:33 +02:00
channel_notifier.go lnd: rename package main->lnd 2019-04-23 20:57:33 +02:00
chanrestore.go lnd: rename package main->lnd 2019-04-23 20:57:33 +02:00
config.go routing+routerrpc: expose mission control parameters in lnd config 2019-06-04 13:22:50 +02:00
doc.go lnd: rename package main->lnd 2019-04-23 20:57:33 +02:00
Dockerfile Root Dockerfile now builds subservers 2019-05-09 15:16:36 +01:00
fundingmanager_test.go lntest: move itest into package 2019-05-28 21:43:23 +02:00
fundingmanager.go lntest: move itest into package 2019-05-28 21:43:23 +02:00
go.mod Merge pull request #3114 from Roasbeef/btcwallet-18-fix-deadlock 2019-05-27 15:30:33 -07:00
go.sum Merge pull request #3114 from Roasbeef/btcwallet-18-fix-deadlock 2019-05-27 15:30:33 -07:00
LICENSE lnd: update copyright notice 2018-11-02 14:49:36 -07:00
lnd.go Merge pull request #2704 from MDrollette/multiple-opts 2019-05-22 08:59:19 +02:00
log.go lnd: rename package main->lnd 2019-04-23 20:57:33 +02:00
logo.png README: add logo to top portion of page 2017-09-29 14:06:31 -07:00
Makefile Merge pull request #1881 from halseth/neutrino-integration-tests 2019-05-27 16:09:44 -07:00
mock.go lnwallet: make BlockChainIO.GetUTXO take cancel chan 2019-05-09 14:44:47 +02: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 lnd: rename package main->lnd 2019-04-23 20:57:33 +02:00
peer.go cnct+htlcswitch+invoices: move invoice parameter check out of link 2019-05-15 14:42:12 +02:00
pilot.go lnd: rename package main->lnd 2019-04-23 20:57:33 +02:00
README.md README: remove testnet3 specificity 2019-03-17 11:10:46 -07:00
release.sh build: update release.sh to account for new lnd package 2019-05-06 12:18:44 -07:00
rpcserver.go routerrpc: expose mission control reset rpc 2019-06-04 10:00:17 +02:00
sample-lnd.conf Add minchansize to sample config file 2019-05-18 12:31:32 -03:00
server_test.go lnd: rename package main->lnd 2019-04-23 20:57:33 +02:00
server.go routing+routerrpc: expose mission control parameters in lnd config 2019-06-04 13:22:50 +02:00
subrpcserver_config.go lntest: move itest into package 2019-05-28 21:43:23 +02:00
test_utils.go channel+cnct: remove preimage from channel and resolution 2019-05-15 14:41:49 +02:00
utxonursery_test.go multi: support arbitrary client fee preferences to UtxoSweeper 2019-05-24 15:30:38 -07:00
utxonursery.go multi: support arbitrary client fee preferences to UtxoSweeper 2019-05-24 15:30:38 -07: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