lnd version, "hacked" to enable seedless restore from xprv + scb
Go to file
2021-07-07 15:31:27 -07:00
.github multi: enable monitoring build by default 2021-06-18 09:15:51 +02:00
aezeed aezeed: export wordlist and properties 2021-06-30 14:20:32 +02:00
amp
autopilot
batch
blockcache blockcache: add blockcache package 2021-04-28 09:46:11 +02:00
brontide multi: unify code blocks in READMEs 2021-01-22 09:14:11 +01:00
buffer buffer+pool: add buffer.Read and pool.ReadBuffer 2019-02-15 19:33:08 -08:00
build build: bump version to v0.13.99 2021-06-18 14:04:31 -07:00
cert cert: allow cert expiry to be set in config 2021-04-05 20:23:33 -07:00
chainntnfs kvdb: move channeldb/kvdb to top level 2021-05-07 14:18:56 +02:00
chainreg chainreg: handle missing case for bitcoind signet rpc connectivity 2021-06-01 16:22:36 -07:00
chanacceptor
chanbackup multi: store KeyLocator in OpenChannel, use ECDH 2021-03-05 12:49:18 -05:00
chanfitness chanfitness/chaneventstore: stop ticker after goroutine 2020-10-27 12:29:05 +01:00
channeldb channeldb: fix typo in PaymentControl.Fail 2021-07-07 15:31:27 -07:00
channelnotifier channelnotifier+discover+invoices: return error in Stop functions 2021-04-13 13:26:01 +03:00
clock clock: add go.mod 2020-05-28 10:37:04 +02:00
cluster kvdb: move channeldb/kvdb to top level 2021-05-07 14:18:56 +02:00
cmd Merge pull request #5441 from joostjager/cli-fix-fund-psbt 2021-06-30 17:56:34 -07:00
contractcourt contractcourt: test commitment deadline logic 2021-06-29 20:25:47 +08:00
contrib Remove unsupported newaddress type p2pkh 2020-09-21 12:45:06 +08:00
discovery
docker Merge pull request #5022 from bjarnemagnussen/fix-docker-ltc 2021-04-23 10:13:53 +02:00
docs Merge pull request #5447 from bhandras/etcd_le_docs 2021-07-06 16:43:40 -07:00
feature feature: populate SetInvoiceAmp with TlvOpt+PayAddrReq+AmpReq 2021-05-10 16:55:16 -07:00
funding
fuzz fuzz/zpay32: add Decode/Encode fuzz tests. 2020-10-21 06:42:54 -04:00
healthcheck healthcheck: separate lnd/healthcheck into submodule 2021-05-05 15:33:19 +02:00
htlcswitch Merge pull request #5280 from champo/interceptor_dont_leak_htlcs 2021-07-01 17:35:26 -07:00
input input: create IsHtlcSpendRevoke 2021-05-12 12:32:29 +02:00
invoices Merge pull request #5226 from yyforyongyu/small-fix-invoice 2021-05-19 16:36:06 -07:00
keychain build: update btcd and btcwallet dependencies 2021-04-05 15:41:04 -07:00
kvdb kvdb: add ForEachBucket implementation 2021-05-13 10:35:35 +02:00
labels
lncfg
lnpeer
lnrpc Merge pull request #5335 from guggero/abandonchannel-no-dev 2021-06-23 16:05:34 -07:00
lntest lntest/itest: add new whitelisted error 2021-07-01 18:26:04 -07:00
lntypes
lnwallet lnwallet: ensure MayAddOutgoingHtlc doesn't add zero-value HTLCs 2021-07-06 16:50:19 -07:00
lnwire features: define temporary AMP feature bits 30/31 2021-04-07 12:08:34 -07:00
macaroons kvdb: move channeldb/kvdb to top level 2021-05-07 14:18:56 +02:00
make multi: enable monitoring build by default 2021-06-18 09:15:51 +02:00
mobile
monitoring monitoring: run go fmt 2020-12-18 09:04:44 +01:00
multimutex multimutex: add hash mutex 2020-04-08 08:54:05 +02:00
nat server: add periodic renewal of port forwarding 2019-04-13 13:49:31 +00:00
netann netann: add test for RequestAuto 2021-02-24 07:13:28 -08:00
peer
peernotifier
pool pool: fix typo 2020-12-04 23:07:53 +08:00
queue
record
routing routing: don't return an error from failPayment within handleSendError 2021-07-07 15:31:22 -07:00
rpcperms lnrpc: add GetState to stateservice (v1/state) 2021-05-04 17:33:13 +02:00
scripts scripts: detect whether sha256sum or shasum is available 2021-02-17 18:11:42 +01:00
shachain multi: remove dead code 2019-09-10 17:21:59 +02:00
signal signal: handle shutdown properly 2021-03-18 12:54:25 +01:00
subscribe
sweep Merge pull request #5200 from champo/send_all_min_confs 2021-06-18 14:08:45 -07:00
ticker ticker+queue: run go mod tidy 2019-07-26 09:29:38 +02:00
tlv tlv/bench_test: fix ESatPerKw, pass reference to uint64 2021-03-04 10:02:29 -08:00
tor multi: unify code blocks in READMEs 2021-01-22 09:14:11 +01:00
walletunlocker Merge pull request #5245 from bhandras/kvdb_module 2021-05-13 15:59:20 -07:00
watchtower kvdb: move channeldb/kvdb to top level 2021-05-07 14:18:56 +02:00
zpay32
.gitignore make+scripts: use pre-compiled btcd in itest 2020-12-03 23:23:49 +01:00
.golangci.yml
.travis.yml
breacharbiter_test.go breacharbiter_test: assert publication of adjusted justice tx 2021-05-21 09:53:20 +02:00
breacharbiter.go
channel_notifier.go
chanrestore.go
config.go lnd+config+sample-lnd.conf: add wallet-unlock-allow-create flag 2021-07-01 11:10:25 +02:00
dev.Dockerfile
doc.go lnd: rename package main->lnd 2019-04-23 20:57:33 +02:00
Dockerfile multi: update build systems and CI/CD to go 1.16 2021-04-13 15:57:21 -07:00
go.mod
go.sum mod: add package stretchr/testify mock 2021-06-23 20:35:29 +08:00
LICENSE lnd: update copyright notice 2018-11-02 14:49:36 -07:00
lnd.go lnd+config+sample-lnd.conf: add wallet-unlock-allow-create flag 2021-07-01 11:10:25 +02:00
log.go
logo.png
Makefile
nursery_store_test.go multi: add reset closure to kvdb.View 2020-11-05 17:57:12 +01:00
nursery_store.go
pilot.go
README.md
rpcserver.go Merge pull request #5419 from LN-Zap/upstream/fix-no-payment-address 2021-06-24 15:46:41 -07:00
sample-lnd.conf lnd+config+sample-lnd.conf: add wallet-unlock-allow-create flag 2021-07-01 11:10:25 +02:00
server_test.go
server.go
subrpcserver_config.go
tools.go
utxonursery_test.go
utxonursery.go
witness_beacon.go

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

Safety

When operating a mainnet lnd node, please refer to our operational safety guildelines. It is important to note that lnd is still beta software and that ignoring these operational guidelines can lead to loss of funds.

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