lnd version, "hacked" to enable seedless restore from xprv + scb
Go to file
Oliver Gugger d12f76fd6d
Merge pull request #4626 from guggero/sample-conf-check
GitHub workflow: Check all command line flags are described in sample-lnd.conf
2020-10-16 13:12:22 +02:00
.github github: add sample-lnd.conf to PR checklist 2020-10-16 08:53:16 +02:00
aezeed aezeed: use fast scrypt options in itest 2020-03-24 09:52:39 +01:00
autopilot autopilot: rename to Capacity to Balance, define ChannelInfo() 2020-10-05 12:24:07 +02:00
brontide brontide test: fix go 1.15 vet check 2020-09-24 11:20:48 +02:00
buffer buffer+pool: add buffer.Read and pool.ReadBuffer 2019-02-15 19:33:08 -08:00
build build: bump version of master branch to v0.11.99-beta 2020-09-07 15:06:07 +02:00
cert config+lnd+cert: add --tlsdisableautofill to prevent information leaks. 2020-08-13 09:24:39 -05:00
chainntnfs txnotifier test: add test for confirmation after cancellation 2020-09-16 11:23:02 +02:00
chanacceptor chanacceptor: adding tests for the RPCAcceptor 2019-09-25 12:07:31 -04:00
chanbackup chanbackup: always close SCB file after reading 2020-07-10 16:20:32 -07:00
chanfitness multi: add flap count and last flap time to listpeers 2020-09-08 15:01:06 +02:00
channeldb payment_control: remove unused Attempts field 2020-10-06 10:41:25 +02: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: allow configurable timeout in send payment 2020-10-12 13:27:06 +02:00
contractcourt cnct: cpfp-sweep anchors 2020-09-17 12:30:41 +02:00
contrib contrib: add basic bash completion for lncli 2017-01-29 18:12:53 -08:00
discovery multi: use timeout field in dialer 2020-09-16 11:50:04 +08:00
docker build+routerrpc+lncli: remove routerrpc conditional compilation 2020-03-31 21:41:22 +02:00
docs lncli+docs: fix outpoint serialization in JSON output 2020-10-06 10:59:50 +02:00
feature feature: add feature sets for the wumbo channel feature bit 2020-07-10 16:27:11 -07:00
fmgr multi: add fmgr.Manager interface, change usage in peer to use Manager 2020-10-01 10:27:13 -04:00
fuzz fuzz: change return values to 1 rather than 0 or -1 2020-10-13 15:17:57 -04:00
healthcheck healthcheck: bump logging for failed healthchecks to info 2020-10-04 16:31:51 -07:00
htlcswitch router: call CleanStore on startup 2020-10-06 10:46:04 +02:00
input sweep: make sweeper aware of unconfirmed parent transactions. 2020-09-17 12:30:39 +02:00
invoices invoices: optionally garbage collect invoices on the fly 2020-08-05 12:24:17 +02:00
keychain keychain: add missing KeyFamily type 2020-09-17 10:14:54 +08:00
labels multi: add labels to lnd native transactions 2020-07-29 13:46:07 +02:00
lncfg Merge pull request #4353 from LN-Zap/feat/neutrino-user-agent 2020-09-23 16:45:19 -07:00
lnpeer lnpeer/peer.go: modifying interface comment 2020-07-06 19:16:06 -04:00
lnrpc walletrpc: serialize TXID not outpoint 2020-10-06 10:59:51 +02:00
lntest lntest: add build flag for disabling txindex on bitcoind 2020-10-09 13:35:04 +02:00
lntypes lntypes: add ZeroHash 2019-06-05 12:41:41 +02:00
lnwallet lnwallet+mock: add new PSBT methods 2020-10-03 10:34:39 +02:00
lnwire lnwire: update anchor bit to spec 2020-09-11 11:10:58 +02:00
macaroons macaroons test: fix formatting 2020-09-24 11:59:08 +02:00
make make: add fuzz-build and fuzz commands 2020-10-09 09:53:55 +02: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 multi: add fmgr.Manager interface, change usage in peer to use Manager 2020-10-01 10:27:13 -04: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: 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 router: call CleanStore on startup 2020-10-06 10:46:04 +02:00
scripts make: add fuzz-build and fuzz commands 2020-10-09 09:53:55 +02:00
shachain multi: remove dead code 2019-09-10 17:21:59 +02:00
signal multi: wrap logger to request shutdown from signal on critical error 2020-08-24 08:54:34 +02:00
subscribe multi: add interface for subscribe client so it can be mocked 2020-09-08 13:47:13 +02:00
sweep sweep: make sweeper aware of unconfirmed parent transactions. 2020-09-17 12:30:39 +02: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 brontide+tor:add timeout value for network connections 2020-09-16 11:50:03 +08:00
walletunlocker lnd: Call loader.UnloadWallet on shutdown 2020-09-14 12:32:48 +02:00
watchtower Merge pull request #4576 from cfromknecht/anchor-justice-txn 2020-09-22 21:10:53 -07:00
zpay32 zpay32: rename to DefaultAssumedFinalCLTVDelta 2020-07-24 13:14:03 -07:00
.gitignore gitignore: ignore fuzzing artifacts 2020-10-09 09:53:56 +02:00
.golangci.yml travis+lint: fix memory usage 2020-09-21 21:17:46 +02:00
.travis.yml travis: add bitcoind test without txindex 2020-10-09 13:35:06 +02:00
breacharbiter_test.go lnd: delete mock.go, move mockSpendNotifier to lntest/mock 2020-08-31 20:06:11 -04:00
breacharbiter.go sweep: make sweeper aware of unconfirmed parent transactions. 2020-09-17 12:30:39 +02:00
chainparams.go lnd: removing activeNetParams global, passed around instead via configs 2020-08-11 11:41:24 -04:00
chainregistry.go Merge pull request #4353 from LN-Zap/feat/neutrino-user-agent 2020-09-23 16:45:19 -07: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 autopilot: Change default heuristic to top_centrality 2020-10-02 20:13:54 -07: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 fmgr.Manager interface, change usage in peer to use Manager 2020-10-01 10:27:13 -04:00
fundingmanager.go multi: add fmgr.Manager interface, change usage in peer to use Manager 2020-10-01 10:27:13 -04:00
go.mod mod: add auto-added go mod changes 2020-10-09 09:53:56 +02:00
go.sum mod: add auto-added go mod changes 2020-10-09 09:53:56 +02:00
LICENSE lnd: update copyright notice 2018-11-02 14:49:36 -07:00
lnd.go Update lnd.go 2020-10-01 18:02:16 -04:00
log.go healthcheck: monitor access to chain backend 2020-08-24 09:35:36 +02:00
logo.png README: add logo to top portion of page 2017-09-29 14:06:31 -07:00
Makefile github+make: check all CLI flags are in sample-lnd.conf 2020-10-16 08:53:16 +02:00
nursery_store_test.go lnd: use channeldb.MakeTestDB in nursery store tests 2020-07-28 17:57:29 +02:00
nursery_store.go multi: rename: ReadBucket to RBucket 2020-05-26 18:21:08 -07:00
pilot.go autopilot: rename to Capacity to Balance, define ChannelInfo() 2020-10-05 12:24:07 +02:00
README.md README: update link to security disclosure GPG key 2020-08-19 18:34:10 -07:00
rpcserver.go lnrpc: ability to spend unconfirmed coins 2020-10-01 13:27:03 +01:00
sample-lnd.conf sample-lnd.conf: remove extra whitespaces 2020-10-16 08:53:16 +02:00
server_test.go lnrpc: lets encrypt 2020-09-15 09:59:09 +02:00
server.go multi: add fmgr.Manager interface, change usage in peer to use Manager 2020-10-01 10:27:13 -04:00
subrpcserver_config.go rpc: acquire global coin select lock in related RPCs 2020-06-12 11:22:29 -07: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: move mockChainIO, mockNotifier to lntest/mock 2020-08-31 19:41:09 -04:00
utxonursery.go multi: add labels to lnd native transactions 2020-07-29 13:46:07 +02: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