lnd version, "hacked" to enable seedless restore from xprv + scb
Go to file
Johan T. Halseth 4992e41439
contraccourt+input: create resolver for timeout second level
In this commit we make the sweeper handle second level transactions for
HTLC timeout resolvers for anchor channels.
2020-12-10 14:24:20 +01:00
.github build: check compilation of each commit 2020-12-08 16:19:26 -08:00
aezeed aezeed: fix typo 2020-12-04 23:07:53 +08:00
autopilot autopilot: fix typo 2020-12-04 23:07:52 +08:00
batch batch: add external batching engine for bbolt operations 2020-11-24 16:38:27 -08:00
brontide brontide: fix typo 2020-12-04 23:07:53 +08:00
buffer buffer+pool: add buffer.Read and pool.ReadBuffer 2019-02-15 19:33:08 -08:00
build build/log: support parsing global+subsystem levels 2020-11-18 14:17:53 +01:00
cert config+lnd+cert: add --tlsdisableautofill to prevent information leaks. 2020-08-13 09:24:39 -05:00
chainntnfs kvdb: add timeout options for bbolt (#4787) 2020-12-07 15:31:49 -08:00
chainreg kvdb: add timeout options for bbolt (#4787) 2020-12-07 15:31:49 -08:00
chanacceptor multi: add channel open parameters to channel acceptor 2020-11-10 21:09:10 +02:00
chanbackup chanbackup: always close SCB file after reading 2020-07-10 16:20:32 -07:00
chanfitness chanfitness/chaneventstore: stop ticker after goroutine 2020-10-27 12:29:05 +01:00
channeldb etcd: increment port for embedded etcd server 2020-12-09 09:54:23 +01:00
channelnotifier channelnotifier: remove dead logging code 2020-04-24 19:15:08 +02:00
clock clock: add go.mod 2020-05-28 10:37:04 +02:00
cmd lncli: add policy type flags to wtclient policy 2020-11-25 16:16:49 -08:00
contractcourt contraccourt+input: create resolver for timeout second level 2020-12-10 14:24:20 +01:00
contrib Remove unsupported newaddress type p2pkh 2020-09-21 12:45:06 +08:00
discovery discovery: add new option to toggle gossip rate limiting 2020-11-30 16:38:56 -08:00
docker docker+docs: move dev Dockerfile to root, document dev build 2020-11-23 14:48:45 +01:00
docs docker+docs: move dev Dockerfile to root, document dev build 2020-11-23 14:48:45 +01:00
feature feature: flip the required bit for payment addr in invoices/payload 2020-11-25 16:31:50 -08:00
fmgr multi: add fmgr.Manager interface, change usage in peer to use Manager 2020-10-01 10:27:13 -04:00
fuzz fuzz/zpay32: add Decode/Encode fuzz tests. 2020-10-21 06:42:54 -04:00
healthcheck server+healthcheck: rename function, add absolute disk space function 2020-11-13 10:19:50 +01:00
htlcswitch Merge pull request #4830 from yyforyongyu/small-code-fix 2020-12-08 12:28:29 -08:00
input contraccourt+input: create resolver for timeout second level 2020-12-10 14:24:20 +01:00
invoices invoices: force MPP payload inclusion for non-keysend payments 2020-11-25 16:31:59 -08:00
keychain kvdb: add timeout options for bbolt (#4787) 2020-12-07 15:31:49 -08:00
labels multi: add labels to lnd native transactions 2020-07-29 13:46:07 +02:00
lncfg kvdb: add timeout options for bbolt (#4787) 2020-12-07 15:31:49 -08:00
lnpeer lnpeer/peer.go: modifying interface comment 2020-07-06 19:16:06 -04:00
lnrpc routing: add missing GlobalFeatures to NetworkNodeUpdate 2020-12-07 15:47:09 +01:00
lntest itest: use hex encoded hash in error message 2020-12-10 14:24:18 +01:00
lntypes lntypes: add ZeroHash 2019-06-05 12:41:41 +02:00
lnwallet input+lnwallet+contractcourt: define SignDetails for HTLC resolutions 2020-12-10 14:24:18 +01:00
lnwire Merge pull request #4829 from yyforyongyu/typo-fix 2020-12-10 13:55:35 +01:00
macaroons kvdb: add timeout options for bbolt (#4787) 2020-12-07 15:31:49 -08:00
make make: reduce itest parallelism from 6 to 4 2020-12-08 21:37:12 +01:00
mobile multi: wrap logger to request shutdown from signal on critical error 2020-08-24 08:54:34 +02:00
monitoring monitoring: removing unused logClosure 2020-04-24 19:15:08 +02: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 new HostAnnouncer to support dynamic IPs via domains 2020-07-06 17:30:08 -07:00
peer Merge pull request #4829 from yyforyongyu/typo-fix 2020-12-10 13:55:35 +01:00
peernotifier peernotifier: Add peer notifier package for peer online/offline events 2019-08-02 10:15:28 -04:00
pool pool: fix typo 2020-12-04 23:07:53 +08:00
queue queue: remove unsued waitgroup 2020-04-24 19:15:08 +02:00
record record: add AMP record and encode/decode methods 2020-01-28 06:43:07 -08:00
routing Merge pull request #4822 from bhandras/add_globalfeatures 2020-12-08 10:16:50 +01:00
scripts build: check compilation of each commit 2020-12-08 16:19:26 -08:00
shachain multi: remove dead code 2019-09-10 17:21:59 +02:00
signal signal: do not trap SIGABRT 2020-09-17 12:27:40 -03:00
subscribe multi: add interface for subscribe client so it can be mocked 2020-09-08 13:47:13 +02:00
sweep sweeper/tx_input_set: add logging for input set construction 2020-12-10 14:24:18 +01:00
ticker ticker+queue: run go mod tidy 2019-07-26 09:29:38 +02:00
tlv tlv: fix comments for numLeadingZeroBytes{32,64} funcs 2020-05-02 00:42:55 +02:00
tor tor: convert onion v2 addrs into fake tcp6 2020-11-30 22:42:57 +01:00
walletunlocker kvdb: add timeout options for bbolt (#4787) 2020-12-07 15:31:49 -08:00
watchtower kvdb: add timeout options for bbolt (#4787) 2020-12-07 15:31:49 -08:00
zpay32 Let invoice.Encode receive a function which hashes itself the message 2020-07-29 21:18:24 +03:00
.gitignore make+scripts: use pre-compiled btcd in itest 2020-12-03 23:23:49 +01:00
.golangci.yml travis+lint: fix memory usage 2020-09-21 21:17:46 +02:00
.travis.yml make+Travis: use EXEC_SUFFIX for Windows, remove explicit goal 2020-12-03 23:23:49 +01:00
breacharbiter_test.go multi: add reset closure to kvdb.View 2020-11-05 17:57:12 +01:00
breacharbiter.go sweep+input: add RequiredTxOut to inputs 2020-11-20 13:06:54 +01:00
channel_notifier.go channel_notifier: update backup on pending chan 2020-03-04 10:58:49 +01:00
chanrestore.go multi: use timeout field in dialer 2020-09-16 11:50:04 +08:00
config.go healthcheck: add healthcheck to shutdown if cert is expired (#4792) 2020-12-01 18:34:19 -08:00
dev.Dockerfile docker+docs: move dev Dockerfile to root, document dev build 2020-11-23 14:48:45 +01:00
doc.go lnd: rename package main->lnd 2019-04-23 20:57:33 +02:00
Dockerfile build: bump Dockerfile Go version to 1.14.5 2020-07-16 17:19:53 -07:00
fundingmanager_test.go multi: add max local csv config option 2020-11-04 13:55:37 +02:00
fundingmanager.go multi: add channel open parameters to channel acceptor 2020-11-10 21:09:10 +02:00
go.mod dep: update to btcwallet master 2020-12-09 13:30:18 -08:00
go.sum dep: update to btcwallet master 2020-12-09 13:30:18 -08:00
LICENSE lnd: update copyright notice 2018-11-02 14:49:36 -07:00
lnd.go kvdb: add timeout options for bbolt (#4787) 2020-12-07 15:31:49 -08:00
log.go multi: move channel acceptor logic out of rpcserver 2020-11-10 11:38:45 +02:00
logo.png README: add logo to top portion of page 2017-09-29 14:06:31 -07:00
Makefile make+scripts: use pre-compiled btcd in itest 2020-12-03 23:23:49 +01:00
nursery_store_test.go multi: add reset closure to kvdb.View 2020-11-05 17:57:12 +01:00
nursery_store.go multi: add reset closure to kvdb.Update 2020-11-05 17:57:12 +01:00
pilot.go lnd: export ChainControl, ChainRegistry 2020-10-29 15:20:00 -04:00
README.md README: remove stray [ 2020-11-08 13:43:24 +00:00
rpcserver.go Merge pull request #4841 from cfromknecht/send-coins-log-fix 2020-12-08 13:56:41 +01:00
sample-lnd.conf kvdb: add timeout options for bbolt (#4787) 2020-12-07 15:31:49 -08:00
server_test.go lnrpc: lets encrypt 2020-09-15 09:59:09 +02:00
server.go healthcheck: add healthcheck to shutdown if cert is expired (#4792) 2020-12-01 18:34:19 -08:00
subrpcserver_config.go multi: thread anchor client down to wtclient subserver 2020-11-25 16:16:28 -08:00
test_utils.go multi: remove peer.go, change all references to point to peer pkg 2020-07-06 19:16:07 -04:00
utxonursery_test.go multi: add reset closure to kvdb.View 2020-11-05 17:57:12 +01:00
utxonursery.go multi: add reset closure to kvdb.View 2020-11-05 17:57:12 +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

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